#BA0C2C

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

Shades of Cardinal #BA0C2C

Tints of Cardinal #BA0C2C

Color information

#BA0C2C (or 0xBA0C2C) is unknown color: approx Cardinal. HEX triplet: BA, 0C and 2C. RGB value is (186,12,44). Sum of RGB (Red+Green+Blue) = 186+12+44=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0C2C is #45F3D3. Grayscale: #434343. Windows color (decimal): -4584404 or 2886842. OLE color: 2886842.

HSL color Cylindrical-coordinate representation of color #BA0C2C: hue angle of 348.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C2C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1861244-
CMYK00.940.760.27
HSL348.97º87.88%38.82%-
HSV(B)348.97º93.55%72.94%-
XYZ20.8410.883.39-
YUV67.67114.65212.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.86%
GREEN value IS 12 (5.08% from 255) = 4.96%
BLUE value IS 44 (17.58% from 255) = 18.18%
R=76.86%
G=4.96%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186124400.940.760.27348.9787.8838.82
HexBAC2C05E4C1B15d5827
Octal272145401361143353513047
Binary101110101100101100010111101001100110111010111011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0C2C; }

 p { color: rgb(186,12,44); }

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

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

 a { background-color: rgb(186,12,44); }

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

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

 span { border-color: rgb(186,12,44); }

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