Shades of Old Rose #BA2E4B
Tints of Old Rose #BA2E4B
RGB
CMYK
RGB Variations
Color information
#BA2E4B (or 0xBA2E4B) is known color: Old Rose. HEX triplet: BA, 2E and 4B. RGB value is (186,46,75). Sum of RGB (Red+Green+Blue) = 186+46+75=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E4B is #45D1B4. Grayscale: #5B5B5B. Windows color (decimal): -4575669 or 4927162. OLE color: 4927162.
HSL color Cylindrical-coordinate representation of color #BA2E4B: hue angle of 347.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E4B is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 75 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.27 |
| HSL | 347.57º | 0.6% | 0.45% | - |
| HSV(B) | 347.57º | 0.75% | 0.73% | - |
| XYZ | 22.5 | 12.9 | 7.96 | - |
| YUV | 91.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 75 | 0 | 0.75 | 0.60 | 0.27 | 347.57 | 0.6 | 0.45 |
| Hex | BA | 2E | 4B | 0 | 4B | 3C | 1B | 15C | 3C | 2D |
| Octal | 272 | 56 | 113 | 0 | 113 | 74 | 33 | 534 | 74 | 55 |
| Binary | 10111010 | 101110 | 1001011 | 0 | 1001011 | 111100 | 11011 | 101011100 | 111100 | 101101 |
Color Harmonies of #BA2E4B
Complementary color
Monochromatic Colors of #BA2E4B
Black with #BA2E4B
Text Example
Text Example
White with #BA2E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E4B; }
p { color: rgb(186,46,75); }
H1.HeaderClassName
{
color: #BA2E4B;
}
.AnyTagClassName
{
color: #BA2E4B;
}
</style>
background-color css
<style>
a { background-color: #BA2E4B; }
a { background-color: rgb(186,46,75); }
div.DivClassName
{
background-color: #BA2E4B;
}
.BgClassName
{
background-color: #BA2E4B;
}
</style>
border-color css
<style>
span { border-color: #BA2E4B; }
span { border-color: rgb(186,46,75); }
td.TdClassName
{
border-color: #BA2E4B;
}
.TagClassName
{
border-color: #BA2E4B;
}
</style>