Shades of Old Rose #B32849
Tints of Old Rose #B32849
RGB
CMYK
RGB Variations
Color information
#B32849 (or 0xB32849) is known color: Old Rose. HEX triplet: B3, 28 and 49. RGB value is (179,40,73). Sum of RGB (Red+Green+Blue) = 179+40+73=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B32849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32849 is #4CD7B6. Grayscale: #555555. Windows color (decimal): -5035959 or 4794547. OLE color: 4794547.
HSL color Cylindrical-coordinate representation of color #B32849: hue angle of 345.76º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32849 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 73 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.30 |
| HSL | 345.76º | 0.63% | 0.43% | - |
| HSV(B) | 345.76º | 0.78% | 0.7% | - |
| XYZ | 20.55 | 11.58 | 7.46 | - |
| YUV | 85.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 73 | 0 | 0.78 | 0.59 | 0.30 | 345.76 | 0.63 | 0.43 |
| Hex | B3 | 28 | 49 | 0 | 4E | 3B | 1E | 15A | 3F | 2B |
| Octal | 263 | 50 | 111 | 0 | 116 | 73 | 36 | 532 | 77 | 53 |
| Binary | 10110011 | 101000 | 1001001 | 0 | 1001110 | 111011 | 11110 | 101011010 | 111111 | 101011 |
Color Harmonies of #B32849
Complementary color
Monochromatic Colors of #B32849
Black with #B32849
Text Example
Text Example
White with #B32849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32849; }
p { color: rgb(179,40,73); }
H1.HeaderClassName
{
color: #B32849;
}
.AnyTagClassName
{
color: #B32849;
}
</style>
background-color css
<style>
a { background-color: #B32849; }
a { background-color: rgb(179,40,73); }
div.DivClassName
{
background-color: #B32849;
}
.BgClassName
{
background-color: #B32849;
}
</style>
border-color css
<style>
span { border-color: #B32849; }
span { border-color: rgb(179,40,73); }
td.TdClassName
{
border-color: #B32849;
}
.TagClassName
{
border-color: #B32849;
}
</style>