Shades of Cardinal #B52042
Tints of Cardinal #B52042
RGB
CMYK
RGB Variations
Color information
#B52042 (or 0xB52042) is known color: Cardinal. HEX triplet: B5, 20 and 42. RGB value is (181,32,66). Sum of RGB (Red+Green+Blue) = 181+32+66=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B52042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52042 is #4ADFBD. Grayscale: #505050. Windows color (decimal): -4906942 or 4333749. OLE color: 4333749.
HSL color Cylindrical-coordinate representation of color #B52042: hue angle of 346.31º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52042 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 66 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.29 |
| HSL | 346.31º | 0.7% | 0.42% | - |
| HSV(B) | 346.31º | 0.82% | 0.71% | - |
| XYZ | 20.56 | 11.25 | 6.24 | - |
| YUV | 80.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 66 | 0 | 0.82 | 0.64 | 0.29 | 346.31 | 0.7 | 0.42 |
| Hex | B5 | 20 | 42 | 0 | 52 | 40 | 1D | 15A | 46 | 2A |
| Octal | 265 | 40 | 102 | 0 | 122 | 100 | 35 | 532 | 106 | 52 |
| Binary | 10110101 | 100000 | 1000010 | 0 | 1010010 | 1000000 | 11101 | 101011010 | 1000110 | 101010 |
Color Harmonies of #B52042
Complementary color
Monochromatic Colors of #B52042
Black with #B52042
Text Example
Text Example
White with #B52042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52042; }
p { color: rgb(181,32,66); }
H1.HeaderClassName
{
color: #B52042;
}
.AnyTagClassName
{
color: #B52042;
}
</style>
background-color css
<style>
a { background-color: #B52042; }
a { background-color: rgb(181,32,66); }
div.DivClassName
{
background-color: #B52042;
}
.BgClassName
{
background-color: #B52042;
}
</style>
border-color css
<style>
span { border-color: #B52042; }
span { border-color: rgb(181,32,66); }
td.TdClassName
{
border-color: #B52042;
}
.TagClassName
{
border-color: #B52042;
}
</style>