Shades of Old Rose #B33142
Tints of Old Rose #B33142
RGB
CMYK
RGB Variations
Color information
#B33142 (or 0xB33142) is known color: Old Rose. HEX triplet: B3, 31 and 42. RGB value is (179,49,66). Sum of RGB (Red+Green+Blue) = 179+49+66=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B33142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33142 is #4CCEBD. Grayscale: #595959. Windows color (decimal): -5033662 or 4338099. OLE color: 4338099.
HSL color Cylindrical-coordinate representation of color #B33142: hue angle of 352.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33142 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 66 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.30 |
| HSL | 352.15º | 0.57% | 0.45% | - |
| HSV(B) | 352.15º | 0.73% | 0.7% | - |
| XYZ | 20.67 | 12.17 | 6.41 | - |
| YUV | 89.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 66 | 0 | 0.73 | 0.63 | 0.30 | 352.15 | 0.57 | 0.45 |
| Hex | B3 | 31 | 42 | 0 | 49 | 3F | 1E | 160 | 39 | 2D |
| Octal | 263 | 61 | 102 | 0 | 111 | 77 | 36 | 540 | 71 | 55 |
| Binary | 10110011 | 110001 | 1000010 | 0 | 1001001 | 111111 | 11110 | 101100000 | 111001 | 101101 |
Color Harmonies of #B33142
Complementary color
Monochromatic Colors of #B33142
Black with #B33142
Text Example
Text Example
White with #B33142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33142; }
p { color: rgb(179,49,66); }
H1.HeaderClassName
{
color: #B33142;
}
.AnyTagClassName
{
color: #B33142;
}
</style>
background-color css
<style>
a { background-color: #B33142; }
a { background-color: rgb(179,49,66); }
div.DivClassName
{
background-color: #B33142;
}
.BgClassName
{
background-color: #B33142;
}
</style>
border-color css
<style>
span { border-color: #B33142; }
span { border-color: rgb(179,49,66); }
td.TdClassName
{
border-color: #B33142;
}
.TagClassName
{
border-color: #B33142;
}
</style>