Shades of Old Rose #BA3F4B
Tints of Old Rose #BA3F4B
RGB
CMYK
RGB Variations
Color information
#BA3F4B (or 0xBA3F4B) is known color: Old Rose. HEX triplet: BA, 3F and 4B. RGB value is (186,63,75). Sum of RGB (Red+Green+Blue) = 186+63+75=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F4B is #45C0B4. Grayscale: #656565. Windows color (decimal): -4571317 or 4931514. OLE color: 4931514.
HSL color Cylindrical-coordinate representation of color #BA3F4B: hue angle of 354.15º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F4B is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 75 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.27 |
| HSL | 354.15º | 0.49% | 0.49% | - |
| HSV(B) | 354.15º | 0.66% | 0.73% | - |
| XYZ | 23.3 | 14.5 | 8.23 | - |
| YUV | 101.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 75 | 0 | 0.66 | 0.60 | 0.27 | 354.15 | 0.49 | 0.49 |
| Hex | BA | 3F | 4B | 0 | 42 | 3C | 1B | 162 | 31 | 31 |
| Octal | 272 | 77 | 113 | 0 | 102 | 74 | 33 | 542 | 61 | 61 |
| Binary | 10111010 | 111111 | 1001011 | 0 | 1000010 | 111100 | 11011 | 101100010 | 110001 | 110001 |
Color Harmonies of #BA3F4B
Complementary color
Monochromatic Colors of #BA3F4B
Black with #BA3F4B
Text Example
Text Example
White with #BA3F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F4B; }
p { color: rgb(186,63,75); }
H1.HeaderClassName
{
color: #BA3F4B;
}
.AnyTagClassName
{
color: #BA3F4B;
}
</style>
background-color css
<style>
a { background-color: #BA3F4B; }
a { background-color: rgb(186,63,75); }
div.DivClassName
{
background-color: #BA3F4B;
}
.BgClassName
{
background-color: #BA3F4B;
}
</style>
border-color css
<style>
span { border-color: #BA3F4B; }
span { border-color: rgb(186,63,75); }
td.TdClassName
{
border-color: #BA3F4B;
}
.TagClassName
{
border-color: #BA3F4B;
}
</style>