Shades of Old Rose #B3314D
Tints of Old Rose #B3314D
RGB
CMYK
RGB Variations
Color information
#B3314D (or 0xB3314D) is known color: Old Rose. HEX triplet: B3, 31 and 4D. RGB value is (179,49,77). Sum of RGB (Red+Green+Blue) = 179+49+77=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3314D is #4CCEB2. Grayscale: #5B5B5B. Windows color (decimal): -5033651 or 5058995. OLE color: 5058995.
HSL color Cylindrical-coordinate representation of color #B3314D: hue angle of 347.08º 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 #B3314D is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 77 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.30 |
| HSL | 347.08º | 0.57% | 0.45% | - |
| HSV(B) | 347.08º | 0.73% | 0.7% | - |
| XYZ | 21.03 | 12.32 | 8.29 | - |
| YUV | 91.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 77 | 0 | 0.73 | 0.57 | 0.30 | 347.08 | 0.57 | 0.45 |
| Hex | B3 | 31 | 4D | 0 | 49 | 39 | 1E | 15B | 39 | 2D |
| Octal | 263 | 61 | 115 | 0 | 111 | 71 | 36 | 533 | 71 | 55 |
| Binary | 10110011 | 110001 | 1001101 | 0 | 1001001 | 111001 | 11110 | 101011011 | 111001 | 101101 |
Color Harmonies of #B3314D
Complementary color
Monochromatic Colors of #B3314D
Black with #B3314D
Text Example
Text Example
White with #B3314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3314D; }
p { color: rgb(179,49,77); }
H1.HeaderClassName
{
color: #B3314D;
}
.AnyTagClassName
{
color: #B3314D;
}
</style>
background-color css
<style>
a { background-color: #B3314D; }
a { background-color: rgb(179,49,77); }
div.DivClassName
{
background-color: #B3314D;
}
.BgClassName
{
background-color: #B3314D;
}
</style>
border-color css
<style>
span { border-color: #B3314D; }
span { border-color: rgb(179,49,77); }
td.TdClassName
{
border-color: #B3314D;
}
.TagClassName
{
border-color: #B3314D;
}
</style>