Shades of Old Rose #BA404A
Tints of Old Rose #BA404A
RGB
CMYK
RGB Variations
Color information
#BA404A (or 0xBA404A) is known color: Old Rose. HEX triplet: BA, 40 and 4A. RGB value is (186,64,74). Sum of RGB (Red+Green+Blue) = 186+64+74=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA404A is #45BFB5. Grayscale: #656565. Windows color (decimal): -4571062 or 4866234. OLE color: 4866234.
HSL color Cylindrical-coordinate representation of color #BA404A: hue angle of 355.08º 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 #BA404A is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 74 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.27 |
| HSL | 355.08º | 0.49% | 0.49% | - |
| HSV(B) | 355.08º | 0.66% | 0.73% | - |
| XYZ | 23.32 | 14.6 | 8.07 | - |
| YUV | 101.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 74 | 0 | 0.66 | 0.60 | 0.27 | 355.08 | 0.49 | 0.49 |
| Hex | BA | 40 | 4A | 0 | 42 | 3C | 1B | 163 | 31 | 31 |
| Octal | 272 | 100 | 112 | 0 | 102 | 74 | 33 | 543 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1001010 | 0 | 1000010 | 111100 | 11011 | 101100011 | 110001 | 110001 |
Color Harmonies of #BA404A
Complementary color
Monochromatic Colors of #BA404A
Black with #BA404A
Text Example
Text Example
White with #BA404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA404A; }
p { color: rgb(186,64,74); }
H1.HeaderClassName
{
color: #BA404A;
}
.AnyTagClassName
{
color: #BA404A;
}
</style>
background-color css
<style>
a { background-color: #BA404A; }
a { background-color: rgb(186,64,74); }
div.DivClassName
{
background-color: #BA404A;
}
.BgClassName
{
background-color: #BA404A;
}
</style>
border-color css
<style>
span { border-color: #BA404A; }
span { border-color: rgb(186,64,74); }
td.TdClassName
{
border-color: #BA404A;
}
.TagClassName
{
border-color: #BA404A;
}
</style>