Shades of Old Rose #BA2B43
Tints of Old Rose #BA2B43
RGB
CMYK
RGB Variations
Color information
#BA2B43 (or 0xBA2B43) is known color: Old Rose. HEX triplet: BA, 2B and 43. RGB value is (186,43,67). Sum of RGB (Red+Green+Blue) = 186+43+67=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B43 is #45D4BC. Grayscale: #585858. Windows color (decimal): -4576445 or 4402106. OLE color: 4402106.
HSL color Cylindrical-coordinate representation of color #BA2B43: hue angle of 349.93º 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 #BA2B43 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 67 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.27 |
| HSL | 349.93º | 0.62% | 0.45% | - |
| HSV(B) | 349.93º | 0.77% | 0.73% | - |
| XYZ | 22.13 | 12.57 | 6.57 | - |
| YUV | 88.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 67 | 0 | 0.77 | 0.64 | 0.27 | 349.93 | 0.62 | 0.45 |
| Hex | BA | 2B | 43 | 0 | 4D | 40 | 1B | 15E | 3E | 2D |
| Octal | 272 | 53 | 103 | 0 | 115 | 100 | 33 | 536 | 76 | 55 |
| Binary | 10111010 | 101011 | 1000011 | 0 | 1001101 | 1000000 | 11011 | 101011110 | 111110 | 101101 |
Color Harmonies of #BA2B43
Complementary color
Monochromatic Colors of #BA2B43
Black with #BA2B43
Text Example
Text Example
White with #BA2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B43; }
p { color: rgb(186,43,67); }
H1.HeaderClassName
{
color: #BA2B43;
}
.AnyTagClassName
{
color: #BA2B43;
}
</style>
background-color css
<style>
a { background-color: #BA2B43; }
a { background-color: rgb(186,43,67); }
div.DivClassName
{
background-color: #BA2B43;
}
.BgClassName
{
background-color: #BA2B43;
}
</style>
border-color css
<style>
span { border-color: #BA2B43; }
span { border-color: rgb(186,43,67); }
td.TdClassName
{
border-color: #BA2B43;
}
.TagClassName
{
border-color: #BA2B43;
}
</style>