Shades of Cardinal #B41936
Tints of Cardinal #B41936
RGB
CMYK
RGB Variations
Color information
#B41936 (or 0xB41936) is known color: Cardinal. HEX triplet: B4, 19 and 36. RGB value is (180,25,54). Sum of RGB (Red+Green+Blue) = 180+25+54=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B41936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41936 is #4BE6C9. Grayscale: #4A4A4A. Windows color (decimal): -4974282 or 3545524. OLE color: 3545524.
HSL color Cylindrical-coordinate representation of color #B41936: hue angle of 348.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41936 is Cyan = 0, Magento = 0.86, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 25 | 54 | - |
| CMYK | 0 | 0.86 | 0.7 | 0.29 |
| HSL | 348.77º | 0.76% | 0.4% | - |
| HSV(B) | 348.77º | 0.86% | 0.71% | - |
| XYZ | 19.84 | 10.66 | 4.5 | - |
| YUV | 74.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 25 | 54 | 0 | 0.86 | 0.7 | 0.29 | 348.77 | 0.76 | 0.4 |
| Hex | B4 | 19 | 36 | 0 | 56 | 46 | 1D | 15D | 4C | 28 |
| Octal | 264 | 31 | 66 | 0 | 126 | 106 | 35 | 535 | 114 | 50 |
| Binary | 10110100 | 11001 | 110110 | 0 | 1010110 | 1000110 | 11101 | 101011101 | 1001100 | 101000 |
Color Harmonies of #B41936
Complementary color
Monochromatic Colors of #B41936
Black with #B41936
Text Example
Text Example
White with #B41936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41936; }
p { color: rgb(180,25,54); }
H1.HeaderClassName
{
color: #B41936;
}
.AnyTagClassName
{
color: #B41936;
}
</style>
background-color css
<style>
a { background-color: #B41936; }
a { background-color: rgb(180,25,54); }
div.DivClassName
{
background-color: #B41936;
}
.BgClassName
{
background-color: #B41936;
}
</style>
border-color css
<style>
span { border-color: #B41936; }
span { border-color: rgb(180,25,54); }
td.TdClassName
{
border-color: #B41936;
}
.TagClassName
{
border-color: #B41936;
}
</style>