Shades of Old Rose #BA2E4C
Tints of Old Rose #BA2E4C
RGB
CMYK
RGB Variations
Color information
#BA2E4C (or 0xBA2E4C) is known color: Old Rose. HEX triplet: BA, 2E and 4C. RGB value is (186,46,76). Sum of RGB (Red+Green+Blue) = 186+46+76=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E4C is #45D1B3. Grayscale: #5B5B5B. Windows color (decimal): -4575668 or 4992698. OLE color: 4992698.
HSL color Cylindrical-coordinate representation of color #BA2E4C: hue angle of 347.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E4C is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 76 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.27 |
| HSL | 347.14º | 0.6% | 0.45% | - |
| HSV(B) | 347.14º | 0.75% | 0.73% | - |
| XYZ | 22.53 | 12.91 | 8.14 | - |
| YUV | 91.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 76 | 0 | 0.75 | 0.59 | 0.27 | 347.14 | 0.6 | 0.45 |
| Hex | BA | 2E | 4C | 0 | 4B | 3B | 1B | 15B | 3C | 2D |
| Octal | 272 | 56 | 114 | 0 | 113 | 73 | 33 | 533 | 74 | 55 |
| Binary | 10111010 | 101110 | 1001100 | 0 | 1001011 | 111011 | 11011 | 101011011 | 111100 | 101101 |
Color Harmonies of #BA2E4C
Complementary color
Monochromatic Colors of #BA2E4C
Black with #BA2E4C
Text Example
Text Example
White with #BA2E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E4C; }
p { color: rgb(186,46,76); }
H1.HeaderClassName
{
color: #BA2E4C;
}
.AnyTagClassName
{
color: #BA2E4C;
}
</style>
background-color css
<style>
a { background-color: #BA2E4C; }
a { background-color: rgb(186,46,76); }
div.DivClassName
{
background-color: #BA2E4C;
}
.BgClassName
{
background-color: #BA2E4C;
}
</style>
border-color css
<style>
span { border-color: #BA2E4C; }
span { border-color: rgb(186,46,76); }
td.TdClassName
{
border-color: #BA2E4C;
}
.TagClassName
{
border-color: #BA2E4C;
}
</style>