Shades of Old Rose #B63D4D
Tints of Old Rose #B63D4D
RGB
CMYK
RGB Variations
Color information
#B63D4D (or 0xB63D4D) is known color: Old Rose. HEX triplet: B6, 3D and 4D. RGB value is (182,61,77). Sum of RGB (Red+Green+Blue) = 182+61+77=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D4D is #49C2B2. Grayscale: #636363. Windows color (decimal): -4833971 or 5062070. OLE color: 5062070.
HSL color Cylindrical-coordinate representation of color #B63D4D: hue angle of 352.07º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D4D is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 77 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.29 |
| HSL | 352.07º | 0.5% | 0.48% | - |
| HSV(B) | 352.07º | 0.66% | 0.71% | - |
| XYZ | 22.3 | 13.82 | 8.51 | - |
| YUV | 99 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 77 | 0 | 0.66 | 0.58 | 0.29 | 352.07 | 0.5 | 0.48 |
| Hex | B6 | 3D | 4D | 0 | 42 | 3A | 1D | 160 | 32 | 30 |
| Octal | 266 | 75 | 115 | 0 | 102 | 72 | 35 | 540 | 62 | 60 |
| Binary | 10110110 | 111101 | 1001101 | 0 | 1000010 | 111010 | 11101 | 101100000 | 110010 | 110000 |
Color Harmonies of #B63D4D
Complementary color
Monochromatic Colors of #B63D4D
Black with #B63D4D
Text Example
Text Example
White with #B63D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D4D; }
p { color: rgb(182,61,77); }
H1.HeaderClassName
{
color: #B63D4D;
}
.AnyTagClassName
{
color: #B63D4D;
}
</style>
background-color css
<style>
a { background-color: #B63D4D; }
a { background-color: rgb(182,61,77); }
div.DivClassName
{
background-color: #B63D4D;
}
.BgClassName
{
background-color: #B63D4D;
}
</style>
border-color css
<style>
span { border-color: #B63D4D; }
span { border-color: rgb(182,61,77); }
td.TdClassName
{
border-color: #B63D4D;
}
.TagClassName
{
border-color: #B63D4D;
}
</style>