Shades of Old Rose #BA3E4C
Tints of Old Rose #BA3E4C
RGB
CMYK
RGB Variations
Color information
#BA3E4C (or 0xBA3E4C) is known color: Old Rose. HEX triplet: BA, 3E and 4C. RGB value is (186,62,76). Sum of RGB (Red+Green+Blue) = 186+62+76=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E4C is #45C1B3. Grayscale: #646464. Windows color (decimal): -4571572 or 4996794. OLE color: 4996794.
HSL color Cylindrical-coordinate representation of color #BA3E4C: hue angle of 353.23º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E4C is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 76 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.27 |
| HSL | 353.23º | 0.5% | 0.49% | - |
| HSV(B) | 353.23º | 0.67% | 0.73% | - |
| XYZ | 23.28 | 14.41 | 8.39 | - |
| YUV | 100.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 76 | 0 | 0.67 | 0.59 | 0.27 | 353.23 | 0.5 | 0.49 |
| Hex | BA | 3E | 4C | 0 | 43 | 3B | 1B | 161 | 32 | 31 |
| Octal | 272 | 76 | 114 | 0 | 103 | 73 | 33 | 541 | 62 | 61 |
| Binary | 10111010 | 111110 | 1001100 | 0 | 1000011 | 111011 | 11011 | 101100001 | 110010 | 110001 |
Color Harmonies of #BA3E4C
Complementary color
Monochromatic Colors of #BA3E4C
Black with #BA3E4C
Text Example
Text Example
White with #BA3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E4C; }
p { color: rgb(186,62,76); }
H1.HeaderClassName
{
color: #BA3E4C;
}
.AnyTagClassName
{
color: #BA3E4C;
}
</style>
background-color css
<style>
a { background-color: #BA3E4C; }
a { background-color: rgb(186,62,76); }
div.DivClassName
{
background-color: #BA3E4C;
}
.BgClassName
{
background-color: #BA3E4C;
}
</style>
border-color css
<style>
span { border-color: #BA3E4C; }
span { border-color: rgb(186,62,76); }
td.TdClassName
{
border-color: #BA3E4C;
}
.TagClassName
{
border-color: #BA3E4C;
}
</style>