Shades of Cardinal #B72028
Tints of Cardinal #B72028
RGB
CMYK
RGB Variations
Color information
#B72028 (or 0xB72028) is known color: Cardinal. HEX triplet: B7, 20 and 28. RGB value is (183,32,40). Sum of RGB (Red+Green+Blue) = 183+32+40=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B72028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72028 is #48DFD7. Grayscale: #4E4E4E. Windows color (decimal): -4775896 or 2629815. OLE color: 2629815.
HSL color Cylindrical-coordinate representation of color #B72028: hue angle of 356.82º 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 #B72028 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 40 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.28 |
| HSL | 356.82º | 0.7% | 0.42% | - |
| HSV(B) | 356.82º | 0.83% | 0.72% | - |
| XYZ | 20.43 | 11.25 | 3.1 | - |
| YUV | 78.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 40 | 0 | 0.83 | 0.78 | 0.28 | 356.82 | 0.7 | 0.42 |
| Hex | B7 | 20 | 28 | 0 | 53 | 4E | 1C | 165 | 46 | 2A |
| Octal | 267 | 40 | 50 | 0 | 123 | 116 | 34 | 545 | 106 | 52 |
| Binary | 10110111 | 100000 | 101000 | 0 | 1010011 | 1001110 | 11100 | 101100101 | 1000110 | 101010 |
Color Harmonies of #B72028
Complementary color
Monochromatic Colors of #B72028
Black with #B72028
Text Example
Text Example
White with #B72028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72028; }
p { color: rgb(183,32,40); }
H1.HeaderClassName
{
color: #B72028;
}
.AnyTagClassName
{
color: #B72028;
}
</style>
background-color css
<style>
a { background-color: #B72028; }
a { background-color: rgb(183,32,40); }
div.DivClassName
{
background-color: #B72028;
}
.BgClassName
{
background-color: #B72028;
}
</style>
border-color css
<style>
span { border-color: #B72028; }
span { border-color: rgb(183,32,40); }
td.TdClassName
{
border-color: #B72028;
}
.TagClassName
{
border-color: #B72028;
}
</style>