Shades of Old Rose #BA3244
Tints of Old Rose #BA3244
RGB
CMYK
RGB Variations
Color information
#BA3244 (or 0xBA3244) is known color: Old Rose. HEX triplet: BA, 32 and 44. RGB value is (186,50,68). Sum of RGB (Red+Green+Blue) = 186+50+68=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3244 is #45CDBB. Grayscale: #5C5C5C. Windows color (decimal): -4574652 or 4469434. OLE color: 4469434.
HSL color Cylindrical-coordinate representation of color #BA3244: hue angle of 352.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3244 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 68 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.27 |
| HSL | 352.06º | 0.58% | 0.46% | - |
| HSV(B) | 352.06º | 0.73% | 0.73% | - |
| XYZ | 22.43 | 13.14 | 6.82 | - |
| YUV | 92.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 68 | 0 | 0.73 | 0.63 | 0.27 | 352.06 | 0.58 | 0.46 |
| Hex | BA | 32 | 44 | 0 | 49 | 3F | 1B | 160 | 3A | 2E |
| Octal | 272 | 62 | 104 | 0 | 111 | 77 | 33 | 540 | 72 | 56 |
| Binary | 10111010 | 110010 | 1000100 | 0 | 1001001 | 111111 | 11011 | 101100000 | 111010 | 101110 |
Color Harmonies of #BA3244
Complementary color
Monochromatic Colors of #BA3244
Black with #BA3244
Text Example
Text Example
White with #BA3244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3244; }
p { color: rgb(186,50,68); }
H1.HeaderClassName
{
color: #BA3244;
}
.AnyTagClassName
{
color: #BA3244;
}
</style>
background-color css
<style>
a { background-color: #BA3244; }
a { background-color: rgb(186,50,68); }
div.DivClassName
{
background-color: #BA3244;
}
.BgClassName
{
background-color: #BA3244;
}
</style>
border-color css
<style>
span { border-color: #BA3244; }
span { border-color: rgb(186,50,68); }
td.TdClassName
{
border-color: #BA3244;
}
.TagClassName
{
border-color: #BA3244;
}
</style>