Shades of Cardinal #B72337
Tints of Cardinal #B72337
RGB
CMYK
RGB Variations
Color information
#B72337 (or 0xB72337) is known color: Cardinal. HEX triplet: B7, 23 and 37. RGB value is (183,35,55). Sum of RGB (Red+Green+Blue) = 183+35+55=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B72337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72337 is #48DCC8. Grayscale: #515151. Windows color (decimal): -4775113 or 3613623. OLE color: 3613623.
HSL color Cylindrical-coordinate representation of color #B72337: hue angle of 351.89º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72337 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 55 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.28 |
| HSL | 351.89º | 0.68% | 0.43% | - |
| HSV(B) | 351.89º | 0.81% | 0.72% | - |
| XYZ | 20.82 | 11.55 | 4.75 | - |
| YUV | 81.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 55 | 0 | 0.81 | 0.70 | 0.28 | 351.89 | 0.68 | 0.43 |
| Hex | B7 | 23 | 37 | 0 | 51 | 46 | 1C | 160 | 44 | 2B |
| Octal | 267 | 43 | 67 | 0 | 121 | 106 | 34 | 540 | 104 | 53 |
| Binary | 10110111 | 100011 | 110111 | 0 | 1010001 | 1000110 | 11100 | 101100000 | 1000100 | 101011 |
Color Harmonies of #B72337
Complementary color
Monochromatic Colors of #B72337
Black with #B72337
Text Example
Text Example
White with #B72337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72337; }
p { color: rgb(183,35,55); }
H1.HeaderClassName
{
color: #B72337;
}
.AnyTagClassName
{
color: #B72337;
}
</style>
background-color css
<style>
a { background-color: #B72337; }
a { background-color: rgb(183,35,55); }
div.DivClassName
{
background-color: #B72337;
}
.BgClassName
{
background-color: #B72337;
}
</style>
border-color css
<style>
span { border-color: #B72337; }
span { border-color: rgb(183,35,55); }
td.TdClassName
{
border-color: #B72337;
}
.TagClassName
{
border-color: #B72337;
}
</style>