Shades of Cardinal #B52041
Tints of Cardinal #B52041
RGB
CMYK
RGB Variations
Color information
#B52041 (or 0xB52041) is known color: Cardinal. HEX triplet: B5, 20 and 41. RGB value is (181,32,65). Sum of RGB (Red+Green+Blue) = 181+32+65=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B52041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52041 is #4ADFBE. Grayscale: #505050. Windows color (decimal): -4906943 or 4268213. OLE color: 4268213.
HSL color Cylindrical-coordinate representation of color #B52041: hue angle of 346.71º 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 #B52041 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 65 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.29 |
| HSL | 346.71º | 0.7% | 0.42% | - |
| HSV(B) | 346.71º | 0.82% | 0.71% | - |
| XYZ | 20.53 | 11.24 | 6.09 | - |
| YUV | 80.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 65 | 0 | 0.82 | 0.64 | 0.29 | 346.71 | 0.7 | 0.42 |
| Hex | B5 | 20 | 41 | 0 | 52 | 40 | 1D | 15B | 46 | 2A |
| Octal | 265 | 40 | 101 | 0 | 122 | 100 | 35 | 533 | 106 | 52 |
| Binary | 10110101 | 100000 | 1000001 | 0 | 1010010 | 1000000 | 11101 | 101011011 | 1000110 | 101010 |
Color Harmonies of #B52041
Complementary color
Monochromatic Colors of #B52041
Black with #B52041
Text Example
Text Example
White with #B52041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52041; }
p { color: rgb(181,32,65); }
H1.HeaderClassName
{
color: #B52041;
}
.AnyTagClassName
{
color: #B52041;
}
</style>
background-color css
<style>
a { background-color: #B52041; }
a { background-color: rgb(181,32,65); }
div.DivClassName
{
background-color: #B52041;
}
.BgClassName
{
background-color: #B52041;
}
</style>
border-color css
<style>
span { border-color: #B52041; }
span { border-color: rgb(181,32,65); }
td.TdClassName
{
border-color: #B52041;
}
.TagClassName
{
border-color: #B52041;
}
</style>