Shades of Old Rose #B52E4C
Tints of Old Rose #B52E4C
RGB
CMYK
RGB Variations
Color information
#B52E4C (or 0xB52E4C) is known color: Old Rose. HEX triplet: B5, 2E and 4C. RGB value is (181,46,76). Sum of RGB (Red+Green+Blue) = 181+46+76=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E4C is #4AD1B3. Grayscale: #595959. Windows color (decimal): -4903348 or 4992693. OLE color: 4992693.
HSL color Cylindrical-coordinate representation of color #B52E4C: hue angle of 346.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E4C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 76 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.29 |
| HSL | 346.67º | 0.59% | 0.45% | - |
| HSV(B) | 346.67º | 0.75% | 0.71% | - |
| XYZ | 21.34 | 12.3 | 8.09 | - |
| YUV | 89.79 | 120.23 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 76 | 0 | 0.75 | 0.58 | 0.29 | 346.67 | 0.59 | 0.45 |
| Hex | B5 | 2E | 4C | 0 | 4B | 3A | 1D | 15B | 3B | 2D |
| Octal | 265 | 56 | 114 | 0 | 113 | 72 | 35 | 533 | 73 | 55 |
| Binary | 10110101 | 101110 | 1001100 | 0 | 1001011 | 111010 | 11101 | 101011011 | 111011 | 101101 |
Color Harmonies of #B52E4C
Complementary color
Monochromatic Colors of #B52E4C
Black with #B52E4C
Text Example
Text Example
White with #B52E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E4C; }
p { color: rgb(181,46,76); }
H1.HeaderClassName
{
color: #B52E4C;
}
.AnyTagClassName
{
color: #B52E4C;
}
</style>
background-color css
<style>
a { background-color: #B52E4C; }
a { background-color: rgb(181,46,76); }
div.DivClassName
{
background-color: #B52E4C;
}
.BgClassName
{
background-color: #B52E4C;
}
</style>
border-color css
<style>
span { border-color: #B52E4C; }
span { border-color: rgb(181,46,76); }
td.TdClassName
{
border-color: #B52E4C;
}
.TagClassName
{
border-color: #B52E4C;
}
</style>