Shades of Old Rose #B0293F
Tints of Old Rose #B0293F
RGB
CMYK
RGB Variations
Color information
#B0293F (or 0xB0293F) is known color: Old Rose. HEX triplet: B0, 29 and 3F. RGB value is (176,41,63). Sum of RGB (Red+Green+Blue) = 176+41+63=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B0293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0293F is #4FD6C0. Grayscale: #535353. Windows color (decimal): -5232321 or 4139440. OLE color: 4139440.
HSL color Cylindrical-coordinate representation of color #B0293F: hue angle of 350.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0293F is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 41 | 63 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.31 |
| HSL | 350.22º | 0.62% | 0.43% | - |
| HSV(B) | 350.22º | 0.77% | 0.69% | - |
| XYZ | 19.59 | 11.17 | 5.83 | - |
| YUV | 83.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 63 | 0 | 0.77 | 0.64 | 0.31 | 350.22 | 0.62 | 0.43 |
| Hex | B0 | 29 | 3F | 0 | 4D | 40 | 1F | 15E | 3E | 2B |
| Octal | 260 | 51 | 77 | 0 | 115 | 100 | 37 | 536 | 76 | 53 |
| Binary | 10110000 | 101001 | 111111 | 0 | 1001101 | 1000000 | 11111 | 101011110 | 111110 | 101011 |
Color Harmonies of #B0293F
Complementary color
Monochromatic Colors of #B0293F
Black with #B0293F
Text Example
Text Example
White with #B0293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0293F; }
p { color: rgb(176,41,63); }
H1.HeaderClassName
{
color: #B0293F;
}
.AnyTagClassName
{
color: #B0293F;
}
</style>
background-color css
<style>
a { background-color: #B0293F; }
a { background-color: rgb(176,41,63); }
div.DivClassName
{
background-color: #B0293F;
}
.BgClassName
{
background-color: #B0293F;
}
</style>
border-color css
<style>
span { border-color: #B0293F; }
span { border-color: rgb(176,41,63); }
td.TdClassName
{
border-color: #B0293F;
}
.TagClassName
{
border-color: #B0293F;
}
</style>