Shades of Old Rose #BA2258
Tints of Old Rose #BA2258
RGB
CMYK
RGB Variations
Color information
#BA2258 (or 0xBA2258) is known color: Old Rose. HEX triplet: BA, 22 and 58. RGB value is (186,34,88). Sum of RGB (Red+Green+Blue) = 186+34+88=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2258 is #45DDA7. Grayscale: #555555. Windows color (decimal): -4578728 or 5776058. OLE color: 5776058.
HSL color Cylindrical-coordinate representation of color #BA2258: hue angle of 338.68º 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 #BA2258 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 88 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.27 |
| HSL | 338.68º | 0.69% | 0.43% | - |
| HSV(B) | 338.68º | 0.82% | 0.73% | - |
| XYZ | 22.58 | 12.29 | 10.41 | - |
| YUV | 85.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 88 | 0 | 0.82 | 0.53 | 0.27 | 338.68 | 0.69 | 0.43 |
| Hex | BA | 22 | 58 | 0 | 52 | 35 | 1B | 153 | 45 | 2B |
| Octal | 272 | 42 | 130 | 0 | 122 | 65 | 33 | 523 | 105 | 53 |
| Binary | 10111010 | 100010 | 1011000 | 0 | 1010010 | 110101 | 11011 | 101010011 | 1000101 | 101011 |
Color Harmonies of #BA2258
Complementary color
Monochromatic Colors of #BA2258
Black with #BA2258
Text Example
Text Example
White with #BA2258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2258; }
p { color: rgb(186,34,88); }
H1.HeaderClassName
{
color: #BA2258;
}
.AnyTagClassName
{
color: #BA2258;
}
</style>
background-color css
<style>
a { background-color: #BA2258; }
a { background-color: rgb(186,34,88); }
div.DivClassName
{
background-color: #BA2258;
}
.BgClassName
{
background-color: #BA2258;
}
</style>
border-color css
<style>
span { border-color: #BA2258; }
span { border-color: rgb(186,34,88); }
td.TdClassName
{
border-color: #BA2258;
}
.TagClassName
{
border-color: #BA2258;
}
</style>