Shades of Old Rose #B3295C
Tints of Old Rose #B3295C
RGB
CMYK
RGB Variations
Color information
#B3295C (or 0xB3295C) is known color: Old Rose. HEX triplet: B3, 29 and 5C. RGB value is (179,41,92). Sum of RGB (Red+Green+Blue) = 179+41+92=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B3295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3295C is #4CD6A3. Grayscale: #585858. Windows color (decimal): -5035684 or 6039987. OLE color: 6039987.
HSL color Cylindrical-coordinate representation of color #B3295C: hue angle of 337.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3295C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 92 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.30 |
| HSL | 337.83º | 0.63% | 0.43% | - |
| HSV(B) | 337.83º | 0.77% | 0.7% | - |
| XYZ | 21.32 | 11.94 | 11.31 | - |
| YUV | 88.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 92 | 0 | 0.77 | 0.49 | 0.30 | 337.83 | 0.63 | 0.43 |
| Hex | B3 | 29 | 5C | 0 | 4D | 31 | 1E | 152 | 3F | 2B |
| Octal | 263 | 51 | 134 | 0 | 115 | 61 | 36 | 522 | 77 | 53 |
| Binary | 10110011 | 101001 | 1011100 | 0 | 1001101 | 110001 | 11110 | 101010010 | 111111 | 101011 |
Color Harmonies of #B3295C
Complementary color
Monochromatic Colors of #B3295C
Black with #B3295C
Text Example
Text Example
White with #B3295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3295C; }
p { color: rgb(179,41,92); }
H1.HeaderClassName
{
color: #B3295C;
}
.AnyTagClassName
{
color: #B3295C;
}
</style>
background-color css
<style>
a { background-color: #B3295C; }
a { background-color: rgb(179,41,92); }
div.DivClassName
{
background-color: #B3295C;
}
.BgClassName
{
background-color: #B3295C;
}
</style>
border-color css
<style>
span { border-color: #B3295C; }
span { border-color: rgb(179,41,92); }
td.TdClassName
{
border-color: #B3295C;
}
.TagClassName
{
border-color: #B3295C;
}
</style>