Shades of Old Rose #BA2A43
Tints of Old Rose #BA2A43
RGB
CMYK
RGB Variations
Color information
#BA2A43 (or 0xBA2A43) is known color: Old Rose. HEX triplet: BA, 2A and 43. RGB value is (186,42,67). Sum of RGB (Red+Green+Blue) = 186+42+67=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A43 is #45D5BC. Grayscale: #575757. Windows color (decimal): -4576701 or 4401850. OLE color: 4401850.
HSL color Cylindrical-coordinate representation of color #BA2A43: hue angle of 349.58º degrees, saturation: 0.63, 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 #BA2A43 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 67 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.27 |
| HSL | 349.58º | 0.63% | 0.45% | - |
| HSV(B) | 349.58º | 0.77% | 0.73% | - |
| XYZ | 22.09 | 12.5 | 6.56 | - |
| YUV | 87.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 67 | 0 | 0.77 | 0.64 | 0.27 | 349.58 | 0.63 | 0.45 |
| Hex | BA | 2A | 43 | 0 | 4D | 40 | 1B | 15E | 3F | 2D |
| Octal | 272 | 52 | 103 | 0 | 115 | 100 | 33 | 536 | 77 | 55 |
| Binary | 10111010 | 101010 | 1000011 | 0 | 1001101 | 1000000 | 11011 | 101011110 | 111111 | 101101 |
Color Harmonies of #BA2A43
Complementary color
Monochromatic Colors of #BA2A43
Black with #BA2A43
Text Example
Text Example
White with #BA2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A43; }
p { color: rgb(186,42,67); }
H1.HeaderClassName
{
color: #BA2A43;
}
.AnyTagClassName
{
color: #BA2A43;
}
</style>
background-color css
<style>
a { background-color: #BA2A43; }
a { background-color: rgb(186,42,67); }
div.DivClassName
{
background-color: #BA2A43;
}
.BgClassName
{
background-color: #BA2A43;
}
</style>
border-color css
<style>
span { border-color: #BA2A43; }
span { border-color: rgb(186,42,67); }
td.TdClassName
{
border-color: #BA2A43;
}
.TagClassName
{
border-color: #BA2A43;
}
</style>