Shades of Old Rose #BA1F4B
Tints of Old Rose #BA1F4B
RGB
CMYK
RGB Variations
Color information
#BA1F4B (or 0xBA1F4B) is known color: Old Rose. HEX triplet: BA, 1F and 4B. RGB value is (186,31,75). Sum of RGB (Red+Green+Blue) = 186+31+75=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F4B is #45E0B4. Grayscale: #525252. Windows color (decimal): -4579509 or 4923322. OLE color: 4923322.
HSL color Cylindrical-coordinate representation of color #BA1F4B: hue angle of 342.97º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F4B is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 75 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.27 |
| HSL | 342.97º | 0.71% | 0.43% | - |
| HSV(B) | 342.97º | 0.83% | 0.73% | - |
| XYZ | 22.01 | 11.93 | 7.8 | - |
| YUV | 82.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 75 | 0 | 0.83 | 0.60 | 0.27 | 342.97 | 0.71 | 0.43 |
| Hex | BA | 1F | 4B | 0 | 53 | 3C | 1B | 157 | 47 | 2B |
| Octal | 272 | 37 | 113 | 0 | 123 | 74 | 33 | 527 | 107 | 53 |
| Binary | 10111010 | 11111 | 1001011 | 0 | 1010011 | 111100 | 11011 | 101010111 | 1000111 | 101011 |
Color Harmonies of #BA1F4B
Complementary color
Monochromatic Colors of #BA1F4B
Black with #BA1F4B
Text Example
Text Example
White with #BA1F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F4B; }
p { color: rgb(186,31,75); }
H1.HeaderClassName
{
color: #BA1F4B;
}
.AnyTagClassName
{
color: #BA1F4B;
}
</style>
background-color css
<style>
a { background-color: #BA1F4B; }
a { background-color: rgb(186,31,75); }
div.DivClassName
{
background-color: #BA1F4B;
}
.BgClassName
{
background-color: #BA1F4B;
}
</style>
border-color css
<style>
span { border-color: #BA1F4B; }
span { border-color: rgb(186,31,75); }
td.TdClassName
{
border-color: #BA1F4B;
}
.TagClassName
{
border-color: #BA1F4B;
}
</style>