Shades of Old Rose #BA2545
Tints of Old Rose #BA2545
RGB
CMYK
RGB Variations
Color information
#BA2545 (or 0xBA2545) is known color: Old Rose. HEX triplet: BA, 25 and 45. RGB value is (186,37,69). Sum of RGB (Red+Green+Blue) = 186+37+69=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2545 is #45DABA. Grayscale: #555555. Windows color (decimal): -4577979 or 4531642. OLE color: 4531642.
HSL color Cylindrical-coordinate representation of color #BA2545: hue angle of 347.11º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2545 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 69 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.27 |
| HSL | 347.11º | 0.67% | 0.44% | - |
| HSV(B) | 347.11º | 0.8% | 0.73% | - |
| XYZ | 21.99 | 12.19 | 6.82 | - |
| YUV | 85.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 69 | 0 | 0.80 | 0.63 | 0.27 | 347.11 | 0.67 | 0.44 |
| Hex | BA | 25 | 45 | 0 | 50 | 3F | 1B | 15B | 43 | 2C |
| Octal | 272 | 45 | 105 | 0 | 120 | 77 | 33 | 533 | 103 | 54 |
| Binary | 10111010 | 100101 | 1000101 | 0 | 1010000 | 111111 | 11011 | 101011011 | 1000011 | 101100 |
Color Harmonies of #BA2545
Complementary color
Monochromatic Colors of #BA2545
Black with #BA2545
Text Example
Text Example
White with #BA2545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2545; }
p { color: rgb(186,37,69); }
H1.HeaderClassName
{
color: #BA2545;
}
.AnyTagClassName
{
color: #BA2545;
}
</style>
background-color css
<style>
a { background-color: #BA2545; }
a { background-color: rgb(186,37,69); }
div.DivClassName
{
background-color: #BA2545;
}
.BgClassName
{
background-color: #BA2545;
}
</style>
border-color css
<style>
span { border-color: #BA2545; }
span { border-color: rgb(186,37,69); }
td.TdClassName
{
border-color: #BA2545;
}
.TagClassName
{
border-color: #BA2545;
}
</style>