Shades of Old Rose #B03649
Tints of Old Rose #B03649
RGB
CMYK
RGB Variations
Color information
#B03649 (or 0xB03649) is known color: Old Rose. HEX triplet: B0, 36 and 49. RGB value is (176,54,73). Sum of RGB (Red+Green+Blue) = 176+54+73=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B03649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03649 is #4FC9B6. Grayscale: #5C5C5C. Windows color (decimal): -5228983 or 4798128. OLE color: 4798128.
HSL color Cylindrical-coordinate representation of color #B03649: hue angle of 350.66º degrees, saturation: 0.53, 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 #B03649 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 73 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.31 |
| HSL | 350.66º | 0.53% | 0.45% | - |
| HSV(B) | 350.66º | 0.69% | 0.69% | - |
| XYZ | 20.43 | 12.35 | 7.61 | - |
| YUV | 92.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 73 | 0 | 0.69 | 0.59 | 0.31 | 350.66 | 0.53 | 0.45 |
| Hex | B0 | 36 | 49 | 0 | 45 | 3B | 1F | 15F | 35 | 2D |
| Octal | 260 | 66 | 111 | 0 | 105 | 73 | 37 | 537 | 65 | 55 |
| Binary | 10110000 | 110110 | 1001001 | 0 | 1000101 | 111011 | 11111 | 101011111 | 110101 | 101101 |
Color Harmonies of #B03649
Complementary color
Monochromatic Colors of #B03649
Black with #B03649
Text Example
Text Example
White with #B03649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03649; }
p { color: rgb(176,54,73); }
H1.HeaderClassName
{
color: #B03649;
}
.AnyTagClassName
{
color: #B03649;
}
</style>
background-color css
<style>
a { background-color: #B03649; }
a { background-color: rgb(176,54,73); }
div.DivClassName
{
background-color: #B03649;
}
.BgClassName
{
background-color: #B03649;
}
</style>
border-color css
<style>
span { border-color: #B03649; }
span { border-color: rgb(176,54,73); }
td.TdClassName
{
border-color: #B03649;
}
.TagClassName
{
border-color: #B03649;
}
</style>