Shades of Old Rose #BA3048
Tints of Old Rose #BA3048
RGB
CMYK
RGB Variations
Color information
#BA3048 (or 0xBA3048) is known color: Old Rose. HEX triplet: BA, 30 and 48. RGB value is (186,48,72). Sum of RGB (Red+Green+Blue) = 186+48+72=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3048 is #45CFB7. Grayscale: #5C5C5C. Windows color (decimal): -4575160 or 4731066. OLE color: 4731066.
HSL color Cylindrical-coordinate representation of color #BA3048: hue angle of 349.57º degrees, saturation: 0.59, 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 #BA3048 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 72 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.27 |
| HSL | 349.57º | 0.59% | 0.46% | - |
| HSV(B) | 349.57º | 0.74% | 0.73% | - |
| XYZ | 22.48 | 13.02 | 7.46 | - |
| YUV | 92 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 72 | 0 | 0.74 | 0.61 | 0.27 | 349.57 | 0.59 | 0.46 |
| Hex | BA | 30 | 48 | 0 | 4A | 3D | 1B | 15E | 3B | 2E |
| Octal | 272 | 60 | 110 | 0 | 112 | 75 | 33 | 536 | 73 | 56 |
| Binary | 10111010 | 110000 | 1001000 | 0 | 1001010 | 111101 | 11011 | 101011110 | 111011 | 101110 |
Color Harmonies of #BA3048
Complementary color
Monochromatic Colors of #BA3048
Black with #BA3048
Text Example
Text Example
White with #BA3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3048; }
p { color: rgb(186,48,72); }
H1.HeaderClassName
{
color: #BA3048;
}
.AnyTagClassName
{
color: #BA3048;
}
</style>
background-color css
<style>
a { background-color: #BA3048; }
a { background-color: rgb(186,48,72); }
div.DivClassName
{
background-color: #BA3048;
}
.BgClassName
{
background-color: #BA3048;
}
</style>
border-color css
<style>
span { border-color: #BA3048; }
span { border-color: rgb(186,48,72); }
td.TdClassName
{
border-color: #BA3048;
}
.TagClassName
{
border-color: #BA3048;
}
</style>