Shades of Cardinal #B72737
Tints of Cardinal #B72737
RGB
CMYK
RGB Variations
Color information
#B72737 (or 0xB72737) is known color: Cardinal. HEX triplet: B7, 27 and 37. RGB value is (183,39,55). Sum of RGB (Red+Green+Blue) = 183+39+55=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B72737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72737 is #48D8C8. Grayscale: #535353. Windows color (decimal): -4774089 or 3614647. OLE color: 3614647.
HSL color Cylindrical-coordinate representation of color #B72737: hue angle of 353.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72737 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 55 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.28 |
| HSL | 353.33º | 0.65% | 0.44% | - |
| HSV(B) | 353.33º | 0.79% | 0.72% | - |
| XYZ | 20.94 | 11.79 | 4.79 | - |
| YUV | 83.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 55 | 0 | 0.79 | 0.70 | 0.28 | 353.33 | 0.65 | 0.44 |
| Hex | B7 | 27 | 37 | 0 | 4F | 46 | 1C | 161 | 41 | 2C |
| Octal | 267 | 47 | 67 | 0 | 117 | 106 | 34 | 541 | 101 | 54 |
| Binary | 10110111 | 100111 | 110111 | 0 | 1001111 | 1000110 | 11100 | 101100001 | 1000001 | 101100 |
Color Harmonies of #B72737
Complementary color
Monochromatic Colors of #B72737
Black with #B72737
Text Example
Text Example
White with #B72737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72737; }
p { color: rgb(183,39,55); }
H1.HeaderClassName
{
color: #B72737;
}
.AnyTagClassName
{
color: #B72737;
}
</style>
background-color css
<style>
a { background-color: #B72737; }
a { background-color: rgb(183,39,55); }
div.DivClassName
{
background-color: #B72737;
}
.BgClassName
{
background-color: #B72737;
}
</style>
border-color css
<style>
span { border-color: #B72737; }
span { border-color: rgb(183,39,55); }
td.TdClassName
{
border-color: #B72737;
}
.TagClassName
{
border-color: #B72737;
}
</style>