Shades of Old Rose #BA224F
Tints of Old Rose #BA224F
RGB
CMYK
RGB Variations
Color information
#BA224F (or 0xBA224F) is known color: Old Rose. HEX triplet: BA, 22 and 4F. RGB value is (186,34,79). Sum of RGB (Red+Green+Blue) = 186+34+79=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA224F is #45DDB0. Grayscale: #545454. Windows color (decimal): -4578737 or 5186234. OLE color: 5186234.
HSL color Cylindrical-coordinate representation of color #BA224F: hue angle of 342.24º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA224F is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 79 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.27 |
| HSL | 342.24º | 0.69% | 0.43% | - |
| HSV(B) | 342.24º | 0.82% | 0.73% | - |
| XYZ | 22.23 | 12.15 | 8.57 | - |
| YUV | 84.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 79 | 0 | 0.82 | 0.58 | 0.27 | 342.24 | 0.69 | 0.43 |
| Hex | BA | 22 | 4F | 0 | 52 | 3A | 1B | 156 | 45 | 2B |
| Octal | 272 | 42 | 117 | 0 | 122 | 72 | 33 | 526 | 105 | 53 |
| Binary | 10111010 | 100010 | 1001111 | 0 | 1010010 | 111010 | 11011 | 101010110 | 1000101 | 101011 |
Color Harmonies of #BA224F
Complementary color
Monochromatic Colors of #BA224F
Black with #BA224F
Text Example
Text Example
White with #BA224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA224F; }
p { color: rgb(186,34,79); }
H1.HeaderClassName
{
color: #BA224F;
}
.AnyTagClassName
{
color: #BA224F;
}
</style>
background-color css
<style>
a { background-color: #BA224F; }
a { background-color: rgb(186,34,79); }
div.DivClassName
{
background-color: #BA224F;
}
.BgClassName
{
background-color: #BA224F;
}
</style>
border-color css
<style>
span { border-color: #BA224F; }
span { border-color: rgb(186,34,79); }
td.TdClassName
{
border-color: #BA224F;
}
.TagClassName
{
border-color: #BA224F;
}
</style>