Shades of Old Rose #B03544
Tints of Old Rose #B03544
RGB
CMYK
RGB Variations
Color information
#B03544 (or 0xB03544) is known color: Old Rose. HEX triplet: B0, 35 and 44. RGB value is (176,53,68). Sum of RGB (Red+Green+Blue) = 176+53+68=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B03544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03544 is #4FCABB. Grayscale: #5B5B5B. Windows color (decimal): -5229244 or 4470192. OLE color: 4470192.
HSL color Cylindrical-coordinate representation of color #B03544: hue angle of 352.68º 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 #B03544 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 68 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.31 |
| HSL | 352.68º | 0.54% | 0.45% | - |
| HSV(B) | 352.68º | 0.7% | 0.69% | - |
| XYZ | 20.22 | 12.19 | 6.76 | - |
| YUV | 91.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 68 | 0 | 0.70 | 0.61 | 0.31 | 352.68 | 0.54 | 0.45 |
| Hex | B0 | 35 | 44 | 0 | 46 | 3D | 1F | 161 | 36 | 2D |
| Octal | 260 | 65 | 104 | 0 | 106 | 75 | 37 | 541 | 66 | 55 |
| Binary | 10110000 | 110101 | 1000100 | 0 | 1000110 | 111101 | 11111 | 101100001 | 110110 | 101101 |
Color Harmonies of #B03544
Complementary color
Monochromatic Colors of #B03544
Black with #B03544
Text Example
Text Example
White with #B03544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03544; }
p { color: rgb(176,53,68); }
H1.HeaderClassName
{
color: #B03544;
}
.AnyTagClassName
{
color: #B03544;
}
</style>
background-color css
<style>
a { background-color: #B03544; }
a { background-color: rgb(176,53,68); }
div.DivClassName
{
background-color: #B03544;
}
.BgClassName
{
background-color: #B03544;
}
</style>
border-color css
<style>
span { border-color: #B03544; }
span { border-color: rgb(176,53,68); }
td.TdClassName
{
border-color: #B03544;
}
.TagClassName
{
border-color: #B03544;
}
</style>