Shades of Old Rose #BA3448
Tints of Old Rose #BA3448
RGB
CMYK
RGB Variations
Color information
#BA3448 (or 0xBA3448) is known color: Old Rose. HEX triplet: BA, 34 and 48. RGB value is (186,52,72). Sum of RGB (Red+Green+Blue) = 186+52+72=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3448 is #45CBB7. Grayscale: #5E5E5E. Windows color (decimal): -4574136 or 4732090. OLE color: 4732090.
HSL color Cylindrical-coordinate representation of color #BA3448: hue angle of 351.04º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3448 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 72 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.27 |
| HSL | 351.04º | 0.56% | 0.47% | - |
| HSV(B) | 351.04º | 0.72% | 0.73% | - |
| XYZ | 22.65 | 13.36 | 7.52 | - |
| YUV | 94.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 72 | 0 | 0.72 | 0.61 | 0.27 | 351.04 | 0.56 | 0.47 |
| Hex | BA | 34 | 48 | 0 | 48 | 3D | 1B | 15F | 38 | 2F |
| Octal | 272 | 64 | 110 | 0 | 110 | 75 | 33 | 537 | 70 | 57 |
| Binary | 10111010 | 110100 | 1001000 | 0 | 1001000 | 111101 | 11011 | 101011111 | 111000 | 101111 |
Color Harmonies of #BA3448
Complementary color
Monochromatic Colors of #BA3448
Black with #BA3448
Text Example
Text Example
White with #BA3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3448; }
p { color: rgb(186,52,72); }
H1.HeaderClassName
{
color: #BA3448;
}
.AnyTagClassName
{
color: #BA3448;
}
</style>
background-color css
<style>
a { background-color: #BA3448; }
a { background-color: rgb(186,52,72); }
div.DivClassName
{
background-color: #BA3448;
}
.BgClassName
{
background-color: #BA3448;
}
</style>
border-color css
<style>
span { border-color: #BA3448; }
span { border-color: rgb(186,52,72); }
td.TdClassName
{
border-color: #BA3448;
}
.TagClassName
{
border-color: #BA3448;
}
</style>