Shades of Cardinal #B00F2A
Tints of Cardinal #B00F2A
RGB
CMYK
RGB Variations
Color information
#B00F2A (or 0xB00F2A) is known color: Cardinal. HEX triplet: B0, 0F and 2A. RGB value is (176,15,42). Sum of RGB (Red+Green+Blue) = 176+15+42=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00F2A is #4FF0D5. Grayscale: #424242. Windows color (decimal): -5238998 or 2756528. OLE color: 2756528.
HSL color Cylindrical-coordinate representation of color #B00F2A: hue angle of 349.94º 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 #B00F2A is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 42 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.31 |
| HSL | 349.94º | 0.84% | 0.37% | - |
| HSV(B) | 349.94º | 0.91% | 0.69% | - |
| XYZ | 18.49 | 9.74 | 3.1 | - |
| YUV | 66.22 | 114.34 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 42 | 0 | 0.91 | 0.76 | 0.31 | 349.94 | 0.84 | 0.37 |
| Hex | B0 | F | 2A | 0 | 5B | 4C | 1F | 15E | 54 | 25 |
| Octal | 260 | 17 | 52 | 0 | 133 | 114 | 37 | 536 | 124 | 45 |
| Binary | 10110000 | 1111 | 101010 | 0 | 1011011 | 1001100 | 11111 | 101011110 | 1010100 | 100101 |
Color Harmonies of #B00F2A
Complementary color
Monochromatic Colors of #B00F2A
Black with #B00F2A
Text Example
Text Example
White with #B00F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00F2A; }
p { color: rgb(176,15,42); }
H1.HeaderClassName
{
color: #B00F2A;
}
.AnyTagClassName
{
color: #B00F2A;
}
</style>
background-color css
<style>
a { background-color: #B00F2A; }
a { background-color: rgb(176,15,42); }
div.DivClassName
{
background-color: #B00F2A;
}
.BgClassName
{
background-color: #B00F2A;
}
</style>
border-color css
<style>
span { border-color: #B00F2A; }
span { border-color: rgb(176,15,42); }
td.TdClassName
{
border-color: #B00F2A;
}
.TagClassName
{
border-color: #B00F2A;
}
</style>