Shades of Old Rose #BA2B44
Tints of Old Rose #BA2B44
RGB
CMYK
RGB Variations
Color information
#BA2B44 (or 0xBA2B44) is known color: Old Rose. HEX triplet: BA, 2B and 44. RGB value is (186,43,68). Sum of RGB (Red+Green+Blue) = 186+43+68=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B44 is #45D4BB. Grayscale: #585858. Windows color (decimal): -4576444 or 4467642. OLE color: 4467642.
HSL color Cylindrical-coordinate representation of color #BA2B44: hue angle of 349.51º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B44 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 68 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.27 |
| HSL | 349.51º | 0.62% | 0.45% | - |
| HSV(B) | 349.51º | 0.77% | 0.73% | - |
| XYZ | 22.16 | 12.58 | 6.73 | - |
| YUV | 88.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 68 | 0 | 0.77 | 0.63 | 0.27 | 349.51 | 0.62 | 0.45 |
| Hex | BA | 2B | 44 | 0 | 4D | 3F | 1B | 15E | 3E | 2D |
| Octal | 272 | 53 | 104 | 0 | 115 | 77 | 33 | 536 | 76 | 55 |
| Binary | 10111010 | 101011 | 1000100 | 0 | 1001101 | 111111 | 11011 | 101011110 | 111110 | 101101 |
Color Harmonies of #BA2B44
Complementary color
Monochromatic Colors of #BA2B44
Black with #BA2B44
Text Example
Text Example
White with #BA2B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B44; }
p { color: rgb(186,43,68); }
H1.HeaderClassName
{
color: #BA2B44;
}
.AnyTagClassName
{
color: #BA2B44;
}
</style>
background-color css
<style>
a { background-color: #BA2B44; }
a { background-color: rgb(186,43,68); }
div.DivClassName
{
background-color: #BA2B44;
}
.BgClassName
{
background-color: #BA2B44;
}
</style>
border-color css
<style>
span { border-color: #BA2B44; }
span { border-color: rgb(186,43,68); }
td.TdClassName
{
border-color: #BA2B44;
}
.TagClassName
{
border-color: #BA2B44;
}
</style>