Shades of Old Rose #B03541
Tints of Old Rose #B03541
RGB
CMYK
RGB Variations
Color information
#B03541 (or 0xB03541) is known color: Old Rose. HEX triplet: B0, 35 and 41. RGB value is (176,53,65). Sum of RGB (Red+Green+Blue) = 176+53+65=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B03541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03541 is #4FCABE. Grayscale: #5B5B5B. Windows color (decimal): -5229247 or 4273584. OLE color: 4273584.
HSL color Cylindrical-coordinate representation of color #B03541: hue angle of 354.15º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03541 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 65 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.31 |
| HSL | 354.15º | 0.54% | 0.45% | - |
| HSV(B) | 354.15º | 0.7% | 0.69% | - |
| XYZ | 20.13 | 12.16 | 6.29 | - |
| YUV | 91.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 65 | 0 | 0.70 | 0.63 | 0.31 | 354.15 | 0.54 | 0.45 |
| Hex | B0 | 35 | 41 | 0 | 46 | 3F | 1F | 162 | 36 | 2D |
| Octal | 260 | 65 | 101 | 0 | 106 | 77 | 37 | 542 | 66 | 55 |
| Binary | 10110000 | 110101 | 1000001 | 0 | 1000110 | 111111 | 11111 | 101100010 | 110110 | 101101 |
Color Harmonies of #B03541
Complementary color
Monochromatic Colors of #B03541
Black with #B03541
Text Example
Text Example
White with #B03541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03541; }
p { color: rgb(176,53,65); }
H1.HeaderClassName
{
color: #B03541;
}
.AnyTagClassName
{
color: #B03541;
}
</style>
background-color css
<style>
a { background-color: #B03541; }
a { background-color: rgb(176,53,65); }
div.DivClassName
{
background-color: #B03541;
}
.BgClassName
{
background-color: #B03541;
}
</style>
border-color css
<style>
span { border-color: #B03541; }
span { border-color: rgb(176,53,65); }
td.TdClassName
{
border-color: #B03541;
}
.TagClassName
{
border-color: #B03541;
}
</style>