Shades of Cardinal #B72036
Tints of Cardinal #B72036
RGB
CMYK
RGB Variations
Color information
#B72036 (or 0xB72036) is known color: Cardinal. HEX triplet: B7, 20 and 36. RGB value is (183,32,54). Sum of RGB (Red+Green+Blue) = 183+32+54=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B72036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72036 is #48DFC9. Grayscale: #4F4F4F. Windows color (decimal): -4775882 or 3547319. OLE color: 3547319.
HSL color Cylindrical-coordinate representation of color #B72036: hue angle of 351.26º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72036 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 54 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.28 |
| HSL | 351.26º | 0.7% | 0.42% | - |
| HSV(B) | 351.26º | 0.83% | 0.72% | - |
| XYZ | 20.71 | 11.37 | 4.59 | - |
| YUV | 79.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 54 | 0 | 0.83 | 0.70 | 0.28 | 351.26 | 0.7 | 0.42 |
| Hex | B7 | 20 | 36 | 0 | 53 | 46 | 1C | 15F | 46 | 2A |
| Octal | 267 | 40 | 66 | 0 | 123 | 106 | 34 | 537 | 106 | 52 |
| Binary | 10110111 | 100000 | 110110 | 0 | 1010011 | 1000110 | 11100 | 101011111 | 1000110 | 101010 |
Color Harmonies of #B72036
Complementary color
Monochromatic Colors of #B72036
Black with #B72036
Text Example
Text Example
White with #B72036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72036; }
p { color: rgb(183,32,54); }
H1.HeaderClassName
{
color: #B72036;
}
.AnyTagClassName
{
color: #B72036;
}
</style>
background-color css
<style>
a { background-color: #B72036; }
a { background-color: rgb(183,32,54); }
div.DivClassName
{
background-color: #B72036;
}
.BgClassName
{
background-color: #B72036;
}
</style>
border-color css
<style>
span { border-color: #B72036; }
span { border-color: rgb(183,32,54); }
td.TdClassName
{
border-color: #B72036;
}
.TagClassName
{
border-color: #B72036;
}
</style>