Shades of Cardinal #B41828
Tints of Cardinal #B41828
RGB
CMYK
RGB Variations
Color information
#B41828 (or 0xB41828) is known color: Cardinal. HEX triplet: B4, 18 and 28. RGB value is (180,24,40). Sum of RGB (Red+Green+Blue) = 180+24+40=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B41828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41828 is #4BE7D7. Grayscale: #484848. Windows color (decimal): -4974552 or 2627764. OLE color: 2627764.
HSL color Cylindrical-coordinate representation of color #B41828: hue angle of 353.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41828 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 24 | 40 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.29 |
| HSL | 353.85º | 0.76% | 0.4% | - |
| HSV(B) | 353.85º | 0.87% | 0.71% | - |
| XYZ | 19.53 | 10.51 | 3.01 | - |
| YUV | 72.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 40 | 0 | 0.87 | 0.78 | 0.29 | 353.85 | 0.76 | 0.4 |
| Hex | B4 | 18 | 28 | 0 | 57 | 4E | 1D | 162 | 4C | 28 |
| Octal | 264 | 30 | 50 | 0 | 127 | 116 | 35 | 542 | 114 | 50 |
| Binary | 10110100 | 11000 | 101000 | 0 | 1010111 | 1001110 | 11101 | 101100010 | 1001100 | 101000 |
Color Harmonies of #B41828
Complementary color
Monochromatic Colors of #B41828
Black with #B41828
Text Example
Text Example
White with #B41828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41828; }
p { color: rgb(180,24,40); }
H1.HeaderClassName
{
color: #B41828;
}
.AnyTagClassName
{
color: #B41828;
}
</style>
background-color css
<style>
a { background-color: #B41828; }
a { background-color: rgb(180,24,40); }
div.DivClassName
{
background-color: #B41828;
}
.BgClassName
{
background-color: #B41828;
}
</style>
border-color css
<style>
span { border-color: #B41828; }
span { border-color: rgb(180,24,40); }
td.TdClassName
{
border-color: #B41828;
}
.TagClassName
{
border-color: #B41828;
}
</style>