Shades of Cardinal #B72434
Tints of Cardinal #B72434
RGB
CMYK
RGB Variations
Color information
#B72434 (or 0xB72434) is known color: Cardinal. HEX triplet: B7, 24 and 34. RGB value is (183,36,52). Sum of RGB (Red+Green+Blue) = 183+36+52=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B72434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72434 is #48DBCB. Grayscale: #515151. Windows color (decimal): -4774860 or 3417271. OLE color: 3417271.
HSL color Cylindrical-coordinate representation of color #B72434: hue angle of 353.47º 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 #B72434 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 52 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.28 |
| HSL | 353.47º | 0.67% | 0.43% | - |
| HSV(B) | 353.47º | 0.8% | 0.72% | - |
| XYZ | 20.78 | 11.58 | 4.39 | - |
| YUV | 81.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 52 | 0 | 0.80 | 0.72 | 0.28 | 353.47 | 0.67 | 0.43 |
| Hex | B7 | 24 | 34 | 0 | 50 | 48 | 1C | 161 | 43 | 2B |
| Octal | 267 | 44 | 64 | 0 | 120 | 110 | 34 | 541 | 103 | 53 |
| Binary | 10110111 | 100100 | 110100 | 0 | 1010000 | 1001000 | 11100 | 101100001 | 1000011 | 101011 |
Color Harmonies of #B72434
Complementary color
Monochromatic Colors of #B72434
Black with #B72434
Text Example
Text Example
White with #B72434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72434; }
p { color: rgb(183,36,52); }
H1.HeaderClassName
{
color: #B72434;
}
.AnyTagClassName
{
color: #B72434;
}
</style>
background-color css
<style>
a { background-color: #B72434; }
a { background-color: rgb(183,36,52); }
div.DivClassName
{
background-color: #B72434;
}
.BgClassName
{
background-color: #B72434;
}
</style>
border-color css
<style>
span { border-color: #B72434; }
span { border-color: rgb(183,36,52); }
td.TdClassName
{
border-color: #B72434;
}
.TagClassName
{
border-color: #B72434;
}
</style>