Shades of Old Rose #B52D42
Tints of Old Rose #B52D42
RGB
CMYK
RGB Variations
Color information
#B52D42 (or 0xB52D42) is known color: Old Rose. HEX triplet: B5, 2D and 42. RGB value is (181,45,66). Sum of RGB (Red+Green+Blue) = 181+45+66=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52D42 is #4AD2BD. Grayscale: #585858. Windows color (decimal): -4903614 or 4337077. OLE color: 4337077.
HSL color Cylindrical-coordinate representation of color #B52D42: hue angle of 350.74º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52D42 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 66 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.29 |
| HSL | 350.74º | 0.6% | 0.44% | - |
| HSV(B) | 350.74º | 0.75% | 0.71% | - |
| XYZ | 20.98 | 12.09 | 6.38 | - |
| YUV | 88.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 66 | 0 | 0.75 | 0.64 | 0.29 | 350.74 | 0.6 | 0.44 |
| Hex | B5 | 2D | 42 | 0 | 4B | 40 | 1D | 15F | 3C | 2C |
| Octal | 265 | 55 | 102 | 0 | 113 | 100 | 35 | 537 | 74 | 54 |
| Binary | 10110101 | 101101 | 1000010 | 0 | 1001011 | 1000000 | 11101 | 101011111 | 111100 | 101100 |
Color Harmonies of #B52D42
Complementary color
Monochromatic Colors of #B52D42
Black with #B52D42
Text Example
Text Example
White with #B52D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D42; }
p { color: rgb(181,45,66); }
H1.HeaderClassName
{
color: #B52D42;
}
.AnyTagClassName
{
color: #B52D42;
}
</style>
background-color css
<style>
a { background-color: #B52D42; }
a { background-color: rgb(181,45,66); }
div.DivClassName
{
background-color: #B52D42;
}
.BgClassName
{
background-color: #B52D42;
}
</style>
border-color css
<style>
span { border-color: #B52D42; }
span { border-color: rgb(181,45,66); }
td.TdClassName
{
border-color: #B52D42;
}
.TagClassName
{
border-color: #B52D42;
}
</style>