Shades of Cardinal #B72428
Tints of Cardinal #B72428
RGB
CMYK
RGB Variations
Color information
#B72428 (or 0xB72428) is known color: Cardinal. HEX triplet: B7, 24 and 28. RGB value is (183,36,40). Sum of RGB (Red+Green+Blue) = 183+36+40=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B72428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72428 is #48DBD7. Grayscale: #505050. Windows color (decimal): -4774872 or 2630839. OLE color: 2630839.
HSL color Cylindrical-coordinate representation of color #B72428: hue angle of 358.37º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72428 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 40 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.28 |
| HSL | 358.37º | 0.67% | 0.43% | - |
| HSV(B) | 358.37º | 0.8% | 0.72% | - |
| XYZ | 20.54 | 11.48 | 3.14 | - |
| YUV | 80.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 40 | 0 | 0.80 | 0.78 | 0.28 | 358.37 | 0.67 | 0.43 |
| Hex | B7 | 24 | 28 | 0 | 50 | 4E | 1C | 166 | 43 | 2B |
| Octal | 267 | 44 | 50 | 0 | 120 | 116 | 34 | 546 | 103 | 53 |
| Binary | 10110111 | 100100 | 101000 | 0 | 1010000 | 1001110 | 11100 | 101100110 | 1000011 | 101011 |
Color Harmonies of #B72428
Complementary color
Monochromatic Colors of #B72428
Black with #B72428
Text Example
Text Example
White with #B72428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72428; }
p { color: rgb(183,36,40); }
H1.HeaderClassName
{
color: #B72428;
}
.AnyTagClassName
{
color: #B72428;
}
</style>
background-color css
<style>
a { background-color: #B72428; }
a { background-color: rgb(183,36,40); }
div.DivClassName
{
background-color: #B72428;
}
.BgClassName
{
background-color: #B72428;
}
</style>
border-color css
<style>
span { border-color: #B72428; }
span { border-color: rgb(183,36,40); }
td.TdClassName
{
border-color: #B72428;
}
.TagClassName
{
border-color: #B72428;
}
</style>