Shades of Old Rose #B3304D
Tints of Old Rose #B3304D
RGB
CMYK
RGB Variations
Color information
#B3304D (or 0xB3304D) is known color: Old Rose. HEX triplet: B3, 30 and 4D. RGB value is (179,48,77). Sum of RGB (Red+Green+Blue) = 179+48+77=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B3304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3304D is #4CCFB2. Grayscale: #5A5A5A. Windows color (decimal): -5033907 or 5058739. OLE color: 5058739.
HSL color Cylindrical-coordinate representation of color #B3304D: hue angle of 346.72º degrees, saturation: 0.58, 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 #B3304D is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 77 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.30 |
| HSL | 346.72º | 0.58% | 0.45% | - |
| HSV(B) | 346.72º | 0.73% | 0.7% | - |
| XYZ | 20.99 | 12.23 | 8.28 | - |
| YUV | 90.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 77 | 0 | 0.73 | 0.57 | 0.30 | 346.72 | 0.58 | 0.45 |
| Hex | B3 | 30 | 4D | 0 | 49 | 39 | 1E | 15B | 3A | 2D |
| Octal | 263 | 60 | 115 | 0 | 111 | 71 | 36 | 533 | 72 | 55 |
| Binary | 10110011 | 110000 | 1001101 | 0 | 1001001 | 111001 | 11110 | 101011011 | 111010 | 101101 |
Color Harmonies of #B3304D
Complementary color
Monochromatic Colors of #B3304D
Black with #B3304D
Text Example
Text Example
White with #B3304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3304D; }
p { color: rgb(179,48,77); }
H1.HeaderClassName
{
color: #B3304D;
}
.AnyTagClassName
{
color: #B3304D;
}
</style>
background-color css
<style>
a { background-color: #B3304D; }
a { background-color: rgb(179,48,77); }
div.DivClassName
{
background-color: #B3304D;
}
.BgClassName
{
background-color: #B3304D;
}
</style>
border-color css
<style>
span { border-color: #B3304D; }
span { border-color: rgb(179,48,77); }
td.TdClassName
{
border-color: #B3304D;
}
.TagClassName
{
border-color: #B3304D;
}
</style>