Shades of Old Rose #B32154
Tints of Old Rose #B32154
RGB
CMYK
RGB Variations
Color information
#B32154 (or 0xB32154) is known color: Old Rose. HEX triplet: B3, 21 and 54. RGB value is (179,33,84). Sum of RGB (Red+Green+Blue) = 179+33+84=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B32154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32154 is #4CDEAB. Grayscale: #525252. Windows color (decimal): -5037740 or 5513651. OLE color: 5513651.
HSL color Cylindrical-coordinate representation of color #B32154: hue angle of 339.04º 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 #B32154 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 84 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.30 |
| HSL | 339.04º | 0.69% | 0.42% | - |
| HSV(B) | 339.04º | 0.82% | 0.7% | - |
| XYZ | 20.73 | 11.31 | 9.48 | - |
| YUV | 82.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 84 | 0 | 0.82 | 0.53 | 0.30 | 339.04 | 0.69 | 0.42 |
| Hex | B3 | 21 | 54 | 0 | 52 | 35 | 1E | 153 | 45 | 2A |
| Octal | 263 | 41 | 124 | 0 | 122 | 65 | 36 | 523 | 105 | 52 |
| Binary | 10110011 | 100001 | 1010100 | 0 | 1010010 | 110101 | 11110 | 101010011 | 1000101 | 101010 |
Color Harmonies of #B32154
Complementary color
Monochromatic Colors of #B32154
Black with #B32154
Text Example
Text Example
White with #B32154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32154; }
p { color: rgb(179,33,84); }
H1.HeaderClassName
{
color: #B32154;
}
.AnyTagClassName
{
color: #B32154;
}
</style>
background-color css
<style>
a { background-color: #B32154; }
a { background-color: rgb(179,33,84); }
div.DivClassName
{
background-color: #B32154;
}
.BgClassName
{
background-color: #B32154;
}
</style>
border-color css
<style>
span { border-color: #B32154; }
span { border-color: rgb(179,33,84); }
td.TdClassName
{
border-color: #B32154;
}
.TagClassName
{
border-color: #B32154;
}
</style>