Shades of Old Rose #B63A4E
Tints of Old Rose #B63A4E
RGB
CMYK
RGB Variations
Color information
#B63A4E (or 0xB63A4E) is known color: Old Rose. HEX triplet: B6, 3A and 4E. RGB value is (182,58,78). Sum of RGB (Red+Green+Blue) = 182+58+78=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63A4E is #49C5B1. Grayscale: #616161. Windows color (decimal): -4834738 or 5126838. OLE color: 5126838.
HSL color Cylindrical-coordinate representation of color #B63A4E: hue angle of 350.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63A4E is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 78 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.29 |
| HSL | 350.32º | 0.52% | 0.47% | - |
| HSV(B) | 350.32º | 0.68% | 0.71% | - |
| XYZ | 22.18 | 13.52 | 8.65 | - |
| YUV | 97.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 78 | 0 | 0.68 | 0.57 | 0.29 | 350.32 | 0.52 | 0.47 |
| Hex | B6 | 3A | 4E | 0 | 44 | 39 | 1D | 15E | 34 | 2F |
| Octal | 266 | 72 | 116 | 0 | 104 | 71 | 35 | 536 | 64 | 57 |
| Binary | 10110110 | 111010 | 1001110 | 0 | 1000100 | 111001 | 11101 | 101011110 | 110100 | 101111 |
Color Harmonies of #B63A4E
Complementary color
Monochromatic Colors of #B63A4E
Black with #B63A4E
Text Example
Text Example
White with #B63A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63A4E; }
p { color: rgb(182,58,78); }
H1.HeaderClassName
{
color: #B63A4E;
}
.AnyTagClassName
{
color: #B63A4E;
}
</style>
background-color css
<style>
a { background-color: #B63A4E; }
a { background-color: rgb(182,58,78); }
div.DivClassName
{
background-color: #B63A4E;
}
.BgClassName
{
background-color: #B63A4E;
}
</style>
border-color css
<style>
span { border-color: #B63A4E; }
span { border-color: rgb(182,58,78); }
td.TdClassName
{
border-color: #B63A4E;
}
.TagClassName
{
border-color: #B63A4E;
}
</style>