Shades of Cardinal #B01D2F
Tints of Cardinal #B01D2F
RGB
CMYK
RGB Variations
Color information
#B01D2F (or 0xB01D2F) is known color: Cardinal. HEX triplet: B0, 1D and 2F. RGB value is (176,29,47). Sum of RGB (Red+Green+Blue) = 176+29+47=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D2F is #4FE2D0. Grayscale: #4B4B4B. Windows color (decimal): -5235409 or 3087792. OLE color: 3087792.
HSL color Cylindrical-coordinate representation of color #B01D2F: hue angle of 352.65º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01D2F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 47 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.31 |
| HSL | 352.65º | 0.72% | 0.4% | - |
| HSV(B) | 352.65º | 0.84% | 0.69% | - |
| XYZ | 18.86 | 10.31 | 3.69 | - |
| YUV | 75.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 47 | 0 | 0.84 | 0.73 | 0.31 | 352.65 | 0.72 | 0.4 |
| Hex | B0 | 1D | 2F | 0 | 54 | 49 | 1F | 161 | 48 | 28 |
| Octal | 260 | 35 | 57 | 0 | 124 | 111 | 37 | 541 | 110 | 50 |
| Binary | 10110000 | 11101 | 101111 | 0 | 1010100 | 1001001 | 11111 | 101100001 | 1001000 | 101000 |
Color Harmonies of #B01D2F
Complementary color
Monochromatic Colors of #B01D2F
Black with #B01D2F
Text Example
Text Example
White with #B01D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D2F; }
p { color: rgb(176,29,47); }
H1.HeaderClassName
{
color: #B01D2F;
}
.AnyTagClassName
{
color: #B01D2F;
}
</style>
background-color css
<style>
a { background-color: #B01D2F; }
a { background-color: rgb(176,29,47); }
div.DivClassName
{
background-color: #B01D2F;
}
.BgClassName
{
background-color: #B01D2F;
}
</style>
border-color css
<style>
span { border-color: #B01D2F; }
span { border-color: rgb(176,29,47); }
td.TdClassName
{
border-color: #B01D2F;
}
.TagClassName
{
border-color: #B01D2F;
}
</style>