Shades of Old Rose #BA1C52
Tints of Old Rose #BA1C52
RGB
CMYK
RGB Variations
Color information
#BA1C52 (or 0xBA1C52) is known color: Old Rose. HEX triplet: BA, 1C and 52. RGB value is (186,28,82). Sum of RGB (Red+Green+Blue) = 186+28+82=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1C52 is #45E3AD. Grayscale: #515151. Windows color (decimal): -4580270 or 5381306. OLE color: 5381306.
HSL color Cylindrical-coordinate representation of color #BA1C52: hue angle of 339.49º 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 #BA1C52 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 82 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.27 |
| HSL | 339.49º | 0.74% | 0.42% | - |
| HSV(B) | 339.49º | 0.85% | 0.73% | - |
| XYZ | 22.19 | 11.88 | 9.11 | - |
| YUV | 81.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 82 | 0 | 0.85 | 0.56 | 0.27 | 339.49 | 0.74 | 0.42 |
| Hex | BA | 1C | 52 | 0 | 55 | 38 | 1B | 153 | 4A | 2A |
| Octal | 272 | 34 | 122 | 0 | 125 | 70 | 33 | 523 | 112 | 52 |
| Binary | 10111010 | 11100 | 1010010 | 0 | 1010101 | 111000 | 11011 | 101010011 | 1001010 | 101010 |
Color Harmonies of #BA1C52
Complementary color
Monochromatic Colors of #BA1C52
Black with #BA1C52
Text Example
Text Example
White with #BA1C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C52; }
p { color: rgb(186,28,82); }
H1.HeaderClassName
{
color: #BA1C52;
}
.AnyTagClassName
{
color: #BA1C52;
}
</style>
background-color css
<style>
a { background-color: #BA1C52; }
a { background-color: rgb(186,28,82); }
div.DivClassName
{
background-color: #BA1C52;
}
.BgClassName
{
background-color: #BA1C52;
}
</style>
border-color css
<style>
span { border-color: #BA1C52; }
span { border-color: rgb(186,28,82); }
td.TdClassName
{
border-color: #BA1C52;
}
.TagClassName
{
border-color: #BA1C52;
}
</style>