Shades of Cardinal #B52439
Tints of Cardinal #B52439
RGB
CMYK
RGB Variations
Color information
#B52439 (or 0xB52439) is known color: Cardinal. HEX triplet: B5, 24 and 39. RGB value is (181,36,57). Sum of RGB (Red+Green+Blue) = 181+36+57=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B52439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52439 is #4ADBC6. Grayscale: #515151. Windows color (decimal): -4905927 or 3744949. OLE color: 3744949.
HSL color Cylindrical-coordinate representation of color #B52439: hue angle of 351.31º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52439 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 57 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.29 |
| HSL | 351.31º | 0.67% | 0.43% | - |
| HSV(B) | 351.31º | 0.8% | 0.71% | - |
| XYZ | 20.43 | 11.38 | 4.99 | - |
| YUV | 81.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 57 | 0 | 0.80 | 0.69 | 0.29 | 351.31 | 0.67 | 0.43 |
| Hex | B5 | 24 | 39 | 0 | 50 | 45 | 1D | 15F | 43 | 2B |
| Octal | 265 | 44 | 71 | 0 | 120 | 105 | 35 | 537 | 103 | 53 |
| Binary | 10110101 | 100100 | 111001 | 0 | 1010000 | 1000101 | 11101 | 101011111 | 1000011 | 101011 |
Color Harmonies of #B52439
Complementary color
Monochromatic Colors of #B52439
Black with #B52439
Text Example
Text Example
White with #B52439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52439; }
p { color: rgb(181,36,57); }
H1.HeaderClassName
{
color: #B52439;
}
.AnyTagClassName
{
color: #B52439;
}
</style>
background-color css
<style>
a { background-color: #B52439; }
a { background-color: rgb(181,36,57); }
div.DivClassName
{
background-color: #B52439;
}
.BgClassName
{
background-color: #B52439;
}
</style>
border-color css
<style>
span { border-color: #B52439; }
span { border-color: rgb(181,36,57); }
td.TdClassName
{
border-color: #B52439;
}
.TagClassName
{
border-color: #B52439;
}
</style>