Shades of Cardinal #B72132
Tints of Cardinal #B72132
RGB
CMYK
RGB Variations
Color information
#B72132 (or 0xB72132) is known color: Cardinal. HEX triplet: B7, 21 and 32. RGB value is (183,33,50). Sum of RGB (Red+Green+Blue) = 183+33+50=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B72132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72132 is #48DECD. Grayscale: #4F4F4F. Windows color (decimal): -4775630 or 3285431. OLE color: 3285431.
HSL color Cylindrical-coordinate representation of color #B72132: hue angle of 353.2º 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 #B72132 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 50 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.28 |
| HSL | 353.2º | 0.69% | 0.42% | - |
| HSV(B) | 353.2º | 0.82% | 0.72% | - |
| XYZ | 20.65 | 11.39 | 4.13 | - |
| YUV | 79.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 50 | 0 | 0.82 | 0.73 | 0.28 | 353.2 | 0.69 | 0.42 |
| Hex | B7 | 21 | 32 | 0 | 52 | 49 | 1C | 161 | 45 | 2A |
| Octal | 267 | 41 | 62 | 0 | 122 | 111 | 34 | 541 | 105 | 52 |
| Binary | 10110111 | 100001 | 110010 | 0 | 1010010 | 1001001 | 11100 | 101100001 | 1000101 | 101010 |
Color Harmonies of #B72132
Complementary color
Monochromatic Colors of #B72132
Black with #B72132
Text Example
Text Example
White with #B72132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72132; }
p { color: rgb(183,33,50); }
H1.HeaderClassName
{
color: #B72132;
}
.AnyTagClassName
{
color: #B72132;
}
</style>
background-color css
<style>
a { background-color: #B72132; }
a { background-color: rgb(183,33,50); }
div.DivClassName
{
background-color: #B72132;
}
.BgClassName
{
background-color: #B72132;
}
</style>
border-color css
<style>
span { border-color: #B72132; }
span { border-color: rgb(183,33,50); }
td.TdClassName
{
border-color: #B72132;
}
.TagClassName
{
border-color: #B72132;
}
</style>