Shades of Old Rose #BA3A4E
Tints of Old Rose #BA3A4E
RGB
CMYK
RGB Variations
Color information
#BA3A4E (or 0xBA3A4E) is known color: Old Rose. HEX triplet: BA, 3A and 4E. RGB value is (186,58,78). Sum of RGB (Red+Green+Blue) = 186+58+78=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A4E is #45C5B1. Grayscale: #626262. Windows color (decimal): -4572594 or 5126842. OLE color: 5126842.
HSL color Cylindrical-coordinate representation of color #BA3A4E: hue angle of 350.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A4E is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 78 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.27 |
| HSL | 350.63º | 0.52% | 0.48% | - |
| HSV(B) | 350.63º | 0.69% | 0.73% | - |
| XYZ | 23.14 | 14.02 | 8.69 | - |
| YUV | 98.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 78 | 0 | 0.69 | 0.58 | 0.27 | 350.63 | 0.52 | 0.48 |
| Hex | BA | 3A | 4E | 0 | 45 | 3A | 1B | 15F | 34 | 30 |
| Octal | 272 | 72 | 116 | 0 | 105 | 72 | 33 | 537 | 64 | 60 |
| Binary | 10111010 | 111010 | 1001110 | 0 | 1000101 | 111010 | 11011 | 101011111 | 110100 | 110000 |
Color Harmonies of #BA3A4E
Complementary color
Monochromatic Colors of #BA3A4E
Black with #BA3A4E
Text Example
Text Example
White with #BA3A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A4E; }
p { color: rgb(186,58,78); }
H1.HeaderClassName
{
color: #BA3A4E;
}
.AnyTagClassName
{
color: #BA3A4E;
}
</style>
background-color css
<style>
a { background-color: #BA3A4E; }
a { background-color: rgb(186,58,78); }
div.DivClassName
{
background-color: #BA3A4E;
}
.BgClassName
{
background-color: #BA3A4E;
}
</style>
border-color css
<style>
span { border-color: #BA3A4E; }
span { border-color: rgb(186,58,78); }
td.TdClassName
{
border-color: #BA3A4E;
}
.TagClassName
{
border-color: #BA3A4E;
}
</style>