#B00C2C

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

Shades of Cardinal #B00C2C

Tints of Cardinal #B00C2C

Color information

#B00C2C (or 0xB00C2C) is unknown color: approx Cardinal. HEX triplet: B0, 0C and 2C. RGB value is (176,12,44). Sum of RGB (Red+Green+Blue) = 176+12+44=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C2C is #4FF3D3. Grayscale: #404040. Windows color (decimal): -5239764 or 2886832. OLE color: 2886832.

HSL color Cylindrical-coordinate representation of color #B00C2C: hue angle of 348.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C2C is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1761244-
CMYK00.930.750.31
HSL348.29º87.23%36.86%-
HSV(B)348.29º93.18%69.02%-
XYZ18.499.673.28-
YUV64.68116.33207.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 75.86%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=75.86%
G=5.17%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176124400.930.750.31348.2987.2336.86
HexB0C2C05D4B1F15c5725
Octal260145401351133753412745
Binary101100001100101100010111011001011111111010111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C2C; }

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

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

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

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

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

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

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

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