Shades of Cardinal #B72033
Tints of Cardinal #B72033
RGB
CMYK
RGB Variations
Color information
#B72033 (or 0xB72033) is known color: Cardinal. HEX triplet: B7, 20 and 33. RGB value is (183,32,51). Sum of RGB (Red+Green+Blue) = 183+32+51=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B72033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72033 is #48DFCC. Grayscale: #4F4F4F. Windows color (decimal): -4775885 or 3350711. OLE color: 3350711.
HSL color Cylindrical-coordinate representation of color #B72033: hue angle of 352.45º 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 #B72033 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 51 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.28 |
| HSL | 352.45º | 0.7% | 0.42% | - |
| HSV(B) | 352.45º | 0.83% | 0.72% | - |
| XYZ | 20.64 | 11.34 | 4.23 | - |
| YUV | 79.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 51 | 0 | 0.83 | 0.72 | 0.28 | 352.45 | 0.7 | 0.42 |
| Hex | B7 | 20 | 33 | 0 | 53 | 48 | 1C | 160 | 46 | 2A |
| Octal | 267 | 40 | 63 | 0 | 123 | 110 | 34 | 540 | 106 | 52 |
| Binary | 10110111 | 100000 | 110011 | 0 | 1010011 | 1001000 | 11100 | 101100000 | 1000110 | 101010 |
Color Harmonies of #B72033
Complementary color
Monochromatic Colors of #B72033
Black with #B72033
Text Example
Text Example
White with #B72033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72033; }
p { color: rgb(183,32,51); }
H1.HeaderClassName
{
color: #B72033;
}
.AnyTagClassName
{
color: #B72033;
}
</style>
background-color css
<style>
a { background-color: #B72033; }
a { background-color: rgb(183,32,51); }
div.DivClassName
{
background-color: #B72033;
}
.BgClassName
{
background-color: #B72033;
}
</style>
border-color css
<style>
span { border-color: #B72033; }
span { border-color: rgb(183,32,51); }
td.TdClassName
{
border-color: #B72033;
}
.TagClassName
{
border-color: #B72033;
}
</style>