Shades of Old Rose #B33744
Tints of Old Rose #B33744
RGB
CMYK
RGB Variations
Color information
#B33744 (or 0xB33744) is known color: Old Rose. HEX triplet: B3, 37 and 44. RGB value is (179,55,68). Sum of RGB (Red+Green+Blue) = 179+55+68=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B33744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33744 is #4CC8BB. Grayscale: #5D5D5D. Windows color (decimal): -5032124 or 4470707. OLE color: 4470707.
HSL color Cylindrical-coordinate representation of color #B33744: hue angle of 353.71º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33744 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 68 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.30 |
| HSL | 353.71º | 0.53% | 0.46% | - |
| HSV(B) | 353.71º | 0.69% | 0.7% | - |
| XYZ | 21 | 12.73 | 6.82 | - |
| YUV | 93.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 68 | 0 | 0.69 | 0.62 | 0.30 | 353.71 | 0.53 | 0.46 |
| Hex | B3 | 37 | 44 | 0 | 45 | 3E | 1E | 162 | 35 | 2E |
| Octal | 263 | 67 | 104 | 0 | 105 | 76 | 36 | 542 | 65 | 56 |
| Binary | 10110011 | 110111 | 1000100 | 0 | 1000101 | 111110 | 11110 | 101100010 | 110101 | 101110 |
Color Harmonies of #B33744
Complementary color
Monochromatic Colors of #B33744
Black with #B33744
Text Example
Text Example
White with #B33744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33744; }
p { color: rgb(179,55,68); }
H1.HeaderClassName
{
color: #B33744;
}
.AnyTagClassName
{
color: #B33744;
}
</style>
background-color css
<style>
a { background-color: #B33744; }
a { background-color: rgb(179,55,68); }
div.DivClassName
{
background-color: #B33744;
}
.BgClassName
{
background-color: #B33744;
}
</style>
border-color css
<style>
span { border-color: #B33744; }
span { border-color: rgb(179,55,68); }
td.TdClassName
{
border-color: #B33744;
}
.TagClassName
{
border-color: #B33744;
}
</style>