Shades of Old Rose #B52245
Tints of Old Rose #B52245
RGB
CMYK
RGB Variations
Color information
#B52245 (or 0xB52245) is known color: Old Rose. HEX triplet: B5, 22 and 45. RGB value is (181,34,69). Sum of RGB (Red+Green+Blue) = 181+34+69=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B52245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52245 is #4ADDBA. Grayscale: #515151. Windows color (decimal): -4906427 or 4530869. OLE color: 4530869.
HSL color Cylindrical-coordinate representation of color #B52245: hue angle of 345.71º 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 #B52245 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 69 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.29 |
| HSL | 345.71º | 0.68% | 0.42% | - |
| HSV(B) | 345.71º | 0.81% | 0.71% | - |
| XYZ | 20.7 | 11.4 | 6.74 | - |
| YUV | 81.94 | 120.7 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 69 | 0 | 0.81 | 0.62 | 0.29 | 345.71 | 0.68 | 0.42 |
| Hex | B5 | 22 | 45 | 0 | 51 | 3E | 1D | 15A | 44 | 2A |
| Octal | 265 | 42 | 105 | 0 | 121 | 76 | 35 | 532 | 104 | 52 |
| Binary | 10110101 | 100010 | 1000101 | 0 | 1010001 | 111110 | 11101 | 101011010 | 1000100 | 101010 |
Color Harmonies of #B52245
Complementary color
Monochromatic Colors of #B52245
Black with #B52245
Text Example
Text Example
White with #B52245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52245; }
p { color: rgb(181,34,69); }
H1.HeaderClassName
{
color: #B52245;
}
.AnyTagClassName
{
color: #B52245;
}
</style>
background-color css
<style>
a { background-color: #B52245; }
a { background-color: rgb(181,34,69); }
div.DivClassName
{
background-color: #B52245;
}
.BgClassName
{
background-color: #B52245;
}
</style>
border-color css
<style>
span { border-color: #B52245; }
span { border-color: rgb(181,34,69); }
td.TdClassName
{
border-color: #B52245;
}
.TagClassName
{
border-color: #B52245;
}
</style>