Shades of Old Rose #B03945
Tints of Old Rose #B03945
RGB
CMYK
RGB Variations
Color information
#B03945 (or 0xB03945) is known color: Old Rose. HEX triplet: B0, 39 and 45. RGB value is (176,57,69). Sum of RGB (Red+Green+Blue) = 176+57+69=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B03945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03945 is #4FC6BA. Grayscale: #5E5E5E. Windows color (decimal): -5228219 or 4536752. OLE color: 4536752.
HSL color Cylindrical-coordinate representation of color #B03945: hue angle of 353.95º 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 #B03945 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 69 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.31 |
| HSL | 353.95º | 0.51% | 0.46% | - |
| HSV(B) | 353.95º | 0.68% | 0.69% | - |
| XYZ | 20.44 | 12.59 | 6.98 | - |
| YUV | 93.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 69 | 0 | 0.68 | 0.61 | 0.31 | 353.95 | 0.51 | 0.46 |
| Hex | B0 | 39 | 45 | 0 | 44 | 3D | 1F | 162 | 33 | 2E |
| Octal | 260 | 71 | 105 | 0 | 104 | 75 | 37 | 542 | 63 | 56 |
| Binary | 10110000 | 111001 | 1000101 | 0 | 1000100 | 111101 | 11111 | 101100010 | 110011 | 101110 |
Color Harmonies of #B03945
Complementary color
Monochromatic Colors of #B03945
Black with #B03945
Text Example
Text Example
White with #B03945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03945; }
p { color: rgb(176,57,69); }
H1.HeaderClassName
{
color: #B03945;
}
.AnyTagClassName
{
color: #B03945;
}
</style>
background-color css
<style>
a { background-color: #B03945; }
a { background-color: rgb(176,57,69); }
div.DivClassName
{
background-color: #B03945;
}
.BgClassName
{
background-color: #B03945;
}
</style>
border-color css
<style>
span { border-color: #B03945; }
span { border-color: rgb(176,57,69); }
td.TdClassName
{
border-color: #B03945;
}
.TagClassName
{
border-color: #B03945;
}
</style>