Shades of Old Rose #B3174C
Tints of Old Rose #B3174C
RGB
CMYK
RGB Variations
Color information
#B3174C (or 0xB3174C) is known color: Old Rose. HEX triplet: B3, 17 and 4C. RGB value is (179,23,76). Sum of RGB (Red+Green+Blue) = 179+23+76=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3174C is #4CE8B3. Grayscale: #4B4B4B. Windows color (decimal): -5040308 or 4986803. OLE color: 4986803.
HSL color Cylindrical-coordinate representation of color #B3174C: hue angle of 339.62º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3174C is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 76 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.30 |
| HSL | 339.62º | 0.77% | 0.4% | - |
| HSV(B) | 339.62º | 0.87% | 0.7% | - |
| XYZ | 20.2 | 10.72 | 7.84 | - |
| YUV | 75.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 76 | 0 | 0.87 | 0.58 | 0.30 | 339.62 | 0.77 | 0.4 |
| Hex | B3 | 17 | 4C | 0 | 57 | 3A | 1E | 154 | 4D | 28 |
| Octal | 263 | 27 | 114 | 0 | 127 | 72 | 36 | 524 | 115 | 50 |
| Binary | 10110011 | 10111 | 1001100 | 0 | 1010111 | 111010 | 11110 | 101010100 | 1001101 | 101000 |
Color Harmonies of #B3174C
Complementary color
Monochromatic Colors of #B3174C
Black with #B3174C
Text Example
Text Example
White with #B3174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3174C; }
p { color: rgb(179,23,76); }
H1.HeaderClassName
{
color: #B3174C;
}
.AnyTagClassName
{
color: #B3174C;
}
</style>
background-color css
<style>
a { background-color: #B3174C; }
a { background-color: rgb(179,23,76); }
div.DivClassName
{
background-color: #B3174C;
}
.BgClassName
{
background-color: #B3174C;
}
</style>
border-color css
<style>
span { border-color: #B3174C; }
span { border-color: rgb(179,23,76); }
td.TdClassName
{
border-color: #B3174C;
}
.TagClassName
{
border-color: #B3174C;
}
</style>