Shades of Old Rose #BA234D
Tints of Old Rose #BA234D
RGB
CMYK
RGB Variations
Color information
#BA234D (or 0xBA234D) is known color: Old Rose. HEX triplet: BA, 23 and 4D. RGB value is (186,35,77). Sum of RGB (Red+Green+Blue) = 186+35+77=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA234D is #45DCB2. Grayscale: #545454. Windows color (decimal): -4578483 or 5055418. OLE color: 5055418.
HSL color Cylindrical-coordinate representation of color #BA234D: hue angle of 343.31º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA234D is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 77 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.27 |
| HSL | 343.31º | 0.68% | 0.43% | - |
| HSV(B) | 343.31º | 0.81% | 0.73% | - |
| XYZ | 22.19 | 12.18 | 8.2 | - |
| YUV | 84.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 77 | 0 | 0.81 | 0.59 | 0.27 | 343.31 | 0.68 | 0.43 |
| Hex | BA | 23 | 4D | 0 | 51 | 3B | 1B | 157 | 44 | 2B |
| Octal | 272 | 43 | 115 | 0 | 121 | 73 | 33 | 527 | 104 | 53 |
| Binary | 10111010 | 100011 | 1001101 | 0 | 1010001 | 111011 | 11011 | 101010111 | 1000100 | 101011 |
Color Harmonies of #BA234D
Complementary color
Monochromatic Colors of #BA234D
Black with #BA234D
Text Example
Text Example
White with #BA234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA234D; }
p { color: rgb(186,35,77); }
H1.HeaderClassName
{
color: #BA234D;
}
.AnyTagClassName
{
color: #BA234D;
}
</style>
background-color css
<style>
a { background-color: #BA234D; }
a { background-color: rgb(186,35,77); }
div.DivClassName
{
background-color: #BA234D;
}
.BgClassName
{
background-color: #BA234D;
}
</style>
border-color css
<style>
span { border-color: #BA234D; }
span { border-color: rgb(186,35,77); }
td.TdClassName
{
border-color: #BA234D;
}
.TagClassName
{
border-color: #BA234D;
}
</style>