Shades of Old Rose #B63053
Tints of Old Rose #B63053
RGB
CMYK
RGB Variations
Color information
#B63053 (or 0xB63053) is known color: Old Rose. HEX triplet: B6, 30 and 53. RGB value is (182,48,83). Sum of RGB (Red+Green+Blue) = 182+48+83=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B63053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63053 is #49CFAC. Grayscale: #5C5C5C. Windows color (decimal): -4837293 or 5451958. OLE color: 5451958.
HSL color Cylindrical-coordinate representation of color #B63053: hue angle of 344.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63053 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 83 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.29 |
| HSL | 344.33º | 0.58% | 0.45% | - |
| HSV(B) | 344.33º | 0.74% | 0.71% | - |
| XYZ | 21.91 | 12.68 | 9.48 | - |
| YUV | 92.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 83 | 0 | 0.74 | 0.54 | 0.29 | 344.33 | 0.58 | 0.45 |
| Hex | B6 | 30 | 53 | 0 | 4A | 36 | 1D | 158 | 3A | 2D |
| Octal | 266 | 60 | 123 | 0 | 112 | 66 | 35 | 530 | 72 | 55 |
| Binary | 10110110 | 110000 | 1010011 | 0 | 1001010 | 110110 | 11101 | 101011000 | 111010 | 101101 |
Color Harmonies of #B63053
Complementary color
Monochromatic Colors of #B63053
Black with #B63053
Text Example
Text Example
White with #B63053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63053; }
p { color: rgb(182,48,83); }
H1.HeaderClassName
{
color: #B63053;
}
.AnyTagClassName
{
color: #B63053;
}
</style>
background-color css
<style>
a { background-color: #B63053; }
a { background-color: rgb(182,48,83); }
div.DivClassName
{
background-color: #B63053;
}
.BgClassName
{
background-color: #B63053;
}
</style>
border-color css
<style>
span { border-color: #B63053; }
span { border-color: rgb(182,48,83); }
td.TdClassName
{
border-color: #B63053;
}
.TagClassName
{
border-color: #B63053;
}
</style>