Shades of Old Rose #B52542
Tints of Old Rose #B52542
RGB
CMYK
RGB Variations
Color information
#B52542 (or 0xB52542) is known color: Old Rose. HEX triplet: B5, 25 and 42. RGB value is (181,37,66). Sum of RGB (Red+Green+Blue) = 181+37+66=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B52542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52542 is #4ADABD. Grayscale: #535353. Windows color (decimal): -4905662 or 4335029. OLE color: 4335029.
HSL color Cylindrical-coordinate representation of color #B52542: hue angle of 347.92º degrees, saturation: 0.66, 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 #B52542 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 66 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.29 |
| HSL | 347.92º | 0.66% | 0.43% | - |
| HSV(B) | 347.92º | 0.8% | 0.71% | - |
| XYZ | 20.7 | 11.54 | 6.29 | - |
| YUV | 83.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 66 | 0 | 0.80 | 0.64 | 0.29 | 347.92 | 0.66 | 0.43 |
| Hex | B5 | 25 | 42 | 0 | 50 | 40 | 1D | 15C | 42 | 2B |
| Octal | 265 | 45 | 102 | 0 | 120 | 100 | 35 | 534 | 102 | 53 |
| Binary | 10110101 | 100101 | 1000010 | 0 | 1010000 | 1000000 | 11101 | 101011100 | 1000010 | 101011 |
Color Harmonies of #B52542
Complementary color
Monochromatic Colors of #B52542
Black with #B52542
Text Example
Text Example
White with #B52542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52542; }
p { color: rgb(181,37,66); }
H1.HeaderClassName
{
color: #B52542;
}
.AnyTagClassName
{
color: #B52542;
}
</style>
background-color css
<style>
a { background-color: #B52542; }
a { background-color: rgb(181,37,66); }
div.DivClassName
{
background-color: #B52542;
}
.BgClassName
{
background-color: #B52542;
}
</style>
border-color css
<style>
span { border-color: #B52542; }
span { border-color: rgb(181,37,66); }
td.TdClassName
{
border-color: #B52542;
}
.TagClassName
{
border-color: #B52542;
}
</style>