Shades of Cardinal #B00F2F
Tints of Cardinal #B00F2F
RGB
CMYK
RGB Variations
Color information
#B00F2F (or 0xB00F2F) is known color: Cardinal. HEX triplet: B0, 0F and 2F. RGB value is (176,15,47). Sum of RGB (Red+Green+Blue) = 176+15+47=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00F2F is #4FF0D0. Grayscale: #424242. Windows color (decimal): -5238993 or 3084208. OLE color: 3084208.
HSL color Cylindrical-coordinate representation of color #B00F2F: hue angle of 348.07º 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 #B00F2F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 47 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.31 |
| HSL | 348.07º | 0.84% | 0.37% | - |
| HSV(B) | 348.07º | 0.91% | 0.69% | - |
| XYZ | 18.59 | 9.78 | 3.6 | - |
| YUV | 66.79 | 116.84 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 47 | 0 | 0.91 | 0.73 | 0.31 | 348.07 | 0.84 | 0.37 |
| Hex | B0 | F | 2F | 0 | 5B | 49 | 1F | 15C | 54 | 25 |
| Octal | 260 | 17 | 57 | 0 | 133 | 111 | 37 | 534 | 124 | 45 |
| Binary | 10110000 | 1111 | 101111 | 0 | 1011011 | 1001001 | 11111 | 101011100 | 1010100 | 100101 |
Color Harmonies of #B00F2F
Complementary color
Monochromatic Colors of #B00F2F
Black with #B00F2F
Text Example
Text Example
White with #B00F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00F2F; }
p { color: rgb(176,15,47); }
H1.HeaderClassName
{
color: #B00F2F;
}
.AnyTagClassName
{
color: #B00F2F;
}
</style>
background-color css
<style>
a { background-color: #B00F2F; }
a { background-color: rgb(176,15,47); }
div.DivClassName
{
background-color: #B00F2F;
}
.BgClassName
{
background-color: #B00F2F;
}
</style>
border-color css
<style>
span { border-color: #B00F2F; }
span { border-color: rgb(176,15,47); }
td.TdClassName
{
border-color: #B00F2F;
}
.TagClassName
{
border-color: #B00F2F;
}
</style>