Shades of Old Rose #B03040
Tints of Old Rose #B03040
RGB
CMYK
RGB Variations
Color information
#B03040 (or 0xB03040) is known color: Old Rose. HEX triplet: B0, 30 and 40. RGB value is (176,48,64). Sum of RGB (Red+Green+Blue) = 176+48+64=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B03040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03040 is #4FCFBF. Grayscale: #585858. Windows color (decimal): -5230528 or 4206768. OLE color: 4206768.
HSL color Cylindrical-coordinate representation of color #B03040: hue angle of 352.5º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03040 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 64 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.31 |
| HSL | 352.5º | 0.57% | 0.44% | - |
| HSV(B) | 352.5º | 0.73% | 0.69% | - |
| XYZ | 19.89 | 11.71 | 6.06 | - |
| YUV | 88.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 64 | 0 | 0.73 | 0.64 | 0.31 | 352.5 | 0.57 | 0.44 |
| Hex | B0 | 30 | 40 | 0 | 49 | 40 | 1F | 160 | 39 | 2C |
| Octal | 260 | 60 | 100 | 0 | 111 | 100 | 37 | 540 | 71 | 54 |
| Binary | 10110000 | 110000 | 1000000 | 0 | 1001001 | 1000000 | 11111 | 101100000 | 111001 | 101100 |
Color Harmonies of #B03040
Complementary color
Monochromatic Colors of #B03040
Black with #B03040
Text Example
Text Example
White with #B03040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03040; }
p { color: rgb(176,48,64); }
H1.HeaderClassName
{
color: #B03040;
}
.AnyTagClassName
{
color: #B03040;
}
</style>
background-color css
<style>
a { background-color: #B03040; }
a { background-color: rgb(176,48,64); }
div.DivClassName
{
background-color: #B03040;
}
.BgClassName
{
background-color: #B03040;
}
</style>
border-color css
<style>
span { border-color: #B03040; }
span { border-color: rgb(176,48,64); }
td.TdClassName
{
border-color: #B03040;
}
.TagClassName
{
border-color: #B03040;
}
</style>