Shades of Cardinal #B72237
Tints of Cardinal #B72237
RGB
CMYK
RGB Variations
Color information
#B72237 (or 0xB72237) is known color: Cardinal. HEX triplet: B7, 22 and 37. RGB value is (183,34,55). Sum of RGB (Red+Green+Blue) = 183+34+55=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B72237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72237 is #48DDC8. Grayscale: #515151. Windows color (decimal): -4775369 or 3613367. OLE color: 3613367.
HSL color Cylindrical-coordinate representation of color #B72237: hue angle of 351.54º degrees, saturation: 0.69, 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 #B72237 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 55 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.28 |
| HSL | 351.54º | 0.69% | 0.43% | - |
| HSV(B) | 351.54º | 0.81% | 0.72% | - |
| XYZ | 20.79 | 11.49 | 4.74 | - |
| YUV | 80.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 55 | 0 | 0.81 | 0.70 | 0.28 | 351.54 | 0.69 | 0.43 |
| Hex | B7 | 22 | 37 | 0 | 51 | 46 | 1C | 160 | 45 | 2B |
| Octal | 267 | 42 | 67 | 0 | 121 | 106 | 34 | 540 | 105 | 53 |
| Binary | 10110111 | 100010 | 110111 | 0 | 1010001 | 1000110 | 11100 | 101100000 | 1000101 | 101011 |
Color Harmonies of #B72237
Complementary color
Monochromatic Colors of #B72237
Black with #B72237
Text Example
Text Example
White with #B72237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72237; }
p { color: rgb(183,34,55); }
H1.HeaderClassName
{
color: #B72237;
}
.AnyTagClassName
{
color: #B72237;
}
</style>
background-color css
<style>
a { background-color: #B72237; }
a { background-color: rgb(183,34,55); }
div.DivClassName
{
background-color: #B72237;
}
.BgClassName
{
background-color: #B72237;
}
</style>
border-color css
<style>
span { border-color: #B72237; }
span { border-color: rgb(183,34,55); }
td.TdClassName
{
border-color: #B72237;
}
.TagClassName
{
border-color: #B72237;
}
</style>