Shades of Old Rose #B33144
Tints of Old Rose #B33144
RGB
CMYK
RGB Variations
Color information
#B33144 (or 0xB33144) is known color: Old Rose. HEX triplet: B3, 31 and 44. RGB value is (179,49,68). Sum of RGB (Red+Green+Blue) = 179+49+68=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B33144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33144 is #4CCEBB. Grayscale: #5A5A5A. Windows color (decimal): -5033660 or 4469171. OLE color: 4469171.
HSL color Cylindrical-coordinate representation of color #B33144: hue angle of 351.23º 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 #B33144 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 68 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.30 |
| HSL | 351.23º | 0.57% | 0.45% | - |
| HSV(B) | 351.23º | 0.73% | 0.7% | - |
| XYZ | 20.73 | 12.2 | 6.73 | - |
| YUV | 90.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 68 | 0 | 0.73 | 0.62 | 0.30 | 351.23 | 0.57 | 0.45 |
| Hex | B3 | 31 | 44 | 0 | 49 | 3E | 1E | 15F | 39 | 2D |
| Octal | 263 | 61 | 104 | 0 | 111 | 76 | 36 | 537 | 71 | 55 |
| Binary | 10110011 | 110001 | 1000100 | 0 | 1001001 | 111110 | 11110 | 101011111 | 111001 | 101101 |
Color Harmonies of #B33144
Complementary color
Monochromatic Colors of #B33144
Black with #B33144
Text Example
Text Example
White with #B33144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33144; }
p { color: rgb(179,49,68); }
H1.HeaderClassName
{
color: #B33144;
}
.AnyTagClassName
{
color: #B33144;
}
</style>
background-color css
<style>
a { background-color: #B33144; }
a { background-color: rgb(179,49,68); }
div.DivClassName
{
background-color: #B33144;
}
.BgClassName
{
background-color: #B33144;
}
</style>
border-color css
<style>
span { border-color: #B33144; }
span { border-color: rgb(179,49,68); }
td.TdClassName
{
border-color: #B33144;
}
.TagClassName
{
border-color: #B33144;
}
</style>