Shades of Cardinal #B00F2C
Tints of Cardinal #B00F2C
RGB
CMYK
RGB Variations
Color information
#B00F2C (or 0xB00F2C) is known color: Cardinal. HEX triplet: B0, 0F and 2C. RGB value is (176,15,44). Sum of RGB (Red+Green+Blue) = 176+15+44=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00F2C is #4FF0D3. Grayscale: #424242. Windows color (decimal): -5238996 or 2887600. OLE color: 2887600.
HSL color Cylindrical-coordinate representation of color #B00F2C: hue angle of 349.19º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F2C is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 44 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.31 |
| HSL | 349.19º | 0.84% | 0.37% | - |
| HSV(B) | 349.19º | 0.91% | 0.69% | - |
| XYZ | 18.53 | 9.75 | 3.29 | - |
| YUV | 66.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 44 | 0 | 0.91 | 0.75 | 0.31 | 349.19 | 0.84 | 0.37 |
| Hex | B0 | F | 2C | 0 | 5B | 4B | 1F | 15D | 54 | 25 |
| Octal | 260 | 17 | 54 | 0 | 133 | 113 | 37 | 535 | 124 | 45 |
| Binary | 10110000 | 1111 | 101100 | 0 | 1011011 | 1001011 | 11111 | 101011101 | 1010100 | 100101 |
Color Harmonies of #B00F2C
Complementary color
Monochromatic Colors of #B00F2C
Black with #B00F2C
Text Example
Text Example
White with #B00F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00F2C; }
p { color: rgb(176,15,44); }
H1.HeaderClassName
{
color: #B00F2C;
}
.AnyTagClassName
{
color: #B00F2C;
}
</style>
background-color css
<style>
a { background-color: #B00F2C; }
a { background-color: rgb(176,15,44); }
div.DivClassName
{
background-color: #B00F2C;
}
.BgClassName
{
background-color: #B00F2C;
}
</style>
border-color css
<style>
span { border-color: #B00F2C; }
span { border-color: rgb(176,15,44); }
td.TdClassName
{
border-color: #B00F2C;
}
.TagClassName
{
border-color: #B00F2C;
}
</style>