Shades of Old Rose #BA3445
Tints of Old Rose #BA3445
RGB
CMYK
RGB Variations
Color information
#BA3445 (or 0xBA3445) is known color: Old Rose. HEX triplet: BA, 34 and 45. RGB value is (186,52,69). Sum of RGB (Red+Green+Blue) = 186+52+69=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3445 is #45CBBA. Grayscale: #5E5E5E. Windows color (decimal): -4574139 or 4535482. OLE color: 4535482.
HSL color Cylindrical-coordinate representation of color #BA3445: hue angle of 352.39º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3445 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 69 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.27 |
| HSL | 352.39º | 0.56% | 0.47% | - |
| HSV(B) | 352.39º | 0.72% | 0.73% | - |
| XYZ | 22.55 | 13.32 | 7.01 | - |
| YUV | 94 | 113.89 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 69 | 0 | 0.72 | 0.63 | 0.27 | 352.39 | 0.56 | 0.47 |
| Hex | BA | 34 | 45 | 0 | 48 | 3F | 1B | 160 | 38 | 2F |
| Octal | 272 | 64 | 105 | 0 | 110 | 77 | 33 | 540 | 70 | 57 |
| Binary | 10111010 | 110100 | 1000101 | 0 | 1001000 | 111111 | 11011 | 101100000 | 111000 | 101111 |
Color Harmonies of #BA3445
Complementary color
Monochromatic Colors of #BA3445
Black with #BA3445
Text Example
Text Example
White with #BA3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3445; }
p { color: rgb(186,52,69); }
H1.HeaderClassName
{
color: #BA3445;
}
.AnyTagClassName
{
color: #BA3445;
}
</style>
background-color css
<style>
a { background-color: #BA3445; }
a { background-color: rgb(186,52,69); }
div.DivClassName
{
background-color: #BA3445;
}
.BgClassName
{
background-color: #BA3445;
}
</style>
border-color css
<style>
span { border-color: #BA3445; }
span { border-color: rgb(186,52,69); }
td.TdClassName
{
border-color: #BA3445;
}
.TagClassName
{
border-color: #BA3445;
}
</style>