Shades of Old Rose #BA3E4D
Tints of Old Rose #BA3E4D
RGB
CMYK
RGB Variations
Color information
#BA3E4D (or 0xBA3E4D) is known color: Old Rose. HEX triplet: BA, 3E and 4D. RGB value is (186,62,77). Sum of RGB (Red+Green+Blue) = 186+62+77=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E4D is #45C1B2. Grayscale: #646464. Windows color (decimal): -4571571 or 5062330. OLE color: 5062330.
HSL color Cylindrical-coordinate representation of color #BA3E4D: hue angle of 352.74º 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 #BA3E4D is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 77 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.27 |
| HSL | 352.74º | 0.5% | 0.49% | - |
| HSV(B) | 352.74º | 0.67% | 0.73% | - |
| XYZ | 23.31 | 14.42 | 8.58 | - |
| YUV | 100.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 77 | 0 | 0.67 | 0.59 | 0.27 | 352.74 | 0.5 | 0.49 |
| Hex | BA | 3E | 4D | 0 | 43 | 3B | 1B | 161 | 32 | 31 |
| Octal | 272 | 76 | 115 | 0 | 103 | 73 | 33 | 541 | 62 | 61 |
| Binary | 10111010 | 111110 | 1001101 | 0 | 1000011 | 111011 | 11011 | 101100001 | 110010 | 110001 |
Color Harmonies of #BA3E4D
Complementary color
Monochromatic Colors of #BA3E4D
Black with #BA3E4D
Text Example
Text Example
White with #BA3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E4D; }
p { color: rgb(186,62,77); }
H1.HeaderClassName
{
color: #BA3E4D;
}
.AnyTagClassName
{
color: #BA3E4D;
}
</style>
background-color css
<style>
a { background-color: #BA3E4D; }
a { background-color: rgb(186,62,77); }
div.DivClassName
{
background-color: #BA3E4D;
}
.BgClassName
{
background-color: #BA3E4D;
}
</style>
border-color css
<style>
span { border-color: #BA3E4D; }
span { border-color: rgb(186,62,77); }
td.TdClassName
{
border-color: #BA3E4D;
}
.TagClassName
{
border-color: #BA3E4D;
}
</style>