Shades of Old Rose #BA174D
Tints of Old Rose #BA174D
RGB
CMYK
RGB Variations
Color information
#BA174D (or 0xBA174D) is known color: Old Rose. HEX triplet: BA, 17 and 4D. RGB value is (186,23,77). Sum of RGB (Red+Green+Blue) = 186+23+77=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA174D is #45E8B2. Grayscale: #4D4D4D. Windows color (decimal): -4581555 or 5052346. OLE color: 5052346.
HSL color Cylindrical-coordinate representation of color #BA174D: hue angle of 340.12º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA174D is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 77 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.27 |
| HSL | 340.12º | 0.78% | 0.41% | - |
| HSV(B) | 340.12º | 0.88% | 0.73% | - |
| XYZ | 21.9 | 11.59 | 8.1 | - |
| YUV | 77.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 77 | 0 | 0.88 | 0.59 | 0.27 | 340.12 | 0.78 | 0.41 |
| Hex | BA | 17 | 4D | 0 | 58 | 3B | 1B | 154 | 4E | 29 |
| Octal | 272 | 27 | 115 | 0 | 130 | 73 | 33 | 524 | 116 | 51 |
| Binary | 10111010 | 10111 | 1001101 | 0 | 1011000 | 111011 | 11011 | 101010100 | 1001110 | 101001 |
Color Harmonies of #BA174D
Complementary color
Monochromatic Colors of #BA174D
Black with #BA174D
Text Example
Text Example
White with #BA174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA174D; }
p { color: rgb(186,23,77); }
H1.HeaderClassName
{
color: #BA174D;
}
.AnyTagClassName
{
color: #BA174D;
}
</style>
background-color css
<style>
a { background-color: #BA174D; }
a { background-color: rgb(186,23,77); }
div.DivClassName
{
background-color: #BA174D;
}
.BgClassName
{
background-color: #BA174D;
}
</style>
border-color css
<style>
span { border-color: #BA174D; }
span { border-color: rgb(186,23,77); }
td.TdClassName
{
border-color: #BA174D;
}
.TagClassName
{
border-color: #BA174D;
}
</style>