Shades of Old Rose #B03B41
Tints of Old Rose #B03B41
RGB
CMYK
RGB Variations
Color information
#B03B41 (or 0xB03B41) is known color: Old Rose. HEX triplet: B0, 3B and 41. RGB value is (176,59,65). Sum of RGB (Red+Green+Blue) = 176+59+65=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03B41 is #4FC4BE. Grayscale: #5E5E5E. Windows color (decimal): -5227711 or 4275120. OLE color: 4275120.
HSL color Cylindrical-coordinate representation of color #B03B41: hue angle of 356.92º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03B41 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 65 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.31 |
| HSL | 356.92º | 0.5% | 0.46% | - |
| HSV(B) | 356.92º | 0.66% | 0.69% | - |
| XYZ | 20.42 | 12.74 | 6.38 | - |
| YUV | 94.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 65 | 0 | 0.66 | 0.63 | 0.31 | 356.92 | 0.5 | 0.46 |
| Hex | B0 | 3B | 41 | 0 | 42 | 3F | 1F | 165 | 32 | 2E |
| Octal | 260 | 73 | 101 | 0 | 102 | 77 | 37 | 545 | 62 | 56 |
| Binary | 10110000 | 111011 | 1000001 | 0 | 1000010 | 111111 | 11111 | 101100101 | 110010 | 101110 |
Color Harmonies of #B03B41
Complementary color
Monochromatic Colors of #B03B41
Black with #B03B41
Text Example
Text Example
White with #B03B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03B41; }
p { color: rgb(176,59,65); }
H1.HeaderClassName
{
color: #B03B41;
}
.AnyTagClassName
{
color: #B03B41;
}
</style>
background-color css
<style>
a { background-color: #B03B41; }
a { background-color: rgb(176,59,65); }
div.DivClassName
{
background-color: #B03B41;
}
.BgClassName
{
background-color: #B03B41;
}
</style>
border-color css
<style>
span { border-color: #B03B41; }
span { border-color: rgb(176,59,65); }
td.TdClassName
{
border-color: #B03B41;
}
.TagClassName
{
border-color: #B03B41;
}
</style>