Shades of Old Rose #BA1D4A
Tints of Old Rose #BA1D4A
RGB
CMYK
RGB Variations
Color information
#BA1D4A (or 0xBA1D4A) is known color: Old Rose. HEX triplet: BA, 1D and 4A. RGB value is (186,29,74). Sum of RGB (Red+Green+Blue) = 186+29+74=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D4A is #45E2B5. Grayscale: #515151. Windows color (decimal): -4580022 or 4857274. OLE color: 4857274.
HSL color Cylindrical-coordinate representation of color #BA1D4A: hue angle of 342.8º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D4A is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 74 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.27 |
| HSL | 342.8º | 0.73% | 0.42% | - |
| HSV(B) | 342.8º | 0.84% | 0.73% | - |
| XYZ | 21.93 | 11.81 | 7.6 | - |
| YUV | 81.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 74 | 0 | 0.84 | 0.60 | 0.27 | 342.8 | 0.73 | 0.42 |
| Hex | BA | 1D | 4A | 0 | 54 | 3C | 1B | 157 | 49 | 2A |
| Octal | 272 | 35 | 112 | 0 | 124 | 74 | 33 | 527 | 111 | 52 |
| Binary | 10111010 | 11101 | 1001010 | 0 | 1010100 | 111100 | 11011 | 101010111 | 1001001 | 101010 |
Color Harmonies of #BA1D4A
Complementary color
Monochromatic Colors of #BA1D4A
Black with #BA1D4A
Text Example
Text Example
White with #BA1D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D4A; }
p { color: rgb(186,29,74); }
H1.HeaderClassName
{
color: #BA1D4A;
}
.AnyTagClassName
{
color: #BA1D4A;
}
</style>
background-color css
<style>
a { background-color: #BA1D4A; }
a { background-color: rgb(186,29,74); }
div.DivClassName
{
background-color: #BA1D4A;
}
.BgClassName
{
background-color: #BA1D4A;
}
</style>
border-color css
<style>
span { border-color: #BA1D4A; }
span { border-color: rgb(186,29,74); }
td.TdClassName
{
border-color: #BA1D4A;
}
.TagClassName
{
border-color: #BA1D4A;
}
</style>