Shades of Cardinal #B72136
Tints of Cardinal #B72136
RGB
CMYK
RGB Variations
Color information
#B72136 (or 0xB72136) is known color: Cardinal. HEX triplet: B7, 21 and 36. RGB value is (183,33,54). Sum of RGB (Red+Green+Blue) = 183+33+54=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B72136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72136 is #48DEC9. Grayscale: #505050. Windows color (decimal): -4775626 or 3547575. OLE color: 3547575.
HSL color Cylindrical-coordinate representation of color #B72136: hue angle of 351.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72136 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 54 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.28 |
| HSL | 351.6º | 0.69% | 0.42% | - |
| HSV(B) | 351.6º | 0.82% | 0.72% | - |
| XYZ | 20.74 | 11.42 | 4.6 | - |
| YUV | 80.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 54 | 0 | 0.82 | 0.70 | 0.28 | 351.6 | 0.69 | 0.42 |
| Hex | B7 | 21 | 36 | 0 | 52 | 46 | 1C | 160 | 45 | 2A |
| Octal | 267 | 41 | 66 | 0 | 122 | 106 | 34 | 540 | 105 | 52 |
| Binary | 10110111 | 100001 | 110110 | 0 | 1010010 | 1000110 | 11100 | 101100000 | 1000101 | 101010 |
Color Harmonies of #B72136
Complementary color
Monochromatic Colors of #B72136
Black with #B72136
Text Example
Text Example
White with #B72136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72136; }
p { color: rgb(183,33,54); }
H1.HeaderClassName
{
color: #B72136;
}
.AnyTagClassName
{
color: #B72136;
}
</style>
background-color css
<style>
a { background-color: #B72136; }
a { background-color: rgb(183,33,54); }
div.DivClassName
{
background-color: #B72136;
}
.BgClassName
{
background-color: #B72136;
}
</style>
border-color css
<style>
span { border-color: #B72136; }
span { border-color: rgb(183,33,54); }
td.TdClassName
{
border-color: #B72136;
}
.TagClassName
{
border-color: #B72136;
}
</style>