Shades of Old Rose #BA3444
Tints of Old Rose #BA3444
RGB
CMYK
RGB Variations
Color information
#BA3444 (or 0xBA3444) is known color: Old Rose. HEX triplet: BA, 34 and 44. RGB value is (186,52,68). Sum of RGB (Red+Green+Blue) = 186+52+68=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3444 is #45CBBB. Grayscale: #5D5D5D. Windows color (decimal): -4574140 or 4469946. OLE color: 4469946.
HSL color Cylindrical-coordinate representation of color #BA3444: hue angle of 352.84º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3444 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 68 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.27 |
| HSL | 352.84º | 0.56% | 0.47% | - |
| HSV(B) | 352.84º | 0.72% | 0.73% | - |
| XYZ | 22.52 | 13.31 | 6.85 | - |
| YUV | 93.89 | 113.39 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 68 | 0 | 0.72 | 0.63 | 0.27 | 352.84 | 0.56 | 0.47 |
| Hex | BA | 34 | 44 | 0 | 48 | 3F | 1B | 161 | 38 | 2F |
| Octal | 272 | 64 | 104 | 0 | 110 | 77 | 33 | 541 | 70 | 57 |
| Binary | 10111010 | 110100 | 1000100 | 0 | 1001000 | 111111 | 11011 | 101100001 | 111000 | 101111 |
Color Harmonies of #BA3444
Complementary color
Monochromatic Colors of #BA3444
Black with #BA3444
Text Example
Text Example
White with #BA3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3444; }
p { color: rgb(186,52,68); }
H1.HeaderClassName
{
color: #BA3444;
}
.AnyTagClassName
{
color: #BA3444;
}
</style>
background-color css
<style>
a { background-color: #BA3444; }
a { background-color: rgb(186,52,68); }
div.DivClassName
{
background-color: #BA3444;
}
.BgClassName
{
background-color: #BA3444;
}
</style>
border-color css
<style>
span { border-color: #BA3444; }
span { border-color: rgb(186,52,68); }
td.TdClassName
{
border-color: #BA3444;
}
.TagClassName
{
border-color: #BA3444;
}
</style>