Shades of Cardinal #B71437
Tints of Cardinal #B71437
RGB
CMYK
RGB Variations
Color information
#B71437 (or 0xB71437) is known color: Cardinal. HEX triplet: B7, 14 and 37. RGB value is (183,20,55). Sum of RGB (Red+Green+Blue) = 183+20+55=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B71437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71437 is #48EBC8. Grayscale: #484848. Windows color (decimal): -4778953 or 3609783. OLE color: 3609783.
HSL color Cylindrical-coordinate representation of color #B71437: hue angle of 347.12º 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 #B71437 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 55 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.28 |
| HSL | 347.12º | 0.8% | 0.4% | - |
| HSV(B) | 347.12º | 0.89% | 0.72% | - |
| XYZ | 20.47 | 10.84 | 4.63 | - |
| YUV | 72.73 | 118 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 55 | 0 | 0.89 | 0.70 | 0.28 | 347.12 | 0.8 | 0.4 |
| Hex | B7 | 14 | 37 | 0 | 59 | 46 | 1C | 15B | 50 | 28 |
| Octal | 267 | 24 | 67 | 0 | 131 | 106 | 34 | 533 | 120 | 50 |
| Binary | 10110111 | 10100 | 110111 | 0 | 1011001 | 1000110 | 11100 | 101011011 | 1010000 | 101000 |
Color Harmonies of #B71437
Complementary color
Monochromatic Colors of #B71437
Black with #B71437
Text Example
Text Example
White with #B71437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71437; }
p { color: rgb(183,20,55); }
H1.HeaderClassName
{
color: #B71437;
}
.AnyTagClassName
{
color: #B71437;
}
</style>
background-color css
<style>
a { background-color: #B71437; }
a { background-color: rgb(183,20,55); }
div.DivClassName
{
background-color: #B71437;
}
.BgClassName
{
background-color: #B71437;
}
</style>
border-color css
<style>
span { border-color: #B71437; }
span { border-color: rgb(183,20,55); }
td.TdClassName
{
border-color: #B71437;
}
.TagClassName
{
border-color: #B71437;
}
</style>