Shades of Cardinal #B72429
Tints of Cardinal #B72429
RGB
CMYK
RGB Variations
Color information
#B72429 (or 0xB72429) is known color: Cardinal. HEX triplet: B7, 24 and 29. RGB value is (183,36,41). Sum of RGB (Red+Green+Blue) = 183+36+41=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B72429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72429 is #48DBD6. Grayscale: #505050. Windows color (decimal): -4774871 or 2696375. OLE color: 2696375.
HSL color Cylindrical-coordinate representation of color #B72429: hue angle of 357.96º 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 #B72429 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 41 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.28 |
| HSL | 357.96º | 0.67% | 0.43% | - |
| HSV(B) | 357.96º | 0.8% | 0.72% | - |
| XYZ | 20.56 | 11.49 | 3.23 | - |
| YUV | 80.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 41 | 0 | 0.80 | 0.78 | 0.28 | 357.96 | 0.67 | 0.43 |
| Hex | B7 | 24 | 29 | 0 | 50 | 4E | 1C | 166 | 43 | 2B |
| Octal | 267 | 44 | 51 | 0 | 120 | 116 | 34 | 546 | 103 | 53 |
| Binary | 10110111 | 100100 | 101001 | 0 | 1010000 | 1001110 | 11100 | 101100110 | 1000011 | 101011 |
Color Harmonies of #B72429
Complementary color
Monochromatic Colors of #B72429
Black with #B72429
Text Example
Text Example
White with #B72429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72429; }
p { color: rgb(183,36,41); }
H1.HeaderClassName
{
color: #B72429;
}
.AnyTagClassName
{
color: #B72429;
}
</style>
background-color css
<style>
a { background-color: #B72429; }
a { background-color: rgb(183,36,41); }
div.DivClassName
{
background-color: #B72429;
}
.BgClassName
{
background-color: #B72429;
}
</style>
border-color css
<style>
span { border-color: #B72429; }
span { border-color: rgb(183,36,41); }
td.TdClassName
{
border-color: #B72429;
}
.TagClassName
{
border-color: #B72429;
}
</style>