Shades of Old Rose #BA3A4A
Tints of Old Rose #BA3A4A
RGB
CMYK
RGB Variations
Color information
#BA3A4A (or 0xBA3A4A) is known color: Old Rose. HEX triplet: BA, 3A and 4A. RGB value is (186,58,74). Sum of RGB (Red+Green+Blue) = 186+58+74=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A4A is #45C5B5. Grayscale: #626262. Windows color (decimal): -4572598 or 4864698. OLE color: 4864698.
HSL color Cylindrical-coordinate representation of color #BA3A4A: hue angle of 352.5º 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 #BA3A4A is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 74 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.27 |
| HSL | 352.5º | 0.52% | 0.48% | - |
| HSV(B) | 352.5º | 0.69% | 0.73% | - |
| XYZ | 23 | 13.96 | 7.96 | - |
| YUV | 98.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 74 | 0 | 0.69 | 0.60 | 0.27 | 352.5 | 0.52 | 0.48 |
| Hex | BA | 3A | 4A | 0 | 45 | 3C | 1B | 160 | 34 | 30 |
| Octal | 272 | 72 | 112 | 0 | 105 | 74 | 33 | 540 | 64 | 60 |
| Binary | 10111010 | 111010 | 1001010 | 0 | 1000101 | 111100 | 11011 | 101100000 | 110100 | 110000 |
Color Harmonies of #BA3A4A
Complementary color
Monochromatic Colors of #BA3A4A
Black with #BA3A4A
Text Example
Text Example
White with #BA3A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A4A; }
p { color: rgb(186,58,74); }
H1.HeaderClassName
{
color: #BA3A4A;
}
.AnyTagClassName
{
color: #BA3A4A;
}
</style>
background-color css
<style>
a { background-color: #BA3A4A; }
a { background-color: rgb(186,58,74); }
div.DivClassName
{
background-color: #BA3A4A;
}
.BgClassName
{
background-color: #BA3A4A;
}
</style>
border-color css
<style>
span { border-color: #BA3A4A; }
span { border-color: rgb(186,58,74); }
td.TdClassName
{
border-color: #BA3A4A;
}
.TagClassName
{
border-color: #BA3A4A;
}
</style>