#B00C3E

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

Shades of Cardinal #B00C3E

Tints of Cardinal #B00C3E

Color information

#B00C3E (or 0xB00C3E) is unknown color: approx Cardinal. HEX triplet: B0, 0C and 3E. RGB value is (176,12,62). Sum of RGB (Red+Green+Blue) = 176+12+62=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C3E is #4FF3C1. Grayscale: #424242. Windows color (decimal): -5239746 or 4066480. OLE color: 4066480.

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

Color convert

RGB1761262-
CMYK00.930.650.31
HSL341.71º87.23%36.86%-
HSV(B)341.71º93.18%69.02%-
XYZ18.919.845.46-
YUV66.74125.33205.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.4%
GREEN value IS 12 (5.08% from 255) = 4.8%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=70.4%
G=4.8%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176126200.930.650.31341.7187.2336.86
HexB0C3E05D411F1565725
Octal260147601351013752612745
Binary101100001100111110010111011000001111111010101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C3E; }

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

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

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

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

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

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

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

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