Shades of Old Rose #BA225A
Tints of Old Rose #BA225A
RGB
CMYK
RGB Variations
Color information
#BA225A (or 0xBA225A) is known color: Old Rose. HEX triplet: BA, 22 and 5A. RGB value is (186,34,90). Sum of RGB (Red+Green+Blue) = 186+34+90=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA225A is #45DDA5. Grayscale: #555555. Windows color (decimal): -4578726 or 5907130. OLE color: 5907130.
HSL color Cylindrical-coordinate representation of color #BA225A: hue angle of 337.89º 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 #BA225A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 90 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.27 |
| HSL | 337.89º | 0.69% | 0.43% | - |
| HSV(B) | 337.89º | 0.82% | 0.73% | - |
| XYZ | 22.67 | 12.32 | 10.86 | - |
| YUV | 85.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 90 | 0 | 0.82 | 0.52 | 0.27 | 337.89 | 0.69 | 0.43 |
| Hex | BA | 22 | 5A | 0 | 52 | 34 | 1B | 152 | 45 | 2B |
| Octal | 272 | 42 | 132 | 0 | 122 | 64 | 33 | 522 | 105 | 53 |
| Binary | 10111010 | 100010 | 1011010 | 0 | 1010010 | 110100 | 11011 | 101010010 | 1000101 | 101011 |
Color Harmonies of #BA225A
Complementary color
Monochromatic Colors of #BA225A
Black with #BA225A
Text Example
Text Example
White with #BA225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA225A; }
p { color: rgb(186,34,90); }
H1.HeaderClassName
{
color: #BA225A;
}
.AnyTagClassName
{
color: #BA225A;
}
</style>
background-color css
<style>
a { background-color: #BA225A; }
a { background-color: rgb(186,34,90); }
div.DivClassName
{
background-color: #BA225A;
}
.BgClassName
{
background-color: #BA225A;
}
</style>
border-color css
<style>
span { border-color: #BA225A; }
span { border-color: rgb(186,34,90); }
td.TdClassName
{
border-color: #BA225A;
}
.TagClassName
{
border-color: #BA225A;
}
</style>