Shades of Old Rose #B33255
Tints of Old Rose #B33255
RGB
CMYK
RGB Variations
Color information
#B33255 (or 0xB33255) is known color: Old Rose. HEX triplet: B3, 32 and 55. RGB value is (179,50,85). Sum of RGB (Red+Green+Blue) = 179+50+85=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B33255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33255 is #4CCDAA. Grayscale: #5C5C5C. Windows color (decimal): -5033387 or 5583539. OLE color: 5583539.
HSL color Cylindrical-coordinate representation of color #B33255: hue angle of 343.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33255 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 85 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.30 |
| HSL | 343.72º | 0.56% | 0.45% | - |
| HSV(B) | 343.72º | 0.72% | 0.7% | - |
| XYZ | 21.37 | 12.52 | 9.88 | - |
| YUV | 92.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 85 | 0 | 0.72 | 0.53 | 0.30 | 343.72 | 0.56 | 0.45 |
| Hex | B3 | 32 | 55 | 0 | 48 | 35 | 1E | 158 | 38 | 2D |
| Octal | 263 | 62 | 125 | 0 | 110 | 65 | 36 | 530 | 70 | 55 |
| Binary | 10110011 | 110010 | 1010101 | 0 | 1001000 | 110101 | 11110 | 101011000 | 111000 | 101101 |
Color Harmonies of #B33255
Complementary color
Monochromatic Colors of #B33255
Black with #B33255
Text Example
Text Example
White with #B33255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33255; }
p { color: rgb(179,50,85); }
H1.HeaderClassName
{
color: #B33255;
}
.AnyTagClassName
{
color: #B33255;
}
</style>
background-color css
<style>
a { background-color: #B33255; }
a { background-color: rgb(179,50,85); }
div.DivClassName
{
background-color: #B33255;
}
.BgClassName
{
background-color: #B33255;
}
</style>
border-color css
<style>
span { border-color: #B33255; }
span { border-color: rgb(179,50,85); }
td.TdClassName
{
border-color: #B33255;
}
.TagClassName
{
border-color: #B33255;
}
</style>