Shades of Old Rose #B3364D
Tints of Old Rose #B3364D
RGB
CMYK
RGB Variations
Color information
#B3364D (or 0xB3364D) is known color: Old Rose. HEX triplet: B3, 36 and 4D. RGB value is (179,54,77). Sum of RGB (Red+Green+Blue) = 179+54+77=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3364D is #4CC9B2. Grayscale: #5E5E5E. Windows color (decimal): -5032371 or 5060275. OLE color: 5060275.
HSL color Cylindrical-coordinate representation of color #B3364D: hue angle of 348.96º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3364D is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 77 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.30 |
| HSL | 348.96º | 0.54% | 0.46% | - |
| HSV(B) | 348.96º | 0.7% | 0.7% | - |
| XYZ | 21.25 | 12.76 | 8.36 | - |
| YUV | 94 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 77 | 0 | 0.70 | 0.57 | 0.30 | 348.96 | 0.54 | 0.46 |
| Hex | B3 | 36 | 4D | 0 | 46 | 39 | 1E | 15D | 36 | 2E |
| Octal | 263 | 66 | 115 | 0 | 106 | 71 | 36 | 535 | 66 | 56 |
| Binary | 10110011 | 110110 | 1001101 | 0 | 1000110 | 111001 | 11110 | 101011101 | 110110 | 101110 |
Color Harmonies of #B3364D
Complementary color
Monochromatic Colors of #B3364D
Black with #B3364D
Text Example
Text Example
White with #B3364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3364D; }
p { color: rgb(179,54,77); }
H1.HeaderClassName
{
color: #B3364D;
}
.AnyTagClassName
{
color: #B3364D;
}
</style>
background-color css
<style>
a { background-color: #B3364D; }
a { background-color: rgb(179,54,77); }
div.DivClassName
{
background-color: #B3364D;
}
.BgClassName
{
background-color: #B3364D;
}
</style>
border-color css
<style>
span { border-color: #B3364D; }
span { border-color: rgb(179,54,77); }
td.TdClassName
{
border-color: #B3364D;
}
.TagClassName
{
border-color: #B3364D;
}
</style>