Shades of Old Rose #BA404B
Tints of Old Rose #BA404B
RGB
CMYK
RGB Variations
Color information
#BA404B (or 0xBA404B) is known color: Old Rose. HEX triplet: BA, 40 and 4B. RGB value is (186,64,75). Sum of RGB (Red+Green+Blue) = 186+64+75=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA404B is #45BFB4. Grayscale: #656565. Windows color (decimal): -4571061 or 4931770. OLE color: 4931770.
HSL color Cylindrical-coordinate representation of color #BA404B: hue angle of 354.59º 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 #BA404B is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 75 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.27 |
| HSL | 354.59º | 0.49% | 0.49% | - |
| HSV(B) | 354.59º | 0.66% | 0.73% | - |
| XYZ | 23.35 | 14.61 | 8.25 | - |
| YUV | 101.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 75 | 0 | 0.66 | 0.60 | 0.27 | 354.59 | 0.49 | 0.49 |
| Hex | BA | 40 | 4B | 0 | 42 | 3C | 1B | 163 | 31 | 31 |
| Octal | 272 | 100 | 113 | 0 | 102 | 74 | 33 | 543 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1001011 | 0 | 1000010 | 111100 | 11011 | 101100011 | 110001 | 110001 |
Color Harmonies of #BA404B
Complementary color
Monochromatic Colors of #BA404B
Black with #BA404B
Text Example
Text Example
White with #BA404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA404B; }
p { color: rgb(186,64,75); }
H1.HeaderClassName
{
color: #BA404B;
}
.AnyTagClassName
{
color: #BA404B;
}
</style>
background-color css
<style>
a { background-color: #BA404B; }
a { background-color: rgb(186,64,75); }
div.DivClassName
{
background-color: #BA404B;
}
.BgClassName
{
background-color: #BA404B;
}
</style>
border-color css
<style>
span { border-color: #BA404B; }
span { border-color: rgb(186,64,75); }
td.TdClassName
{
border-color: #BA404B;
}
.TagClassName
{
border-color: #BA404B;
}
</style>