Shades of Old Rose #B53353
Tints of Old Rose #B53353
RGB
CMYK
RGB Variations
Color information
#B53353 (or 0xB53353) is known color: Old Rose. HEX triplet: B5, 33 and 53. RGB value is (181,51,83). Sum of RGB (Red+Green+Blue) = 181+51+83=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B53353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53353 is #4ACCAC. Grayscale: #5D5D5D. Windows color (decimal): -4902061 or 5452725. OLE color: 5452725.
HSL color Cylindrical-coordinate representation of color #B53353: hue angle of 345.23º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53353 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 83 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.29 |
| HSL | 345.23º | 0.56% | 0.45% | - |
| HSV(B) | 345.23º | 0.72% | 0.71% | - |
| XYZ | 21.8 | 12.82 | 9.51 | - |
| YUV | 93.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 83 | 0 | 0.72 | 0.54 | 0.29 | 345.23 | 0.56 | 0.45 |
| Hex | B5 | 33 | 53 | 0 | 48 | 36 | 1D | 159 | 38 | 2D |
| Octal | 265 | 63 | 123 | 0 | 110 | 66 | 35 | 531 | 70 | 55 |
| Binary | 10110101 | 110011 | 1010011 | 0 | 1001000 | 110110 | 11101 | 101011001 | 111000 | 101101 |
Color Harmonies of #B53353
Complementary color
Monochromatic Colors of #B53353
Black with #B53353
Text Example
Text Example
White with #B53353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53353; }
p { color: rgb(181,51,83); }
H1.HeaderClassName
{
color: #B53353;
}
.AnyTagClassName
{
color: #B53353;
}
</style>
background-color css
<style>
a { background-color: #B53353; }
a { background-color: rgb(181,51,83); }
div.DivClassName
{
background-color: #B53353;
}
.BgClassName
{
background-color: #B53353;
}
</style>
border-color css
<style>
span { border-color: #B53353; }
span { border-color: rgb(181,51,83); }
td.TdClassName
{
border-color: #B53353;
}
.TagClassName
{
border-color: #B53353;
}
</style>