Shades of Cardinal #B72534
Tints of Cardinal #B72534
RGB
CMYK
RGB Variations
Color information
#B72534 (or 0xB72534) is known color: Cardinal. HEX triplet: B7, 25 and 34. RGB value is (183,37,52). Sum of RGB (Red+Green+Blue) = 183+37+52=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B72534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72534 is #48DACB. Grayscale: #525252. Windows color (decimal): -4774604 or 3417527. OLE color: 3417527.
HSL color Cylindrical-coordinate representation of color #B72534: hue angle of 353.84º degrees, saturation: 0.66, 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 #B72534 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 52 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.28 |
| HSL | 353.84º | 0.66% | 0.43% | - |
| HSV(B) | 353.84º | 0.8% | 0.72% | - |
| XYZ | 20.81 | 11.64 | 4.4 | - |
| YUV | 82.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 52 | 0 | 0.80 | 0.72 | 0.28 | 353.84 | 0.66 | 0.43 |
| Hex | B7 | 25 | 34 | 0 | 50 | 48 | 1C | 162 | 42 | 2B |
| Octal | 267 | 45 | 64 | 0 | 120 | 110 | 34 | 542 | 102 | 53 |
| Binary | 10110111 | 100101 | 110100 | 0 | 1010000 | 1001000 | 11100 | 101100010 | 1000010 | 101011 |
Color Harmonies of #B72534
Complementary color
Monochromatic Colors of #B72534
Black with #B72534
Text Example
Text Example
White with #B72534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72534; }
p { color: rgb(183,37,52); }
H1.HeaderClassName
{
color: #B72534;
}
.AnyTagClassName
{
color: #B72534;
}
</style>
background-color css
<style>
a { background-color: #B72534; }
a { background-color: rgb(183,37,52); }
div.DivClassName
{
background-color: #B72534;
}
.BgClassName
{
background-color: #B72534;
}
</style>
border-color css
<style>
span { border-color: #B72534; }
span { border-color: rgb(183,37,52); }
td.TdClassName
{
border-color: #B72534;
}
.TagClassName
{
border-color: #B72534;
}
</style>