Shades of Old Rose #B63046
Tints of Old Rose #B63046
RGB
CMYK
RGB Variations
Color information
#B63046 (or 0xB63046) is known color: Old Rose. HEX triplet: B6, 30 and 46. RGB value is (182,48,70). Sum of RGB (Red+Green+Blue) = 182+48+70=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B63046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63046 is #49CFB9. Grayscale: #5A5A5A. Windows color (decimal): -4837306 or 4599990. OLE color: 4599990.
HSL color Cylindrical-coordinate representation of color #B63046: hue angle of 350.15º 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 #B63046 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 70 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.29 |
| HSL | 350.15º | 0.58% | 0.45% | - |
| HSV(B) | 350.15º | 0.74% | 0.71% | - |
| XYZ | 21.45 | 12.5 | 7.08 | - |
| YUV | 90.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 70 | 0 | 0.74 | 0.62 | 0.29 | 350.15 | 0.58 | 0.45 |
| Hex | B6 | 30 | 46 | 0 | 4A | 3E | 1D | 15E | 3A | 2D |
| Octal | 266 | 60 | 106 | 0 | 112 | 76 | 35 | 536 | 72 | 55 |
| Binary | 10110110 | 110000 | 1000110 | 0 | 1001010 | 111110 | 11101 | 101011110 | 111010 | 101101 |
Color Harmonies of #B63046
Complementary color
Monochromatic Colors of #B63046
Black with #B63046
Text Example
Text Example
White with #B63046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63046; }
p { color: rgb(182,48,70); }
H1.HeaderClassName
{
color: #B63046;
}
.AnyTagClassName
{
color: #B63046;
}
</style>
background-color css
<style>
a { background-color: #B63046; }
a { background-color: rgb(182,48,70); }
div.DivClassName
{
background-color: #B63046;
}
.BgClassName
{
background-color: #B63046;
}
</style>
border-color css
<style>
span { border-color: #B63046; }
span { border-color: rgb(182,48,70); }
td.TdClassName
{
border-color: #B63046;
}
.TagClassName
{
border-color: #B63046;
}
</style>