Shades of Cardinal #B52242
Tints of Cardinal #B52242
RGB
CMYK
RGB Variations
Color information
#B52242 (or 0xB52242) is known color: Cardinal. HEX triplet: B5, 22 and 42. RGB value is (181,34,66). Sum of RGB (Red+Green+Blue) = 181+34+66=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B52242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52242 is #4ADDBD. Grayscale: #515151. Windows color (decimal): -4906430 or 4334261. OLE color: 4334261.
HSL color Cylindrical-coordinate representation of color #B52242: hue angle of 346.94º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52242 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 66 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.29 |
| HSL | 346.94º | 0.68% | 0.42% | - |
| HSV(B) | 346.94º | 0.81% | 0.71% | - |
| XYZ | 20.61 | 11.36 | 6.26 | - |
| YUV | 81.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 66 | 0 | 0.81 | 0.64 | 0.29 | 346.94 | 0.68 | 0.42 |
| Hex | B5 | 22 | 42 | 0 | 51 | 40 | 1D | 15B | 44 | 2A |
| Octal | 265 | 42 | 102 | 0 | 121 | 100 | 35 | 533 | 104 | 52 |
| Binary | 10110101 | 100010 | 1000010 | 0 | 1010001 | 1000000 | 11101 | 101011011 | 1000100 | 101010 |
Color Harmonies of #B52242
Complementary color
Monochromatic Colors of #B52242
Black with #B52242
Text Example
Text Example
White with #B52242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52242; }
p { color: rgb(181,34,66); }
H1.HeaderClassName
{
color: #B52242;
}
.AnyTagClassName
{
color: #B52242;
}
</style>
background-color css
<style>
a { background-color: #B52242; }
a { background-color: rgb(181,34,66); }
div.DivClassName
{
background-color: #B52242;
}
.BgClassName
{
background-color: #B52242;
}
</style>
border-color css
<style>
span { border-color: #B52242; }
span { border-color: rgb(181,34,66); }
td.TdClassName
{
border-color: #B52242;
}
.TagClassName
{
border-color: #B52242;
}
</style>