#B00C40

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

Shades of Cardinal #B00C40

Tints of Cardinal #B00C40

Color information

#B00C40 (or 0xB00C40) is unknown color: approx Cardinal. HEX triplet: B0, 0C and 40. RGB value is (176,12,64). Sum of RGB (Red+Green+Blue) = 176+12+64=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C40 is #4FF3BF. Grayscale: #424242. Windows color (decimal): -5239744 or 4197552. OLE color: 4197552.

HSL color Cylindrical-coordinate representation of color #B00C40: hue angle of 340.98º 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 #B00C40 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1761264-
CMYK00.930.640.31
HSL340.98º87.23%36.86%-
HSV(B)340.98º93.18%69.02%-
XYZ18.969.865.75-
YUV66.96126.33205.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.84%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=69.84%
G=4.76%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176126400.930.640.31340.9887.2336.86
HexB0C4005D401F1555725
Octal2601410001351003752512745
Binary1011000011001000000010111011000000111111010101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C40; }

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

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

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

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

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

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

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

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