Shades of Old Rose #BA3C4B
Tints of Old Rose #BA3C4B
RGB
CMYK
RGB Variations
Color information
#BA3C4B (or 0xBA3C4B) is known color: Old Rose. HEX triplet: BA, 3C and 4B. RGB value is (186,60,75). Sum of RGB (Red+Green+Blue) = 186+60+75=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C4B is #45C3B4. Grayscale: #636363. Windows color (decimal): -4572085 or 4930746. OLE color: 4930746.
HSL color Cylindrical-coordinate representation of color #BA3C4B: hue angle of 352.86º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C4B is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 75 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.27 |
| HSL | 352.86º | 0.51% | 0.48% | - |
| HSV(B) | 352.86º | 0.68% | 0.73% | - |
| XYZ | 23.14 | 14.18 | 8.17 | - |
| YUV | 99.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 75 | 0 | 0.68 | 0.60 | 0.27 | 352.86 | 0.51 | 0.48 |
| Hex | BA | 3C | 4B | 0 | 44 | 3C | 1B | 161 | 33 | 30 |
| Octal | 272 | 74 | 113 | 0 | 104 | 74 | 33 | 541 | 63 | 60 |
| Binary | 10111010 | 111100 | 1001011 | 0 | 1000100 | 111100 | 11011 | 101100001 | 110011 | 110000 |
Color Harmonies of #BA3C4B
Complementary color
Monochromatic Colors of #BA3C4B
Black with #BA3C4B
Text Example
Text Example
White with #BA3C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C4B; }
p { color: rgb(186,60,75); }
H1.HeaderClassName
{
color: #BA3C4B;
}
.AnyTagClassName
{
color: #BA3C4B;
}
</style>
background-color css
<style>
a { background-color: #BA3C4B; }
a { background-color: rgb(186,60,75); }
div.DivClassName
{
background-color: #BA3C4B;
}
.BgClassName
{
background-color: #BA3C4B;
}
</style>
border-color css
<style>
span { border-color: #BA3C4B; }
span { border-color: rgb(186,60,75); }
td.TdClassName
{
border-color: #BA3C4B;
}
.TagClassName
{
border-color: #BA3C4B;
}
</style>