Shades of Old Rose #B62053
Tints of Old Rose #B62053
RGB
CMYK
RGB Variations
Color information
#B62053 (or 0xB62053) is known color: Old Rose. HEX triplet: B6, 20 and 53. RGB value is (182,32,83). Sum of RGB (Red+Green+Blue) = 182+32+83=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B62053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62053 is #49DFAC. Grayscale: #525252. Windows color (decimal): -4841389 or 5447862. OLE color: 5447862.
HSL color Cylindrical-coordinate representation of color #B62053: hue angle of 339.6º degrees, saturation: 0.7, 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 #B62053 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 83 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.29 |
| HSL | 339.6º | 0.7% | 0.42% | - |
| HSV(B) | 339.6º | 0.82% | 0.71% | - |
| XYZ | 21.37 | 11.6 | 9.3 | - |
| YUV | 82.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 83 | 0 | 0.82 | 0.54 | 0.29 | 339.6 | 0.7 | 0.42 |
| Hex | B6 | 20 | 53 | 0 | 52 | 36 | 1D | 154 | 46 | 2A |
| Octal | 266 | 40 | 123 | 0 | 122 | 66 | 35 | 524 | 106 | 52 |
| Binary | 10110110 | 100000 | 1010011 | 0 | 1010010 | 110110 | 11101 | 101010100 | 1000110 | 101010 |
Color Harmonies of #B62053
Complementary color
Monochromatic Colors of #B62053
Black with #B62053
Text Example
Text Example
White with #B62053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62053; }
p { color: rgb(182,32,83); }
H1.HeaderClassName
{
color: #B62053;
}
.AnyTagClassName
{
color: #B62053;
}
</style>
background-color css
<style>
a { background-color: #B62053; }
a { background-color: rgb(182,32,83); }
div.DivClassName
{
background-color: #B62053;
}
.BgClassName
{
background-color: #B62053;
}
</style>
border-color css
<style>
span { border-color: #B62053; }
span { border-color: rgb(182,32,83); }
td.TdClassName
{
border-color: #B62053;
}
.TagClassName
{
border-color: #B62053;
}
</style>