Shades of Cardinal #B52432
Tints of Cardinal #B52432
RGB
CMYK
RGB Variations
Color information
#B52432 (or 0xB52432) is known color: Cardinal. HEX triplet: B5, 24 and 32. RGB value is (181,36,50). Sum of RGB (Red+Green+Blue) = 181+36+50=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B52432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52432 is #4ADBCD. Grayscale: #515151. Windows color (decimal): -4905934 or 3286197. OLE color: 3286197.
HSL color Cylindrical-coordinate representation of color #B52432: hue angle of 354.21º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52432 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 50 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.29 |
| HSL | 354.21º | 0.67% | 0.43% | - |
| HSV(B) | 354.21º | 0.8% | 0.71% | - |
| XYZ | 20.26 | 11.32 | 4.13 | - |
| YUV | 80.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 50 | 0 | 0.80 | 0.72 | 0.29 | 354.21 | 0.67 | 0.43 |
| Hex | B5 | 24 | 32 | 0 | 50 | 48 | 1D | 162 | 43 | 2B |
| Octal | 265 | 44 | 62 | 0 | 120 | 110 | 35 | 542 | 103 | 53 |
| Binary | 10110101 | 100100 | 110010 | 0 | 1010000 | 1001000 | 11101 | 101100010 | 1000011 | 101011 |
Color Harmonies of #B52432
Complementary color
Monochromatic Colors of #B52432
Black with #B52432
Text Example
Text Example
White with #B52432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52432; }
p { color: rgb(181,36,50); }
H1.HeaderClassName
{
color: #B52432;
}
.AnyTagClassName
{
color: #B52432;
}
</style>
background-color css
<style>
a { background-color: #B52432; }
a { background-color: rgb(181,36,50); }
div.DivClassName
{
background-color: #B52432;
}
.BgClassName
{
background-color: #B52432;
}
</style>
border-color css
<style>
span { border-color: #B52432; }
span { border-color: rgb(181,36,50); }
td.TdClassName
{
border-color: #B52432;
}
.TagClassName
{
border-color: #B52432;
}
</style>