Shades of Cardinal #B71337
Tints of Cardinal #B71337
RGB
CMYK
RGB Variations
Color information
#B71337 (or 0xB71337) is known color: Cardinal. HEX triplet: B7, 13 and 37. RGB value is (183,19,55). Sum of RGB (Red+Green+Blue) = 183+19+55=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B71337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71337 is #48ECC8. Grayscale: #484848. Windows color (decimal): -4779209 or 3609527. OLE color: 3609527.
HSL color Cylindrical-coordinate representation of color #B71337: hue angle of 346.83º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71337 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 55 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.28 |
| HSL | 346.83º | 0.81% | 0.4% | - |
| HSV(B) | 346.83º | 0.9% | 0.72% | - |
| XYZ | 20.45 | 10.81 | 4.62 | - |
| YUV | 72.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 55 | 0 | 0.90 | 0.70 | 0.28 | 346.83 | 0.81 | 0.4 |
| Hex | B7 | 13 | 37 | 0 | 5A | 46 | 1C | 15B | 51 | 28 |
| Octal | 267 | 23 | 67 | 0 | 132 | 106 | 34 | 533 | 121 | 50 |
| Binary | 10110111 | 10011 | 110111 | 0 | 1011010 | 1000110 | 11100 | 101011011 | 1010001 | 101000 |
Color Harmonies of #B71337
Complementary color
Monochromatic Colors of #B71337
Black with #B71337
Text Example
Text Example
White with #B71337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71337; }
p { color: rgb(183,19,55); }
H1.HeaderClassName
{
color: #B71337;
}
.AnyTagClassName
{
color: #B71337;
}
</style>
background-color css
<style>
a { background-color: #B71337; }
a { background-color: rgb(183,19,55); }
div.DivClassName
{
background-color: #B71337;
}
.BgClassName
{
background-color: #B71337;
}
</style>
border-color css
<style>
span { border-color: #B71337; }
span { border-color: rgb(183,19,55); }
td.TdClassName
{
border-color: #B71337;
}
.TagClassName
{
border-color: #B71337;
}
</style>