Shades of Old Rose #B03944
Tints of Old Rose #B03944
RGB
CMYK
RGB Variations
Color information
#B03944 (or 0xB03944) is known color: Old Rose. HEX triplet: B0, 39 and 44. RGB value is (176,57,68). Sum of RGB (Red+Green+Blue) = 176+57+68=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B03944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03944 is #4FC6BB. Grayscale: #5D5D5D. Windows color (decimal): -5228220 or 4471216. OLE color: 4471216.
HSL color Cylindrical-coordinate representation of color #B03944: hue angle of 354.45º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03944 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 68 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.31 |
| HSL | 354.45º | 0.51% | 0.46% | - |
| HSV(B) | 354.45º | 0.68% | 0.69% | - |
| XYZ | 20.41 | 12.57 | 6.82 | - |
| YUV | 93.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 68 | 0 | 0.68 | 0.61 | 0.31 | 354.45 | 0.51 | 0.46 |
| Hex | B0 | 39 | 44 | 0 | 44 | 3D | 1F | 162 | 33 | 2E |
| Octal | 260 | 71 | 104 | 0 | 104 | 75 | 37 | 542 | 63 | 56 |
| Binary | 10110000 | 111001 | 1000100 | 0 | 1000100 | 111101 | 11111 | 101100010 | 110011 | 101110 |
Color Harmonies of #B03944
Complementary color
Monochromatic Colors of #B03944
Black with #B03944
Text Example
Text Example
White with #B03944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03944; }
p { color: rgb(176,57,68); }
H1.HeaderClassName
{
color: #B03944;
}
.AnyTagClassName
{
color: #B03944;
}
</style>
background-color css
<style>
a { background-color: #B03944; }
a { background-color: rgb(176,57,68); }
div.DivClassName
{
background-color: #B03944;
}
.BgClassName
{
background-color: #B03944;
}
</style>
border-color css
<style>
span { border-color: #B03944; }
span { border-color: rgb(176,57,68); }
td.TdClassName
{
border-color: #B03944;
}
.TagClassName
{
border-color: #B03944;
}
</style>