Shades of Old Rose #BA1C4E
Tints of Old Rose #BA1C4E
RGB
CMYK
RGB Variations
Color information
#BA1C4E (or 0xBA1C4E) is known color: Old Rose. HEX triplet: BA, 1C and 4E. RGB value is (186,28,78). Sum of RGB (Red+Green+Blue) = 186+28+78=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C4E is #45E3B1. Grayscale: #505050. Windows color (decimal): -4580274 or 5119162. OLE color: 5119162.
HSL color Cylindrical-coordinate representation of color #BA1C4E: hue angle of 341.01º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C4E is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 78 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.27 |
| HSL | 341.01º | 0.74% | 0.42% | - |
| HSV(B) | 341.01º | 0.85% | 0.73% | - |
| XYZ | 22.04 | 11.82 | 8.33 | - |
| YUV | 80.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 78 | 0 | 0.85 | 0.58 | 0.27 | 341.01 | 0.74 | 0.42 |
| Hex | BA | 1C | 4E | 0 | 55 | 3A | 1B | 155 | 4A | 2A |
| Octal | 272 | 34 | 116 | 0 | 125 | 72 | 33 | 525 | 112 | 52 |
| Binary | 10111010 | 11100 | 1001110 | 0 | 1010101 | 111010 | 11011 | 101010101 | 1001010 | 101010 |
Color Harmonies of #BA1C4E
Complementary color
Monochromatic Colors of #BA1C4E
Black with #BA1C4E
Text Example
Text Example
White with #BA1C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C4E; }
p { color: rgb(186,28,78); }
H1.HeaderClassName
{
color: #BA1C4E;
}
.AnyTagClassName
{
color: #BA1C4E;
}
</style>
background-color css
<style>
a { background-color: #BA1C4E; }
a { background-color: rgb(186,28,78); }
div.DivClassName
{
background-color: #BA1C4E;
}
.BgClassName
{
background-color: #BA1C4E;
}
</style>
border-color css
<style>
span { border-color: #BA1C4E; }
span { border-color: rgb(186,28,78); }
td.TdClassName
{
border-color: #BA1C4E;
}
.TagClassName
{
border-color: #BA1C4E;
}
</style>