Shades of Old Rose #BA2444
Tints of Old Rose #BA2444
RGB
CMYK
RGB Variations
Color information
#BA2444 (or 0xBA2444) is known color: Old Rose. HEX triplet: BA, 24 and 44. RGB value is (186,36,68). Sum of RGB (Red+Green+Blue) = 186+36+68=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2444 is #45DBBB. Grayscale: #545454. Windows color (decimal): -4578236 or 4465850. OLE color: 4465850.
HSL color Cylindrical-coordinate representation of color #BA2444: hue angle of 347.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2444 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 68 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.27 |
| HSL | 347.2º | 0.68% | 0.44% | - |
| HSV(B) | 347.2º | 0.81% | 0.73% | - |
| XYZ | 21.92 | 12.12 | 6.65 | - |
| YUV | 84.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 68 | 0 | 0.81 | 0.63 | 0.27 | 347.2 | 0.68 | 0.44 |
| Hex | BA | 24 | 44 | 0 | 51 | 3F | 1B | 15B | 44 | 2C |
| Octal | 272 | 44 | 104 | 0 | 121 | 77 | 33 | 533 | 104 | 54 |
| Binary | 10111010 | 100100 | 1000100 | 0 | 1010001 | 111111 | 11011 | 101011011 | 1000100 | 101100 |
Color Harmonies of #BA2444
Complementary color
Monochromatic Colors of #BA2444
Black with #BA2444
Text Example
Text Example
White with #BA2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2444; }
p { color: rgb(186,36,68); }
H1.HeaderClassName
{
color: #BA2444;
}
.AnyTagClassName
{
color: #BA2444;
}
</style>
background-color css
<style>
a { background-color: #BA2444; }
a { background-color: rgb(186,36,68); }
div.DivClassName
{
background-color: #BA2444;
}
.BgClassName
{
background-color: #BA2444;
}
</style>
border-color css
<style>
span { border-color: #BA2444; }
span { border-color: rgb(186,36,68); }
td.TdClassName
{
border-color: #BA2444;
}
.TagClassName
{
border-color: #BA2444;
}
</style>