Shades of Cardinal #B01828
Tints of Cardinal #B01828
RGB
CMYK
RGB Variations
Color information
#B01828 (or 0xB01828) is known color: Cardinal. HEX triplet: B0, 18 and 28. RGB value is (176,24,40). Sum of RGB (Red+Green+Blue) = 176+24+40=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B01828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01828 is #4FE7D7. Grayscale: #474747. Windows color (decimal): -5236696 or 2627760. OLE color: 2627760.
HSL color Cylindrical-coordinate representation of color #B01828: hue angle of 353.68º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01828 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 24 | 40 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.31 |
| HSL | 353.68º | 0.76% | 0.39% | - |
| HSV(B) | 353.68º | 0.86% | 0.69% | - |
| XYZ | 18.61 | 10.04 | 2.96 | - |
| YUV | 71.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 40 | 0 | 0.86 | 0.77 | 0.31 | 353.68 | 0.76 | 0.39 |
| Hex | B0 | 18 | 28 | 0 | 56 | 4D | 1F | 162 | 4C | 27 |
| Octal | 260 | 30 | 50 | 0 | 126 | 115 | 37 | 542 | 114 | 47 |
| Binary | 10110000 | 11000 | 101000 | 0 | 1010110 | 1001101 | 11111 | 101100010 | 1001100 | 100111 |
Color Harmonies of #B01828
Complementary color
Monochromatic Colors of #B01828
Black with #B01828
Text Example
Text Example
White with #B01828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01828; }
p { color: rgb(176,24,40); }
H1.HeaderClassName
{
color: #B01828;
}
.AnyTagClassName
{
color: #B01828;
}
</style>
background-color css
<style>
a { background-color: #B01828; }
a { background-color: rgb(176,24,40); }
div.DivClassName
{
background-color: #B01828;
}
.BgClassName
{
background-color: #B01828;
}
</style>
border-color css
<style>
span { border-color: #B01828; }
span { border-color: rgb(176,24,40); }
td.TdClassName
{
border-color: #B01828;
}
.TagClassName
{
border-color: #B01828;
}
</style>