Shades of Old Rose #B63C48
Tints of Old Rose #B63C48
RGB
CMYK
RGB Variations
Color information
#B63C48 (or 0xB63C48) is known color: Old Rose. HEX triplet: B6, 3C and 48. RGB value is (182,60,72). Sum of RGB (Red+Green+Blue) = 182+60+72=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C48 is #49C3B7. Grayscale: #616161. Windows color (decimal): -4834232 or 4734134. OLE color: 4734134.
HSL color Cylindrical-coordinate representation of color #B63C48: hue angle of 354.1º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C48 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 72 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.29 |
| HSL | 354.1º | 0.5% | 0.47% | - |
| HSV(B) | 354.1º | 0.67% | 0.71% | - |
| XYZ | 22.08 | 13.64 | 7.6 | - |
| YUV | 97.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 72 | 0 | 0.67 | 0.60 | 0.29 | 354.1 | 0.5 | 0.47 |
| Hex | B6 | 3C | 48 | 0 | 43 | 3C | 1D | 162 | 32 | 2F |
| Octal | 266 | 74 | 110 | 0 | 103 | 74 | 35 | 542 | 62 | 57 |
| Binary | 10110110 | 111100 | 1001000 | 0 | 1000011 | 111100 | 11101 | 101100010 | 110010 | 101111 |
Color Harmonies of #B63C48
Complementary color
Monochromatic Colors of #B63C48
Black with #B63C48
Text Example
Text Example
White with #B63C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C48; }
p { color: rgb(182,60,72); }
H1.HeaderClassName
{
color: #B63C48;
}
.AnyTagClassName
{
color: #B63C48;
}
</style>
background-color css
<style>
a { background-color: #B63C48; }
a { background-color: rgb(182,60,72); }
div.DivClassName
{
background-color: #B63C48;
}
.BgClassName
{
background-color: #B63C48;
}
</style>
border-color css
<style>
span { border-color: #B63C48; }
span { border-color: rgb(182,60,72); }
td.TdClassName
{
border-color: #B63C48;
}
.TagClassName
{
border-color: #B63C48;
}
</style>