Shades of Old Rose #B52145
Tints of Old Rose #B52145
RGB
CMYK
RGB Variations
Color information
#B52145 (or 0xB52145) is known color: Old Rose. HEX triplet: B5, 21 and 45. RGB value is (181,33,69). Sum of RGB (Red+Green+Blue) = 181+33+69=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B52145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52145 is #4ADEBA. Grayscale: #515151. Windows color (decimal): -4906683 or 4530613. OLE color: 4530613.
HSL color Cylindrical-coordinate representation of color #B52145: hue angle of 345.41º degrees, saturation: 0.69, 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 #B52145 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 69 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.29 |
| HSL | 345.41º | 0.69% | 0.42% | - |
| HSV(B) | 345.41º | 0.82% | 0.71% | - |
| XYZ | 20.67 | 11.34 | 6.73 | - |
| YUV | 81.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 69 | 0 | 0.82 | 0.62 | 0.29 | 345.41 | 0.69 | 0.42 |
| Hex | B5 | 21 | 45 | 0 | 52 | 3E | 1D | 159 | 45 | 2A |
| Octal | 265 | 41 | 105 | 0 | 122 | 76 | 35 | 531 | 105 | 52 |
| Binary | 10110101 | 100001 | 1000101 | 0 | 1010010 | 111110 | 11101 | 101011001 | 1000101 | 101010 |
Color Harmonies of #B52145
Complementary color
Monochromatic Colors of #B52145
Black with #B52145
Text Example
Text Example
White with #B52145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52145; }
p { color: rgb(181,33,69); }
H1.HeaderClassName
{
color: #B52145;
}
.AnyTagClassName
{
color: #B52145;
}
</style>
background-color css
<style>
a { background-color: #B52145; }
a { background-color: rgb(181,33,69); }
div.DivClassName
{
background-color: #B52145;
}
.BgClassName
{
background-color: #B52145;
}
</style>
border-color css
<style>
span { border-color: #B52145; }
span { border-color: rgb(181,33,69); }
td.TdClassName
{
border-color: #B52145;
}
.TagClassName
{
border-color: #B52145;
}
</style>