Shades of Old Rose #BA404C
Tints of Old Rose #BA404C
RGB
CMYK
RGB Variations
Color information
#BA404C (or 0xBA404C) is known color: Old Rose. HEX triplet: BA, 40 and 4C. RGB value is (186,64,76). Sum of RGB (Red+Green+Blue) = 186+64+76=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA404C is #45BFB3. Grayscale: #656565. Windows color (decimal): -4571060 or 4997306. OLE color: 4997306.
HSL color Cylindrical-coordinate representation of color #BA404C: hue angle of 354.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA404C is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 76 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.27 |
| HSL | 354.1º | 0.49% | 0.49% | - |
| HSV(B) | 354.1º | 0.66% | 0.73% | - |
| XYZ | 23.39 | 14.63 | 8.43 | - |
| YUV | 101.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 76 | 0 | 0.66 | 0.59 | 0.27 | 354.1 | 0.49 | 0.49 |
| Hex | BA | 40 | 4C | 0 | 42 | 3B | 1B | 162 | 31 | 31 |
| Octal | 272 | 100 | 114 | 0 | 102 | 73 | 33 | 542 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1001100 | 0 | 1000010 | 111011 | 11011 | 101100010 | 110001 | 110001 |
Color Harmonies of #BA404C
Complementary color
Monochromatic Colors of #BA404C
Black with #BA404C
Text Example
Text Example
White with #BA404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA404C; }
p { color: rgb(186,64,76); }
H1.HeaderClassName
{
color: #BA404C;
}
.AnyTagClassName
{
color: #BA404C;
}
</style>
background-color css
<style>
a { background-color: #BA404C; }
a { background-color: rgb(186,64,76); }
div.DivClassName
{
background-color: #BA404C;
}
.BgClassName
{
background-color: #BA404C;
}
</style>
border-color css
<style>
span { border-color: #BA404C; }
span { border-color: rgb(186,64,76); }
td.TdClassName
{
border-color: #BA404C;
}
.TagClassName
{
border-color: #BA404C;
}
</style>