Shades of Cardinal #B52142
Tints of Cardinal #B52142
RGB
CMYK
RGB Variations
Color information
#B52142 (or 0xB52142) is known color: Cardinal. HEX triplet: B5, 21 and 42. RGB value is (181,33,66). Sum of RGB (Red+Green+Blue) = 181+33+66=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B52142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52142 is #4ADEBD. Grayscale: #515151. Windows color (decimal): -4906686 or 4334005. OLE color: 4334005.
HSL color Cylindrical-coordinate representation of color #B52142: hue angle of 346.62º degrees, saturation: 0.69, 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 #B52142 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 66 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.29 |
| HSL | 346.62º | 0.69% | 0.42% | - |
| HSV(B) | 346.62º | 0.82% | 0.71% | - |
| XYZ | 20.58 | 11.3 | 6.25 | - |
| YUV | 81.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 66 | 0 | 0.82 | 0.64 | 0.29 | 346.62 | 0.69 | 0.42 |
| Hex | B5 | 21 | 42 | 0 | 52 | 40 | 1D | 15B | 45 | 2A |
| Octal | 265 | 41 | 102 | 0 | 122 | 100 | 35 | 533 | 105 | 52 |
| Binary | 10110101 | 100001 | 1000010 | 0 | 1010010 | 1000000 | 11101 | 101011011 | 1000101 | 101010 |
Color Harmonies of #B52142
Complementary color
Monochromatic Colors of #B52142
Black with #B52142
Text Example
Text Example
White with #B52142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52142; }
p { color: rgb(181,33,66); }
H1.HeaderClassName
{
color: #B52142;
}
.AnyTagClassName
{
color: #B52142;
}
</style>
background-color css
<style>
a { background-color: #B52142; }
a { background-color: rgb(181,33,66); }
div.DivClassName
{
background-color: #B52142;
}
.BgClassName
{
background-color: #B52142;
}
</style>
border-color css
<style>
span { border-color: #B52142; }
span { border-color: rgb(181,33,66); }
td.TdClassName
{
border-color: #B52142;
}
.TagClassName
{
border-color: #B52142;
}
</style>