Shades of Old Rose #B33246
Tints of Old Rose #B33246
RGB
CMYK
RGB Variations
Color information
#B33246 (or 0xB33246) is known color: Old Rose. HEX triplet: B3, 32 and 46. RGB value is (179,50,70). Sum of RGB (Red+Green+Blue) = 179+50+70=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B33246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33246 is #4CCDB9. Grayscale: #5A5A5A. Windows color (decimal): -5033402 or 4600499. OLE color: 4600499.
HSL color Cylindrical-coordinate representation of color #B33246: hue angle of 350.7º 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 #B33246 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 70 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.30 |
| HSL | 350.7º | 0.56% | 0.45% | - |
| HSV(B) | 350.7º | 0.72% | 0.7% | - |
| XYZ | 20.84 | 12.31 | 7.07 | - |
| YUV | 90.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 70 | 0 | 0.72 | 0.61 | 0.30 | 350.7 | 0.56 | 0.45 |
| Hex | B3 | 32 | 46 | 0 | 48 | 3D | 1E | 15F | 38 | 2D |
| Octal | 263 | 62 | 106 | 0 | 110 | 75 | 36 | 537 | 70 | 55 |
| Binary | 10110011 | 110010 | 1000110 | 0 | 1001000 | 111101 | 11110 | 101011111 | 111000 | 101101 |
Color Harmonies of #B33246
Complementary color
Monochromatic Colors of #B33246
Black with #B33246
Text Example
Text Example
White with #B33246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33246; }
p { color: rgb(179,50,70); }
H1.HeaderClassName
{
color: #B33246;
}
.AnyTagClassName
{
color: #B33246;
}
</style>
background-color css
<style>
a { background-color: #B33246; }
a { background-color: rgb(179,50,70); }
div.DivClassName
{
background-color: #B33246;
}
.BgClassName
{
background-color: #B33246;
}
</style>
border-color css
<style>
span { border-color: #B33246; }
span { border-color: rgb(179,50,70); }
td.TdClassName
{
border-color: #B33246;
}
.TagClassName
{
border-color: #B33246;
}
</style>