Shades of Old Rose #B33749
Tints of Old Rose #B33749
RGB
CMYK
RGB Variations
Color information
#B33749 (or 0xB33749) is known color: Old Rose. HEX triplet: B3, 37 and 49. RGB value is (179,55,73). Sum of RGB (Red+Green+Blue) = 179+55+73=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B33749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33749 is #4CC8B6. Grayscale: #5E5E5E. Windows color (decimal): -5032119 or 4798387. OLE color: 4798387.
HSL color Cylindrical-coordinate representation of color #B33749: hue angle of 351.29º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33749 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 73 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.30 |
| HSL | 351.29º | 0.53% | 0.46% | - |
| HSV(B) | 351.29º | 0.69% | 0.7% | - |
| XYZ | 21.16 | 12.8 | 7.66 | - |
| YUV | 94.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 73 | 0 | 0.69 | 0.59 | 0.30 | 351.29 | 0.53 | 0.46 |
| Hex | B3 | 37 | 49 | 0 | 45 | 3B | 1E | 15F | 35 | 2E |
| Octal | 263 | 67 | 111 | 0 | 105 | 73 | 36 | 537 | 65 | 56 |
| Binary | 10110011 | 110111 | 1001001 | 0 | 1000101 | 111011 | 11110 | 101011111 | 110101 | 101110 |
Color Harmonies of #B33749
Complementary color
Monochromatic Colors of #B33749
Black with #B33749
Text Example
Text Example
White with #B33749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33749; }
p { color: rgb(179,55,73); }
H1.HeaderClassName
{
color: #B33749;
}
.AnyTagClassName
{
color: #B33749;
}
</style>
background-color css
<style>
a { background-color: #B33749; }
a { background-color: rgb(179,55,73); }
div.DivClassName
{
background-color: #B33749;
}
.BgClassName
{
background-color: #B33749;
}
</style>
border-color css
<style>
span { border-color: #B33749; }
span { border-color: rgb(179,55,73); }
td.TdClassName
{
border-color: #B33749;
}
.TagClassName
{
border-color: #B33749;
}
</style>