Shades of Old Rose #B32850
Tints of Old Rose #B32850
RGB
CMYK
RGB Variations
Color information
#B32850 (or 0xB32850) is known color: Old Rose. HEX triplet: B3, 28 and 50. RGB value is (179,40,80). Sum of RGB (Red+Green+Blue) = 179+40+80=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B32850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32850 is #4CD7AF. Grayscale: #565656. Windows color (decimal): -5035952 or 5253299. OLE color: 5253299.
HSL color Cylindrical-coordinate representation of color #B32850: hue angle of 342.73º 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 #B32850 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 80 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.30 |
| HSL | 342.73º | 0.63% | 0.43% | - |
| HSV(B) | 342.73º | 0.78% | 0.7% | - |
| XYZ | 20.8 | 11.68 | 8.75 | - |
| YUV | 86.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 80 | 0 | 0.78 | 0.55 | 0.30 | 342.73 | 0.63 | 0.43 |
| Hex | B3 | 28 | 50 | 0 | 4E | 37 | 1E | 157 | 3F | 2B |
| Octal | 263 | 50 | 120 | 0 | 116 | 67 | 36 | 527 | 77 | 53 |
| Binary | 10110011 | 101000 | 1010000 | 0 | 1001110 | 110111 | 11110 | 101010111 | 111111 | 101011 |
Color Harmonies of #B32850
Complementary color
Monochromatic Colors of #B32850
Black with #B32850
Text Example
Text Example
White with #B32850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32850; }
p { color: rgb(179,40,80); }
H1.HeaderClassName
{
color: #B32850;
}
.AnyTagClassName
{
color: #B32850;
}
</style>
background-color css
<style>
a { background-color: #B32850; }
a { background-color: rgb(179,40,80); }
div.DivClassName
{
background-color: #B32850;
}
.BgClassName
{
background-color: #B32850;
}
</style>
border-color css
<style>
span { border-color: #B32850; }
span { border-color: rgb(179,40,80); }
td.TdClassName
{
border-color: #B32850;
}
.TagClassName
{
border-color: #B32850;
}
</style>