Shades of Old Rose #BA1C4F
Tints of Old Rose #BA1C4F
RGB
CMYK
RGB Variations
Color information
#BA1C4F (or 0xBA1C4F) is known color: Old Rose. HEX triplet: BA, 1C and 4F. RGB value is (186,28,79). Sum of RGB (Red+Green+Blue) = 186+28+79=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C4F is #45E3B0. Grayscale: #515151. Windows color (decimal): -4580273 or 5184698. OLE color: 5184698.
HSL color Cylindrical-coordinate representation of color #BA1C4F: hue angle of 340.63º 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 #BA1C4F is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 79 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.27 |
| HSL | 340.63º | 0.74% | 0.42% | - |
| HSV(B) | 340.63º | 0.85% | 0.73% | - |
| XYZ | 22.08 | 11.83 | 8.52 | - |
| YUV | 81.06 | 126.85 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 79 | 0 | 0.85 | 0.58 | 0.27 | 340.63 | 0.74 | 0.42 |
| Hex | BA | 1C | 4F | 0 | 55 | 3A | 1B | 155 | 4A | 2A |
| Octal | 272 | 34 | 117 | 0 | 125 | 72 | 33 | 525 | 112 | 52 |
| Binary | 10111010 | 11100 | 1001111 | 0 | 1010101 | 111010 | 11011 | 101010101 | 1001010 | 101010 |
Color Harmonies of #BA1C4F
Complementary color
Monochromatic Colors of #BA1C4F
Black with #BA1C4F
Text Example
Text Example
White with #BA1C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C4F; }
p { color: rgb(186,28,79); }
H1.HeaderClassName
{
color: #BA1C4F;
}
.AnyTagClassName
{
color: #BA1C4F;
}
</style>
background-color css
<style>
a { background-color: #BA1C4F; }
a { background-color: rgb(186,28,79); }
div.DivClassName
{
background-color: #BA1C4F;
}
.BgClassName
{
background-color: #BA1C4F;
}
</style>
border-color css
<style>
span { border-color: #BA1C4F; }
span { border-color: rgb(186,28,79); }
td.TdClassName
{
border-color: #BA1C4F;
}
.TagClassName
{
border-color: #BA1C4F;
}
</style>