Shades of Old Rose #BA214C
Tints of Old Rose #BA214C
RGB
CMYK
RGB Variations
Color information
#BA214C (or 0xBA214C) is known color: Old Rose. HEX triplet: BA, 21 and 4C. RGB value is (186,33,76). Sum of RGB (Red+Green+Blue) = 186+33+76=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA214C is #45DEB3. Grayscale: #535353. Windows color (decimal): -4578996 or 4989370. OLE color: 4989370.
HSL color Cylindrical-coordinate representation of color #BA214C: hue angle of 343.14º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA214C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 76 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.27 |
| HSL | 343.14º | 0.7% | 0.43% | - |
| HSV(B) | 343.14º | 0.82% | 0.73% | - |
| XYZ | 22.1 | 12.05 | 8 | - |
| YUV | 83.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 76 | 0 | 0.82 | 0.59 | 0.27 | 343.14 | 0.7 | 0.43 |
| Hex | BA | 21 | 4C | 0 | 52 | 3B | 1B | 157 | 46 | 2B |
| Octal | 272 | 41 | 114 | 0 | 122 | 73 | 33 | 527 | 106 | 53 |
| Binary | 10111010 | 100001 | 1001100 | 0 | 1010010 | 111011 | 11011 | 101010111 | 1000110 | 101011 |
Color Harmonies of #BA214C
Complementary color
Monochromatic Colors of #BA214C
Black with #BA214C
Text Example
Text Example
White with #BA214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA214C; }
p { color: rgb(186,33,76); }
H1.HeaderClassName
{
color: #BA214C;
}
.AnyTagClassName
{
color: #BA214C;
}
</style>
background-color css
<style>
a { background-color: #BA214C; }
a { background-color: rgb(186,33,76); }
div.DivClassName
{
background-color: #BA214C;
}
.BgClassName
{
background-color: #BA214C;
}
</style>
border-color css
<style>
span { border-color: #BA214C; }
span { border-color: rgb(186,33,76); }
td.TdClassName
{
border-color: #BA214C;
}
.TagClassName
{
border-color: #BA214C;
}
</style>