Shades of Old Rose #B32149
Tints of Old Rose #B32149
RGB
CMYK
RGB Variations
Color information
#B32149 (or 0xB32149) is known color: Old Rose. HEX triplet: B3, 21 and 49. RGB value is (179,33,73). Sum of RGB (Red+Green+Blue) = 179+33+73=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B32149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32149 is #4CDEB6. Grayscale: #515151. Windows color (decimal): -5037751 or 4792755. OLE color: 4792755.
HSL color Cylindrical-coordinate representation of color #B32149: hue angle of 343.56º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32149 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 73 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.30 |
| HSL | 343.56º | 0.69% | 0.42% | - |
| HSV(B) | 343.56º | 0.82% | 0.7% | - |
| XYZ | 20.34 | 11.15 | 7.38 | - |
| YUV | 81.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 73 | 0 | 0.82 | 0.59 | 0.30 | 343.56 | 0.69 | 0.42 |
| Hex | B3 | 21 | 49 | 0 | 52 | 3B | 1E | 158 | 45 | 2A |
| Octal | 263 | 41 | 111 | 0 | 122 | 73 | 36 | 530 | 105 | 52 |
| Binary | 10110011 | 100001 | 1001001 | 0 | 1010010 | 111011 | 11110 | 101011000 | 1000101 | 101010 |
Color Harmonies of #B32149
Complementary color
Monochromatic Colors of #B32149
Black with #B32149
Text Example
Text Example
White with #B32149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32149; }
p { color: rgb(179,33,73); }
H1.HeaderClassName
{
color: #B32149;
}
.AnyTagClassName
{
color: #B32149;
}
</style>
background-color css
<style>
a { background-color: #B32149; }
a { background-color: rgb(179,33,73); }
div.DivClassName
{
background-color: #B32149;
}
.BgClassName
{
background-color: #B32149;
}
</style>
border-color css
<style>
span { border-color: #B32149; }
span { border-color: rgb(179,33,73); }
td.TdClassName
{
border-color: #B32149;
}
.TagClassName
{
border-color: #B32149;
}
</style>