Shades of Old Rose #B03744
Tints of Old Rose #B03744
RGB
CMYK
RGB Variations
Color information
#B03744 (or 0xB03744) is known color: Old Rose. HEX triplet: B0, 37 and 44. RGB value is (176,55,68). Sum of RGB (Red+Green+Blue) = 176+55+68=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B03744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03744 is #4FC8BB. Grayscale: #5C5C5C. Windows color (decimal): -5228732 or 4470704. OLE color: 4470704.
HSL color Cylindrical-coordinate representation of color #B03744: hue angle of 353.55º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03744 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 68 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.31 |
| HSL | 353.55º | 0.52% | 0.45% | - |
| HSV(B) | 353.55º | 0.69% | 0.69% | - |
| XYZ | 20.31 | 12.38 | 6.79 | - |
| YUV | 92.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 68 | 0 | 0.69 | 0.61 | 0.31 | 353.55 | 0.52 | 0.45 |
| Hex | B0 | 37 | 44 | 0 | 45 | 3D | 1F | 162 | 34 | 2D |
| Octal | 260 | 67 | 104 | 0 | 105 | 75 | 37 | 542 | 64 | 55 |
| Binary | 10110000 | 110111 | 1000100 | 0 | 1000101 | 111101 | 11111 | 101100010 | 110100 | 101101 |
Color Harmonies of #B03744
Complementary color
Monochromatic Colors of #B03744
Black with #B03744
Text Example
Text Example
White with #B03744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03744; }
p { color: rgb(176,55,68); }
H1.HeaderClassName
{
color: #B03744;
}
.AnyTagClassName
{
color: #B03744;
}
</style>
background-color css
<style>
a { background-color: #B03744; }
a { background-color: rgb(176,55,68); }
div.DivClassName
{
background-color: #B03744;
}
.BgClassName
{
background-color: #B03744;
}
</style>
border-color css
<style>
span { border-color: #B03744; }
span { border-color: rgb(176,55,68); }
td.TdClassName
{
border-color: #B03744;
}
.TagClassName
{
border-color: #B03744;
}
</style>