Shades of Old Rose #BA2842
Tints of Old Rose #BA2842
RGB
CMYK
RGB Variations
Color information
#BA2842 (or 0xBA2842) is known color: Old Rose. HEX triplet: BA, 28 and 42. RGB value is (186,40,66). Sum of RGB (Red+Green+Blue) = 186+40+66=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2842 is #45D7BD. Grayscale: #565656. Windows color (decimal): -4577214 or 4335802. OLE color: 4335802.
HSL color Cylindrical-coordinate representation of color #BA2842: hue angle of 349.32º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2842 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 66 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.27 |
| HSL | 349.32º | 0.65% | 0.44% | - |
| HSV(B) | 349.32º | 0.78% | 0.73% | - |
| XYZ | 21.99 | 12.35 | 6.38 | - |
| YUV | 86.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 66 | 0 | 0.78 | 0.65 | 0.27 | 349.32 | 0.65 | 0.44 |
| Hex | BA | 28 | 42 | 0 | 4E | 41 | 1B | 15D | 41 | 2C |
| Octal | 272 | 50 | 102 | 0 | 116 | 101 | 33 | 535 | 101 | 54 |
| Binary | 10111010 | 101000 | 1000010 | 0 | 1001110 | 1000001 | 11011 | 101011101 | 1000001 | 101100 |
Color Harmonies of #BA2842
Complementary color
Monochromatic Colors of #BA2842
Black with #BA2842
Text Example
Text Example
White with #BA2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2842; }
p { color: rgb(186,40,66); }
H1.HeaderClassName
{
color: #BA2842;
}
.AnyTagClassName
{
color: #BA2842;
}
</style>
background-color css
<style>
a { background-color: #BA2842; }
a { background-color: rgb(186,40,66); }
div.DivClassName
{
background-color: #BA2842;
}
.BgClassName
{
background-color: #BA2842;
}
</style>
border-color css
<style>
span { border-color: #BA2842; }
span { border-color: rgb(186,40,66); }
td.TdClassName
{
border-color: #BA2842;
}
.TagClassName
{
border-color: #BA2842;
}
</style>