Shades of Old Rose #BA314B
Tints of Old Rose #BA314B
RGB
CMYK
RGB Variations
Color information
#BA314B (or 0xBA314B) is known color: Old Rose. HEX triplet: BA, 31 and 4B. RGB value is (186,49,75). Sum of RGB (Red+Green+Blue) = 186+49+75=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA314B is #45CEB4. Grayscale: #5C5C5C. Windows color (decimal): -4574901 or 4927930. OLE color: 4927930.
HSL color Cylindrical-coordinate representation of color #BA314B: hue angle of 348.61º 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 #BA314B is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 75 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.27 |
| HSL | 348.61º | 0.58% | 0.46% | - |
| HSV(B) | 348.61º | 0.74% | 0.73% | - |
| XYZ | 22.62 | 13.14 | 8 | - |
| YUV | 92.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 75 | 0 | 0.74 | 0.60 | 0.27 | 348.61 | 0.58 | 0.46 |
| Hex | BA | 31 | 4B | 0 | 4A | 3C | 1B | 15D | 3A | 2E |
| Octal | 272 | 61 | 113 | 0 | 112 | 74 | 33 | 535 | 72 | 56 |
| Binary | 10111010 | 110001 | 1001011 | 0 | 1001010 | 111100 | 11011 | 101011101 | 111010 | 101110 |
Color Harmonies of #BA314B
Complementary color
Monochromatic Colors of #BA314B
Black with #BA314B
Text Example
Text Example
White with #BA314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA314B; }
p { color: rgb(186,49,75); }
H1.HeaderClassName
{
color: #BA314B;
}
.AnyTagClassName
{
color: #BA314B;
}
</style>
background-color css
<style>
a { background-color: #BA314B; }
a { background-color: rgb(186,49,75); }
div.DivClassName
{
background-color: #BA314B;
}
.BgClassName
{
background-color: #BA314B;
}
</style>
border-color css
<style>
span { border-color: #BA314B; }
span { border-color: rgb(186,49,75); }
td.TdClassName
{
border-color: #BA314B;
}
.TagClassName
{
border-color: #BA314B;
}
</style>