Shades of Old Rose #B3304C
Tints of Old Rose #B3304C
RGB
CMYK
RGB Variations
Color information
#B3304C (or 0xB3304C) is known color: Old Rose. HEX triplet: B3, 30 and 4C. RGB value is (179,48,76). Sum of RGB (Red+Green+Blue) = 179+48+76=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B3304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3304C is #4CCFB3. Grayscale: #5A5A5A. Windows color (decimal): -5033908 or 4993203. OLE color: 4993203.
HSL color Cylindrical-coordinate representation of color #B3304C: hue angle of 347.18º 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 #B3304C is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 76 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.30 |
| HSL | 347.18º | 0.58% | 0.45% | - |
| HSV(B) | 347.18º | 0.73% | 0.7% | - |
| XYZ | 20.95 | 12.22 | 8.09 | - |
| YUV | 90.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 76 | 0 | 0.73 | 0.58 | 0.30 | 347.18 | 0.58 | 0.45 |
| Hex | B3 | 30 | 4C | 0 | 49 | 3A | 1E | 15B | 3A | 2D |
| Octal | 263 | 60 | 114 | 0 | 111 | 72 | 36 | 533 | 72 | 55 |
| Binary | 10110011 | 110000 | 1001100 | 0 | 1001001 | 111010 | 11110 | 101011011 | 111010 | 101101 |
Color Harmonies of #B3304C
Complementary color
Monochromatic Colors of #B3304C
Black with #B3304C
Text Example
Text Example
White with #B3304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3304C; }
p { color: rgb(179,48,76); }
H1.HeaderClassName
{
color: #B3304C;
}
.AnyTagClassName
{
color: #B3304C;
}
</style>
background-color css
<style>
a { background-color: #B3304C; }
a { background-color: rgb(179,48,76); }
div.DivClassName
{
background-color: #B3304C;
}
.BgClassName
{
background-color: #B3304C;
}
</style>
border-color css
<style>
span { border-color: #B3304C; }
span { border-color: rgb(179,48,76); }
td.TdClassName
{
border-color: #B3304C;
}
.TagClassName
{
border-color: #B3304C;
}
</style>