Shades of Old Rose #B03D41
Tints of Old Rose #B03D41
RGB
CMYK
RGB Variations
Color information
#B03D41 (or 0xB03D41) is known color: Old Rose. HEX triplet: B0, 3D and 41. RGB value is (176,61,65). Sum of RGB (Red+Green+Blue) = 176+61+65=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D41 is #4FC2BE. Grayscale: #5F5F5F. Windows color (decimal): -5227199 or 4275632. OLE color: 4275632.
HSL color Cylindrical-coordinate representation of color #B03D41: hue angle of 357.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D41 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 65 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.31 |
| HSL | 357.91º | 0.49% | 0.46% | - |
| HSV(B) | 357.91º | 0.65% | 0.69% | - |
| XYZ | 20.53 | 12.95 | 6.42 | - |
| YUV | 95.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 65 | 0 | 0.65 | 0.63 | 0.31 | 357.91 | 0.49 | 0.46 |
| Hex | B0 | 3D | 41 | 0 | 41 | 3F | 1F | 166 | 31 | 2E |
| Octal | 260 | 75 | 101 | 0 | 101 | 77 | 37 | 546 | 61 | 56 |
| Binary | 10110000 | 111101 | 1000001 | 0 | 1000001 | 111111 | 11111 | 101100110 | 110001 | 101110 |
Color Harmonies of #B03D41
Complementary color
Monochromatic Colors of #B03D41
Black with #B03D41
Text Example
Text Example
White with #B03D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D41; }
p { color: rgb(176,61,65); }
H1.HeaderClassName
{
color: #B03D41;
}
.AnyTagClassName
{
color: #B03D41;
}
</style>
background-color css
<style>
a { background-color: #B03D41; }
a { background-color: rgb(176,61,65); }
div.DivClassName
{
background-color: #B03D41;
}
.BgClassName
{
background-color: #B03D41;
}
</style>
border-color css
<style>
span { border-color: #B03D41; }
span { border-color: rgb(176,61,65); }
td.TdClassName
{
border-color: #B03D41;
}
.TagClassName
{
border-color: #B03D41;
}
</style>