Shades of Old Rose #BA1E48
Tints of Old Rose #BA1E48
RGB
CMYK
RGB Variations
Color information
#BA1E48 (or 0xBA1E48) is known color: Old Rose. HEX triplet: BA, 1E and 48. RGB value is (186,30,72). Sum of RGB (Red+Green+Blue) = 186+30+72=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E48 is #45E1B7. Grayscale: #515151. Windows color (decimal): -4579768 or 4726458. OLE color: 4726458.
HSL color Cylindrical-coordinate representation of color #BA1E48: hue angle of 343.85º degrees, saturation: 0.72, 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 #BA1E48 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 72 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.27 |
| HSL | 343.85º | 0.72% | 0.42% | - |
| HSV(B) | 343.85º | 0.84% | 0.73% | - |
| XYZ | 21.88 | 11.84 | 7.26 | - |
| YUV | 81.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 72 | 0 | 0.84 | 0.61 | 0.27 | 343.85 | 0.72 | 0.42 |
| Hex | BA | 1E | 48 | 0 | 54 | 3D | 1B | 158 | 48 | 2A |
| Octal | 272 | 36 | 110 | 0 | 124 | 75 | 33 | 530 | 110 | 52 |
| Binary | 10111010 | 11110 | 1001000 | 0 | 1010100 | 111101 | 11011 | 101011000 | 1001000 | 101010 |
Color Harmonies of #BA1E48
Complementary color
Monochromatic Colors of #BA1E48
Black with #BA1E48
Text Example
Text Example
White with #BA1E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E48; }
p { color: rgb(186,30,72); }
H1.HeaderClassName
{
color: #BA1E48;
}
.AnyTagClassName
{
color: #BA1E48;
}
</style>
background-color css
<style>
a { background-color: #BA1E48; }
a { background-color: rgb(186,30,72); }
div.DivClassName
{
background-color: #BA1E48;
}
.BgClassName
{
background-color: #BA1E48;
}
</style>
border-color css
<style>
span { border-color: #BA1E48; }
span { border-color: rgb(186,30,72); }
td.TdClassName
{
border-color: #BA1E48;
}
.TagClassName
{
border-color: #BA1E48;
}
</style>