Shades of Cardinal #B41932
Tints of Cardinal #B41932
RGB
CMYK
RGB Variations
Color information
#B41932 (or 0xB41932) is known color: Cardinal. HEX triplet: B4, 19 and 32. RGB value is (180,25,50). Sum of RGB (Red+Green+Blue) = 180+25+50=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B41932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41932 is #4BE6CD. Grayscale: #4A4A4A. Windows color (decimal): -4974286 or 3283380. OLE color: 3283380.
HSL color Cylindrical-coordinate representation of color #B41932: hue angle of 350.32º 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 #B41932 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 25 | 50 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.29 |
| HSL | 350.32º | 0.76% | 0.4% | - |
| HSV(B) | 350.32º | 0.86% | 0.71% | - |
| XYZ | 19.75 | 10.63 | 4.03 | - |
| YUV | 74.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 25 | 50 | 0 | 0.86 | 0.72 | 0.29 | 350.32 | 0.76 | 0.4 |
| Hex | B4 | 19 | 32 | 0 | 56 | 48 | 1D | 15E | 4C | 28 |
| Octal | 264 | 31 | 62 | 0 | 126 | 110 | 35 | 536 | 114 | 50 |
| Binary | 10110100 | 11001 | 110010 | 0 | 1010110 | 1001000 | 11101 | 101011110 | 1001100 | 101000 |
Color Harmonies of #B41932
Complementary color
Monochromatic Colors of #B41932
Black with #B41932
Text Example
Text Example
White with #B41932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41932; }
p { color: rgb(180,25,50); }
H1.HeaderClassName
{
color: #B41932;
}
.AnyTagClassName
{
color: #B41932;
}
</style>
background-color css
<style>
a { background-color: #B41932; }
a { background-color: rgb(180,25,50); }
div.DivClassName
{
background-color: #B41932;
}
.BgClassName
{
background-color: #B41932;
}
</style>
border-color css
<style>
span { border-color: #B41932; }
span { border-color: rgb(180,25,50); }
td.TdClassName
{
border-color: #B41932;
}
.TagClassName
{
border-color: #B41932;
}
</style>