Shades of Old Rose #B63744
Tints of Old Rose #B63744
RGB
CMYK
RGB Variations
Color information
#B63744 (or 0xB63744) is known color: Old Rose. HEX triplet: B6, 37 and 44. RGB value is (182,55,68). Sum of RGB (Red+Green+Blue) = 182+55+68=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B63744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63744 is #49C8BB. Grayscale: #5E5E5E. Windows color (decimal): -4835516 or 4470710. OLE color: 4470710.
HSL color Cylindrical-coordinate representation of color #B63744: hue angle of 353.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63744 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 68 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.29 |
| HSL | 353.86º | 0.54% | 0.46% | - |
| HSV(B) | 353.86º | 0.7% | 0.71% | - |
| XYZ | 21.7 | 13.09 | 6.85 | - |
| YUV | 94.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 68 | 0 | 0.70 | 0.63 | 0.29 | 353.86 | 0.54 | 0.46 |
| Hex | B6 | 37 | 44 | 0 | 46 | 3F | 1D | 162 | 36 | 2E |
| Octal | 266 | 67 | 104 | 0 | 106 | 77 | 35 | 542 | 66 | 56 |
| Binary | 10110110 | 110111 | 1000100 | 0 | 1000110 | 111111 | 11101 | 101100010 | 110110 | 101110 |
Color Harmonies of #B63744
Complementary color
Monochromatic Colors of #B63744
Black with #B63744
Text Example
Text Example
White with #B63744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63744; }
p { color: rgb(182,55,68); }
H1.HeaderClassName
{
color: #B63744;
}
.AnyTagClassName
{
color: #B63744;
}
</style>
background-color css
<style>
a { background-color: #B63744; }
a { background-color: rgb(182,55,68); }
div.DivClassName
{
background-color: #B63744;
}
.BgClassName
{
background-color: #B63744;
}
</style>
border-color css
<style>
span { border-color: #B63744; }
span { border-color: rgb(182,55,68); }
td.TdClassName
{
border-color: #B63744;
}
.TagClassName
{
border-color: #B63744;
}
</style>