Shades of Cardinal #B72129
Tints of Cardinal #B72129
RGB
CMYK
RGB Variations
Color information
#B72129 (or 0xB72129) is known color: Cardinal. HEX triplet: B7, 21 and 29. RGB value is (183,33,41). Sum of RGB (Red+Green+Blue) = 183+33+41=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B72129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72129 is #48DED6. Grayscale: #4E4E4E. Windows color (decimal): -4775639 or 2695607. OLE color: 2695607.
HSL color Cylindrical-coordinate representation of color #B72129: hue angle of 356.8º 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 #B72129 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 41 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.28 |
| HSL | 356.8º | 0.69% | 0.42% | - |
| HSV(B) | 356.8º | 0.82% | 0.72% | - |
| XYZ | 20.47 | 11.32 | 3.2 | - |
| YUV | 78.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 41 | 0 | 0.82 | 0.78 | 0.28 | 356.8 | 0.69 | 0.42 |
| Hex | B7 | 21 | 29 | 0 | 52 | 4E | 1C | 165 | 45 | 2A |
| Octal | 267 | 41 | 51 | 0 | 122 | 116 | 34 | 545 | 105 | 52 |
| Binary | 10110111 | 100001 | 101001 | 0 | 1010010 | 1001110 | 11100 | 101100101 | 1000101 | 101010 |
Color Harmonies of #B72129
Complementary color
Monochromatic Colors of #B72129
Black with #B72129
Text Example
Text Example
White with #B72129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72129; }
p { color: rgb(183,33,41); }
H1.HeaderClassName
{
color: #B72129;
}
.AnyTagClassName
{
color: #B72129;
}
</style>
background-color css
<style>
a { background-color: #B72129; }
a { background-color: rgb(183,33,41); }
div.DivClassName
{
background-color: #B72129;
}
.BgClassName
{
background-color: #B72129;
}
</style>
border-color css
<style>
span { border-color: #B72129; }
span { border-color: rgb(183,33,41); }
td.TdClassName
{
border-color: #B72129;
}
.TagClassName
{
border-color: #B72129;
}
</style>