Shades of Old Rose #BA1E4B
Tints of Old Rose #BA1E4B
RGB
CMYK
RGB Variations
Color information
#BA1E4B (or 0xBA1E4B) is known color: Old Rose. HEX triplet: BA, 1E and 4B. RGB value is (186,30,75). Sum of RGB (Red+Green+Blue) = 186+30+75=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E4B is #45E1B4. Grayscale: #515151. Windows color (decimal): -4579765 or 4923066. OLE color: 4923066.
HSL color Cylindrical-coordinate representation of color #BA1E4B: hue angle of 342.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E4B is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 75 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.27 |
| HSL | 342.69º | 0.72% | 0.42% | - |
| HSV(B) | 342.69º | 0.84% | 0.73% | - |
| XYZ | 21.98 | 11.88 | 7.79 | - |
| YUV | 81.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 75 | 0 | 0.84 | 0.60 | 0.27 | 342.69 | 0.72 | 0.42 |
| Hex | BA | 1E | 4B | 0 | 54 | 3C | 1B | 157 | 48 | 2A |
| Octal | 272 | 36 | 113 | 0 | 124 | 74 | 33 | 527 | 110 | 52 |
| Binary | 10111010 | 11110 | 1001011 | 0 | 1010100 | 111100 | 11011 | 101010111 | 1001000 | 101010 |
Color Harmonies of #BA1E4B
Complementary color
Monochromatic Colors of #BA1E4B
Black with #BA1E4B
Text Example
Text Example
White with #BA1E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E4B; }
p { color: rgb(186,30,75); }
H1.HeaderClassName
{
color: #BA1E4B;
}
.AnyTagClassName
{
color: #BA1E4B;
}
</style>
background-color css
<style>
a { background-color: #BA1E4B; }
a { background-color: rgb(186,30,75); }
div.DivClassName
{
background-color: #BA1E4B;
}
.BgClassName
{
background-color: #BA1E4B;
}
</style>
border-color css
<style>
span { border-color: #BA1E4B; }
span { border-color: rgb(186,30,75); }
td.TdClassName
{
border-color: #BA1E4B;
}
.TagClassName
{
border-color: #BA1E4B;
}
</style>