Shades of Cardinal #B01D2B
Tints of Cardinal #B01D2B
RGB
CMYK
RGB Variations
Color information
#B01D2B (or 0xB01D2B) is known color: Cardinal. HEX triplet: B0, 1D and 2B. RGB value is (176,29,43). Sum of RGB (Red+Green+Blue) = 176+29+43=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01D2B is #4FE2D4. Grayscale: #4A4A4A. Windows color (decimal): -5235413 or 2825648. OLE color: 2825648.
HSL color Cylindrical-coordinate representation of color #B01D2B: hue angle of 354.29º 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 #B01D2B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 29 | 43 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.31 |
| HSL | 354.29º | 0.72% | 0.4% | - |
| HSV(B) | 354.29º | 0.84% | 0.69% | - |
| XYZ | 18.78 | 10.28 | 3.28 | - |
| YUV | 74.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 43 | 0 | 0.84 | 0.76 | 0.31 | 354.29 | 0.72 | 0.4 |
| Hex | B0 | 1D | 2B | 0 | 54 | 4C | 1F | 162 | 48 | 28 |
| Octal | 260 | 35 | 53 | 0 | 124 | 114 | 37 | 542 | 110 | 50 |
| Binary | 10110000 | 11101 | 101011 | 0 | 1010100 | 1001100 | 11111 | 101100010 | 1001000 | 101000 |
Color Harmonies of #B01D2B
Complementary color
Monochromatic Colors of #B01D2B
Black with #B01D2B
Text Example
Text Example
White with #B01D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01D2B; }
p { color: rgb(176,29,43); }
H1.HeaderClassName
{
color: #B01D2B;
}
.AnyTagClassName
{
color: #B01D2B;
}
</style>
background-color css
<style>
a { background-color: #B01D2B; }
a { background-color: rgb(176,29,43); }
div.DivClassName
{
background-color: #B01D2B;
}
.BgClassName
{
background-color: #B01D2B;
}
</style>
border-color css
<style>
span { border-color: #B01D2B; }
span { border-color: rgb(176,29,43); }
td.TdClassName
{
border-color: #B01D2B;
}
.TagClassName
{
border-color: #B01D2B;
}
</style>