Shades of Old Rose #BA2645
Tints of Old Rose #BA2645
RGB
CMYK
RGB Variations
Color information
#BA2645 (or 0xBA2645) is known color: Old Rose. HEX triplet: BA, 26 and 45. RGB value is (186,38,69). Sum of RGB (Red+Green+Blue) = 186+38+69=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2645 is #45D9BA. Grayscale: #555555. Windows color (decimal): -4577723 or 4531898. OLE color: 4531898.
HSL color Cylindrical-coordinate representation of color #BA2645: hue angle of 347.43º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2645 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 69 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.27 |
| HSL | 347.43º | 0.66% | 0.44% | - |
| HSV(B) | 347.43º | 0.8% | 0.73% | - |
| XYZ | 22.02 | 12.26 | 6.84 | - |
| YUV | 85.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 69 | 0 | 0.80 | 0.63 | 0.27 | 347.43 | 0.66 | 0.44 |
| Hex | BA | 26 | 45 | 0 | 50 | 3F | 1B | 15B | 42 | 2C |
| Octal | 272 | 46 | 105 | 0 | 120 | 77 | 33 | 533 | 102 | 54 |
| Binary | 10111010 | 100110 | 1000101 | 0 | 1010000 | 111111 | 11011 | 101011011 | 1000010 | 101100 |
Color Harmonies of #BA2645
Complementary color
Monochromatic Colors of #BA2645
Black with #BA2645
Text Example
Text Example
White with #BA2645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2645; }
p { color: rgb(186,38,69); }
H1.HeaderClassName
{
color: #BA2645;
}
.AnyTagClassName
{
color: #BA2645;
}
</style>
background-color css
<style>
a { background-color: #BA2645; }
a { background-color: rgb(186,38,69); }
div.DivClassName
{
background-color: #BA2645;
}
.BgClassName
{
background-color: #BA2645;
}
</style>
border-color css
<style>
span { border-color: #BA2645; }
span { border-color: rgb(186,38,69); }
td.TdClassName
{
border-color: #BA2645;
}
.TagClassName
{
border-color: #BA2645;
}
</style>