Shades of Cardinal #B00C2F
Tints of Cardinal #B00C2F
RGB
CMYK
RGB Variations
Color information
#B00C2F (or 0xB00C2F) is known color: Cardinal. HEX triplet: B0, 0C and 2F. RGB value is (176,12,47). Sum of RGB (Red+Green+Blue) = 176+12+47=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C2F is #4FF3D0. Grayscale: #414141. Windows color (decimal): -5239761 or 3083440. OLE color: 3083440.
HSL color Cylindrical-coordinate representation of color #B00C2F: hue angle of 347.2º 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 #B00C2F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 47 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.31 |
| HSL | 347.2º | 0.87% | 0.37% | - |
| HSV(B) | 347.2º | 0.93% | 0.69% | - |
| XYZ | 18.55 | 9.7 | 3.58 | - |
| YUV | 65.03 | 117.83 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 47 | 0 | 0.93 | 0.73 | 0.31 | 347.2 | 0.87 | 0.37 |
| Hex | B0 | C | 2F | 0 | 5D | 49 | 1F | 15B | 57 | 25 |
| Octal | 260 | 14 | 57 | 0 | 135 | 111 | 37 | 533 | 127 | 45 |
| Binary | 10110000 | 1100 | 101111 | 0 | 1011101 | 1001001 | 11111 | 101011011 | 1010111 | 100101 |
Color Harmonies of #B00C2F
Complementary color
Monochromatic Colors of #B00C2F
Black with #B00C2F
Text Example
Text Example
White with #B00C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C2F; }
p { color: rgb(176,12,47); }
H1.HeaderClassName
{
color: #B00C2F;
}
.AnyTagClassName
{
color: #B00C2F;
}
</style>
background-color css
<style>
a { background-color: #B00C2F; }
a { background-color: rgb(176,12,47); }
div.DivClassName
{
background-color: #B00C2F;
}
.BgClassName
{
background-color: #B00C2F;
}
</style>
border-color css
<style>
span { border-color: #B00C2F; }
span { border-color: rgb(176,12,47); }
td.TdClassName
{
border-color: #B00C2F;
}
.TagClassName
{
border-color: #B00C2F;
}
</style>