Shades of Old Rose #B32249
Tints of Old Rose #B32249
RGB
CMYK
RGB Variations
Color information
#B32249 (or 0xB32249) is known color: Old Rose. HEX triplet: B3, 22 and 49. RGB value is (179,34,73). Sum of RGB (Red+Green+Blue) = 179+34+73=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B32249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32249 is #4CDDB6. Grayscale: #515151. Windows color (decimal): -5037495 or 4793011. OLE color: 4793011.
HSL color Cylindrical-coordinate representation of color #B32249: hue angle of 343.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32249 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 73 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.30 |
| HSL | 343.86º | 0.68% | 0.42% | - |
| HSV(B) | 343.86º | 0.81% | 0.7% | - |
| XYZ | 20.37 | 11.21 | 7.39 | - |
| YUV | 81.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 73 | 0 | 0.81 | 0.59 | 0.30 | 343.86 | 0.68 | 0.42 |
| Hex | B3 | 22 | 49 | 0 | 51 | 3B | 1E | 158 | 44 | 2A |
| Octal | 263 | 42 | 111 | 0 | 121 | 73 | 36 | 530 | 104 | 52 |
| Binary | 10110011 | 100010 | 1001001 | 0 | 1010001 | 111011 | 11110 | 101011000 | 1000100 | 101010 |
Color Harmonies of #B32249
Complementary color
Monochromatic Colors of #B32249
Black with #B32249
Text Example
Text Example
White with #B32249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32249; }
p { color: rgb(179,34,73); }
H1.HeaderClassName
{
color: #B32249;
}
.AnyTagClassName
{
color: #B32249;
}
</style>
background-color css
<style>
a { background-color: #B32249; }
a { background-color: rgb(179,34,73); }
div.DivClassName
{
background-color: #B32249;
}
.BgClassName
{
background-color: #B32249;
}
</style>
border-color css
<style>
span { border-color: #B32249; }
span { border-color: rgb(179,34,73); }
td.TdClassName
{
border-color: #B32249;
}
.TagClassName
{
border-color: #B32249;
}
</style>