Shades of Old Rose #B63C46
Tints of Old Rose #B63C46
RGB
CMYK
RGB Variations
Color information
#B63C46 (or 0xB63C46) is known color: Old Rose. HEX triplet: B6, 3C and 46. RGB value is (182,60,70). Sum of RGB (Red+Green+Blue) = 182+60+70=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C46 is #49C3B9. Grayscale: #616161. Windows color (decimal): -4834234 or 4603062. OLE color: 4603062.
HSL color Cylindrical-coordinate representation of color #B63C46: hue angle of 355.08º 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 #B63C46 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 70 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.29 |
| HSL | 355.08º | 0.5% | 0.47% | - |
| HSV(B) | 355.08º | 0.67% | 0.71% | - |
| XYZ | 22.01 | 13.62 | 7.26 | - |
| YUV | 97.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 70 | 0 | 0.67 | 0.62 | 0.29 | 355.08 | 0.5 | 0.47 |
| Hex | B6 | 3C | 46 | 0 | 43 | 3E | 1D | 163 | 32 | 2F |
| Octal | 266 | 74 | 106 | 0 | 103 | 76 | 35 | 543 | 62 | 57 |
| Binary | 10110110 | 111100 | 1000110 | 0 | 1000011 | 111110 | 11101 | 101100011 | 110010 | 101111 |
Color Harmonies of #B63C46
Complementary color
Monochromatic Colors of #B63C46
Black with #B63C46
Text Example
Text Example
White with #B63C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C46; }
p { color: rgb(182,60,70); }
H1.HeaderClassName
{
color: #B63C46;
}
.AnyTagClassName
{
color: #B63C46;
}
</style>
background-color css
<style>
a { background-color: #B63C46; }
a { background-color: rgb(182,60,70); }
div.DivClassName
{
background-color: #B63C46;
}
.BgClassName
{
background-color: #B63C46;
}
</style>
border-color css
<style>
span { border-color: #B63C46; }
span { border-color: rgb(182,60,70); }
td.TdClassName
{
border-color: #B63C46;
}
.TagClassName
{
border-color: #B63C46;
}
</style>