Shades of Old Rose #B52345
Tints of Old Rose #B52345
RGB
CMYK
RGB Variations
Color information
#B52345 (or 0xB52345) is known color: Old Rose. HEX triplet: B5, 23 and 45. RGB value is (181,35,69). Sum of RGB (Red+Green+Blue) = 181+35+69=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B52345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52345 is #4ADCBA. Grayscale: #525252. Windows color (decimal): -4906171 or 4531125. OLE color: 4531125.
HSL color Cylindrical-coordinate representation of color #B52345: hue angle of 346.03º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52345 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 69 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.29 |
| HSL | 346.03º | 0.68% | 0.42% | - |
| HSV(B) | 346.03º | 0.81% | 0.71% | - |
| XYZ | 20.73 | 11.46 | 6.75 | - |
| YUV | 82.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 69 | 0 | 0.81 | 0.62 | 0.29 | 346.03 | 0.68 | 0.42 |
| Hex | B5 | 23 | 45 | 0 | 51 | 3E | 1D | 15A | 44 | 2A |
| Octal | 265 | 43 | 105 | 0 | 121 | 76 | 35 | 532 | 104 | 52 |
| Binary | 10110101 | 100011 | 1000101 | 0 | 1010001 | 111110 | 11101 | 101011010 | 1000100 | 101010 |
Color Harmonies of #B52345
Complementary color
Monochromatic Colors of #B52345
Black with #B52345
Text Example
Text Example
White with #B52345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52345; }
p { color: rgb(181,35,69); }
H1.HeaderClassName
{
color: #B52345;
}
.AnyTagClassName
{
color: #B52345;
}
</style>
background-color css
<style>
a { background-color: #B52345; }
a { background-color: rgb(181,35,69); }
div.DivClassName
{
background-color: #B52345;
}
.BgClassName
{
background-color: #B52345;
}
</style>
border-color css
<style>
span { border-color: #B52345; }
span { border-color: rgb(181,35,69); }
td.TdClassName
{
border-color: #B52345;
}
.TagClassName
{
border-color: #B52345;
}
</style>