Shades of Cardinal #B52037
Tints of Cardinal #B52037
RGB
CMYK
RGB Variations
Color information
#B52037 (or 0xB52037) is known color: Cardinal. HEX triplet: B5, 20 and 37. RGB value is (181,32,55). Sum of RGB (Red+Green+Blue) = 181+32+55=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B52037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52037 is #4ADFC8. Grayscale: #4F4F4F. Windows color (decimal): -4906953 or 3612853. OLE color: 3612853.
HSL color Cylindrical-coordinate representation of color #B52037: hue angle of 350.74º 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 #B52037 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 55 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.29 |
| HSL | 350.74º | 0.7% | 0.42% | - |
| HSV(B) | 350.74º | 0.82% | 0.71% | - |
| XYZ | 20.26 | 11.13 | 4.7 | - |
| YUV | 79.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 55 | 0 | 0.82 | 0.70 | 0.29 | 350.74 | 0.7 | 0.42 |
| Hex | B5 | 20 | 37 | 0 | 52 | 46 | 1D | 15F | 46 | 2A |
| Octal | 265 | 40 | 67 | 0 | 122 | 106 | 35 | 537 | 106 | 52 |
| Binary | 10110101 | 100000 | 110111 | 0 | 1010010 | 1000110 | 11101 | 101011111 | 1000110 | 101010 |
Color Harmonies of #B52037
Complementary color
Monochromatic Colors of #B52037
Black with #B52037
Text Example
Text Example
White with #B52037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52037; }
p { color: rgb(181,32,55); }
H1.HeaderClassName
{
color: #B52037;
}
.AnyTagClassName
{
color: #B52037;
}
</style>
background-color css
<style>
a { background-color: #B52037; }
a { background-color: rgb(181,32,55); }
div.DivClassName
{
background-color: #B52037;
}
.BgClassName
{
background-color: #B52037;
}
</style>
border-color css
<style>
span { border-color: #B52037; }
span { border-color: rgb(181,32,55); }
td.TdClassName
{
border-color: #B52037;
}
.TagClassName
{
border-color: #B52037;
}
</style>