Shades of Old Rose #BA225B
Tints of Old Rose #BA225B
RGB
CMYK
RGB Variations
Color information
#BA225B (or 0xBA225B) is known color: Old Rose. HEX triplet: BA, 22 and 5B. RGB value is (186,34,91). Sum of RGB (Red+Green+Blue) = 186+34+91=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA225B is #45DDA4. Grayscale: #555555. Windows color (decimal): -4578725 or 5972666. OLE color: 5972666.
HSL color Cylindrical-coordinate representation of color #BA225B: hue angle of 337.5º 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 #BA225B is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 91 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.27 |
| HSL | 337.5º | 0.69% | 0.43% | - |
| HSV(B) | 337.5º | 0.82% | 0.73% | - |
| XYZ | 22.71 | 12.34 | 11.08 | - |
| YUV | 85.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 91 | 0 | 0.82 | 0.51 | 0.27 | 337.5 | 0.69 | 0.43 |
| Hex | BA | 22 | 5B | 0 | 52 | 33 | 1B | 152 | 45 | 2B |
| Octal | 272 | 42 | 133 | 0 | 122 | 63 | 33 | 522 | 105 | 53 |
| Binary | 10111010 | 100010 | 1011011 | 0 | 1010010 | 110011 | 11011 | 101010010 | 1000101 | 101011 |
Color Harmonies of #BA225B
Complementary color
Monochromatic Colors of #BA225B
Black with #BA225B
Text Example
Text Example
White with #BA225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA225B; }
p { color: rgb(186,34,91); }
H1.HeaderClassName
{
color: #BA225B;
}
.AnyTagClassName
{
color: #BA225B;
}
</style>
background-color css
<style>
a { background-color: #BA225B; }
a { background-color: rgb(186,34,91); }
div.DivClassName
{
background-color: #BA225B;
}
.BgClassName
{
background-color: #BA225B;
}
</style>
border-color css
<style>
span { border-color: #BA225B; }
span { border-color: rgb(186,34,91); }
td.TdClassName
{
border-color: #BA225B;
}
.TagClassName
{
border-color: #BA225B;
}
</style>