Shades of Cardinal #B81437
Tints of Cardinal #B81437
RGB
CMYK
RGB Variations
Color information
#B81437 (or 0xB81437) is known color: Cardinal. HEX triplet: B8, 14 and 37. RGB value is (184,20,55). Sum of RGB (Red+Green+Blue) = 184+20+55=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B81437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81437 is #47EBC8. Grayscale: #494949. Windows color (decimal): -4713417 or 3609784. OLE color: 3609784.
HSL color Cylindrical-coordinate representation of color #B81437: hue angle of 347.2º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81437 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 55 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.28 |
| HSL | 347.2º | 0.8% | 0.4% | - |
| HSV(B) | 347.2º | 0.89% | 0.72% | - |
| XYZ | 20.71 | 10.97 | 4.64 | - |
| YUV | 73.03 | 117.83 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 55 | 0 | 0.89 | 0.70 | 0.28 | 347.2 | 0.8 | 0.4 |
| Hex | B8 | 14 | 37 | 0 | 59 | 46 | 1C | 15B | 50 | 28 |
| Octal | 270 | 24 | 67 | 0 | 131 | 106 | 34 | 533 | 120 | 50 |
| Binary | 10111000 | 10100 | 110111 | 0 | 1011001 | 1000110 | 11100 | 101011011 | 1010000 | 101000 |
Color Harmonies of #B81437
Complementary color
Monochromatic Colors of #B81437
Black with #B81437
Text Example
Text Example
White with #B81437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81437; }
p { color: rgb(184,20,55); }
H1.HeaderClassName
{
color: #B81437;
}
.AnyTagClassName
{
color: #B81437;
}
</style>
background-color css
<style>
a { background-color: #B81437; }
a { background-color: rgb(184,20,55); }
div.DivClassName
{
background-color: #B81437;
}
.BgClassName
{
background-color: #B81437;
}
</style>
border-color css
<style>
span { border-color: #B81437; }
span { border-color: rgb(184,20,55); }
td.TdClassName
{
border-color: #B81437;
}
.TagClassName
{
border-color: #B81437;
}
</style>