Shades of Old Rose #BA444A
Tints of Old Rose #BA444A
RGB
CMYK
RGB Variations
Color information
#BA444A (or 0xBA444A) is known color: Old Rose. HEX triplet: BA, 44 and 4A. RGB value is (186,68,74). Sum of RGB (Red+Green+Blue) = 186+68+74=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA444A is #45BBB5. Grayscale: #686868. Windows color (decimal): -4570038 or 4867258. OLE color: 4867258.
HSL color Cylindrical-coordinate representation of color #BA444A: hue angle of 356.95º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA444A is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 74 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.27 |
| HSL | 356.95º | 0.46% | 0.5% | - |
| HSV(B) | 356.95º | 0.63% | 0.73% | - |
| XYZ | 23.55 | 15.07 | 8.15 | - |
| YUV | 103.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 74 | 0 | 0.63 | 0.60 | 0.27 | 356.95 | 0.46 | 0.5 |
| Hex | BA | 44 | 4A | 0 | 3F | 3C | 1B | 165 | 2E | 32 |
| Octal | 272 | 104 | 112 | 0 | 77 | 74 | 33 | 545 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1001010 | 0 | 111111 | 111100 | 11011 | 101100101 | 101110 | 110010 |
Color Harmonies of #BA444A
Complementary color
Monochromatic Colors of #BA444A
Black with #BA444A
Text Example
Text Example
White with #BA444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA444A; }
p { color: rgb(186,68,74); }
H1.HeaderClassName
{
color: #BA444A;
}
.AnyTagClassName
{
color: #BA444A;
}
</style>
background-color css
<style>
a { background-color: #BA444A; }
a { background-color: rgb(186,68,74); }
div.DivClassName
{
background-color: #BA444A;
}
.BgClassName
{
background-color: #BA444A;
}
</style>
border-color css
<style>
span { border-color: #BA444A; }
span { border-color: rgb(186,68,74); }
td.TdClassName
{
border-color: #BA444A;
}
.TagClassName
{
border-color: #BA444A;
}
</style>