#BA1036

Color #BA1036 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BA1036

Tints of Cardinal #BA1036

Color information

#BA1036 (or 0xBA1036) is unknown color: approx Cardinal. HEX triplet: BA, 10 and 36. RGB value is (186,16,54). Sum of RGB (Red+Green+Blue) = 186+16+54=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1036 is #45EFC9. Grayscale: #474747. Windows color (decimal): -4583370 or 3543226. OLE color: 3543226.

HSL color Cylindrical-coordinate representation of color #BA1036: hue angle of 346.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1036 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1861654-
CMYK00.910.710.27
HSL346.59º84.16%39.61%-
HSV(B)346.59º91.4%72.94%-
XYZ21.111.084.52-
YUV71.16118.32209.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 72.66%
GREEN value IS 16 (6.64% from 255) = 6.25%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=72.66%
G=6.25%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186165400.910.710.27346.5984.1639.61
HexBA103605B471B15b5428
Octal272206601331073353312450
Binary1011101010000110110010110111000111110111010110111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1036; }

 p { color: rgb(186,16,54); }

 H1.HeaderClassName
 {
   color: #BA1036;
 }
 .AnyTagClassName
 {
   color: #BA1036;
 }
</style>
background-color css

<style>
 a { background-color: #BA1036; }

 a { background-color: rgb(186,16,54); }

 div.DivClassName
 {
   background-color: #BA1036;
 }
 .BgClassName
 {
   background-color: #BA1036;
 }
</style>
border-color css

<style>
 span { border-color: #BA1036; }

 span { border-color: rgb(186,16,54); }

 td.TdClassName
 {
   border-color: #BA1036;
 }
 .TagClassName
 {
   border-color: #BA1036;
 }
</style>