Shades of Old Rose #B33F47
Tints of Old Rose #B33F47
RGB
CMYK
RGB Variations
Color information
#B33F47 (or 0xB33F47) is known color: Old Rose. HEX triplet: B3, 3F and 47. RGB value is (179,63,71). Sum of RGB (Red+Green+Blue) = 179+63+71=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33F47 is #4CC0B8. Grayscale: #626262. Windows color (decimal): -5030073 or 4669363. OLE color: 4669363.
HSL color Cylindrical-coordinate representation of color #B33F47: hue angle of 355.86º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F47 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 71 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.30 |
| HSL | 355.86º | 0.48% | 0.47% | - |
| HSV(B) | 355.86º | 0.65% | 0.7% | - |
| XYZ | 21.51 | 13.59 | 7.45 | - |
| YUV | 98.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 71 | 0 | 0.65 | 0.60 | 0.30 | 355.86 | 0.48 | 0.47 |
| Hex | B3 | 3F | 47 | 0 | 41 | 3C | 1E | 164 | 30 | 2F |
| Octal | 263 | 77 | 107 | 0 | 101 | 74 | 36 | 544 | 60 | 57 |
| Binary | 10110011 | 111111 | 1000111 | 0 | 1000001 | 111100 | 11110 | 101100100 | 110000 | 101111 |
Color Harmonies of #B33F47
Complementary color
Monochromatic Colors of #B33F47
Black with #B33F47
Text Example
Text Example
White with #B33F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F47; }
p { color: rgb(179,63,71); }
H1.HeaderClassName
{
color: #B33F47;
}
.AnyTagClassName
{
color: #B33F47;
}
</style>
background-color css
<style>
a { background-color: #B33F47; }
a { background-color: rgb(179,63,71); }
div.DivClassName
{
background-color: #B33F47;
}
.BgClassName
{
background-color: #B33F47;
}
</style>
border-color css
<style>
span { border-color: #B33F47; }
span { border-color: rgb(179,63,71); }
td.TdClassName
{
border-color: #B33F47;
}
.TagClassName
{
border-color: #B33F47;
}
</style>