Shades of Old Rose #BA3345
Tints of Old Rose #BA3345
RGB
CMYK
RGB Variations
Color information
#BA3345 (or 0xBA3345) is known color: Old Rose. HEX triplet: BA, 33 and 45. RGB value is (186,51,69). Sum of RGB (Red+Green+Blue) = 186+51+69=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3345 is #45CCBA. Grayscale: #5D5D5D. Windows color (decimal): -4574395 or 4535226. OLE color: 4535226.
HSL color Cylindrical-coordinate representation of color #BA3345: hue angle of 352º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3345 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 69 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.27 |
| HSL | 352º | 0.57% | 0.46% | - |
| HSV(B) | 352º | 0.73% | 0.73% | - |
| XYZ | 22.51 | 13.24 | 7 | - |
| YUV | 93.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 69 | 0 | 0.73 | 0.63 | 0.27 | 352 | 0.57 | 0.46 |
| Hex | BA | 33 | 45 | 0 | 49 | 3F | 1B | 160 | 39 | 2E |
| Octal | 272 | 63 | 105 | 0 | 111 | 77 | 33 | 540 | 71 | 56 |
| Binary | 10111010 | 110011 | 1000101 | 0 | 1001001 | 111111 | 11011 | 101100000 | 111001 | 101110 |
Color Harmonies of #BA3345
Complementary color
Monochromatic Colors of #BA3345
Black with #BA3345
Text Example
Text Example
White with #BA3345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3345; }
p { color: rgb(186,51,69); }
H1.HeaderClassName
{
color: #BA3345;
}
.AnyTagClassName
{
color: #BA3345;
}
</style>
background-color css
<style>
a { background-color: #BA3345; }
a { background-color: rgb(186,51,69); }
div.DivClassName
{
background-color: #BA3345;
}
.BgClassName
{
background-color: #BA3345;
}
</style>
border-color css
<style>
span { border-color: #BA3345; }
span { border-color: rgb(186,51,69); }
td.TdClassName
{
border-color: #BA3345;
}
.TagClassName
{
border-color: #BA3345;
}
</style>