Shades of Old Rose #BA424D
Tints of Old Rose #BA424D
RGB
CMYK
RGB Variations
Color information
#BA424D (or 0xBA424D) is known color: Old Rose. HEX triplet: BA, 42 and 4D. RGB value is (186,66,77). Sum of RGB (Red+Green+Blue) = 186+66+77=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA424D is #45BDB2. Grayscale: #676767. Windows color (decimal): -4570547 or 5063354. OLE color: 5063354.
HSL color Cylindrical-coordinate representation of color #BA424D: hue angle of 354.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA424D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 77 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.27 |
| HSL | 354.5º | 0.48% | 0.49% | - |
| HSV(B) | 354.5º | 0.65% | 0.73% | - |
| XYZ | 23.54 | 14.87 | 8.65 | - |
| YUV | 103.13 | 113.26 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 77 | 0 | 0.65 | 0.59 | 0.27 | 354.5 | 0.48 | 0.49 |
| Hex | BA | 42 | 4D | 0 | 41 | 3B | 1B | 162 | 30 | 31 |
| Octal | 272 | 102 | 115 | 0 | 101 | 73 | 33 | 542 | 60 | 61 |
| Binary | 10111010 | 1000010 | 1001101 | 0 | 1000001 | 111011 | 11011 | 101100010 | 110000 | 110001 |
Color Harmonies of #BA424D
Complementary color
Monochromatic Colors of #BA424D
Black with #BA424D
Text Example
Text Example
White with #BA424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA424D; }
p { color: rgb(186,66,77); }
H1.HeaderClassName
{
color: #BA424D;
}
.AnyTagClassName
{
color: #BA424D;
}
</style>
background-color css
<style>
a { background-color: #BA424D; }
a { background-color: rgb(186,66,77); }
div.DivClassName
{
background-color: #BA424D;
}
.BgClassName
{
background-color: #BA424D;
}
</style>
border-color css
<style>
span { border-color: #BA424D; }
span { border-color: rgb(186,66,77); }
td.TdClassName
{
border-color: #BA424D;
}
.TagClassName
{
border-color: #BA424D;
}
</style>