Shades of Old Rose #BA3848
Tints of Old Rose #BA3848
RGB
CMYK
RGB Variations
Color information
#BA3848 (or 0xBA3848) is known color: Old Rose. HEX triplet: BA, 38 and 48. RGB value is (186,56,72). Sum of RGB (Red+Green+Blue) = 186+56+72=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3848 is #45C7B7. Grayscale: #606060. Windows color (decimal): -4573112 or 4733114. OLE color: 4733114.
HSL color Cylindrical-coordinate representation of color #BA3848: hue angle of 352.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3848 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 72 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.27 |
| HSL | 352.62º | 0.54% | 0.47% | - |
| HSV(B) | 352.62º | 0.7% | 0.73% | - |
| XYZ | 22.83 | 13.74 | 7.58 | - |
| YUV | 96.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 72 | 0 | 0.70 | 0.61 | 0.27 | 352.62 | 0.54 | 0.47 |
| Hex | BA | 38 | 48 | 0 | 46 | 3D | 1B | 161 | 36 | 2F |
| Octal | 272 | 70 | 110 | 0 | 106 | 75 | 33 | 541 | 66 | 57 |
| Binary | 10111010 | 111000 | 1001000 | 0 | 1000110 | 111101 | 11011 | 101100001 | 110110 | 101111 |
Color Harmonies of #BA3848
Complementary color
Monochromatic Colors of #BA3848
Black with #BA3848
Text Example
Text Example
White with #BA3848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3848; }
p { color: rgb(186,56,72); }
H1.HeaderClassName
{
color: #BA3848;
}
.AnyTagClassName
{
color: #BA3848;
}
</style>
background-color css
<style>
a { background-color: #BA3848; }
a { background-color: rgb(186,56,72); }
div.DivClassName
{
background-color: #BA3848;
}
.BgClassName
{
background-color: #BA3848;
}
</style>
border-color css
<style>
span { border-color: #BA3848; }
span { border-color: rgb(186,56,72); }
td.TdClassName
{
border-color: #BA3848;
}
.TagClassName
{
border-color: #BA3848;
}
</style>