Shades of Old Rose #BA314A
Tints of Old Rose #BA314A
RGB
CMYK
RGB Variations
Color information
#BA314A (or 0xBA314A) is known color: Old Rose. HEX triplet: BA, 31 and 4A. RGB value is (186,49,74). Sum of RGB (Red+Green+Blue) = 186+49+74=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA314A is #45CEB5. Grayscale: #5C5C5C. Windows color (decimal): -4574902 or 4862394. OLE color: 4862394.
HSL color Cylindrical-coordinate representation of color #BA314A: hue angle of 349.05º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA314A is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 74 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.27 |
| HSL | 349.05º | 0.58% | 0.46% | - |
| HSV(B) | 349.05º | 0.74% | 0.73% | - |
| XYZ | 22.58 | 13.13 | 7.82 | - |
| YUV | 92.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 74 | 0 | 0.74 | 0.60 | 0.27 | 349.05 | 0.58 | 0.46 |
| Hex | BA | 31 | 4A | 0 | 4A | 3C | 1B | 15D | 3A | 2E |
| Octal | 272 | 61 | 112 | 0 | 112 | 74 | 33 | 535 | 72 | 56 |
| Binary | 10111010 | 110001 | 1001010 | 0 | 1001010 | 111100 | 11011 | 101011101 | 111010 | 101110 |
Color Harmonies of #BA314A
Complementary color
Monochromatic Colors of #BA314A
Black with #BA314A
Text Example
Text Example
White with #BA314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA314A; }
p { color: rgb(186,49,74); }
H1.HeaderClassName
{
color: #BA314A;
}
.AnyTagClassName
{
color: #BA314A;
}
</style>
background-color css
<style>
a { background-color: #BA314A; }
a { background-color: rgb(186,49,74); }
div.DivClassName
{
background-color: #BA314A;
}
.BgClassName
{
background-color: #BA314A;
}
</style>
border-color css
<style>
span { border-color: #BA314A; }
span { border-color: rgb(186,49,74); }
td.TdClassName
{
border-color: #BA314A;
}
.TagClassName
{
border-color: #BA314A;
}
</style>