Shades of Old Rose #B3394F
Tints of Old Rose #B3394F
RGB
CMYK
RGB Variations
Color information
#B3394F (or 0xB3394F) is known color: Old Rose. HEX triplet: B3, 39 and 4F. RGB value is (179,57,79). Sum of RGB (Red+Green+Blue) = 179+57+79=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B3394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3394F is #4CC6B0. Grayscale: #606060. Windows color (decimal): -5031601 or 5192115. OLE color: 5192115.
HSL color Cylindrical-coordinate representation of color #B3394F: hue angle of 349.18º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3394F is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 79 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.30 |
| HSL | 349.18º | 0.52% | 0.46% | - |
| HSV(B) | 349.18º | 0.68% | 0.7% | - |
| XYZ | 21.46 | 13.07 | 8.79 | - |
| YUV | 95.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 79 | 0 | 0.68 | 0.56 | 0.30 | 349.18 | 0.52 | 0.46 |
| Hex | B3 | 39 | 4F | 0 | 44 | 38 | 1E | 15D | 34 | 2E |
| Octal | 263 | 71 | 117 | 0 | 104 | 70 | 36 | 535 | 64 | 56 |
| Binary | 10110011 | 111001 | 1001111 | 0 | 1000100 | 111000 | 11110 | 101011101 | 110100 | 101110 |
Color Harmonies of #B3394F
Complementary color
Monochromatic Colors of #B3394F
Black with #B3394F
Text Example
Text Example
White with #B3394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3394F; }
p { color: rgb(179,57,79); }
H1.HeaderClassName
{
color: #B3394F;
}
.AnyTagClassName
{
color: #B3394F;
}
</style>
background-color css
<style>
a { background-color: #B3394F; }
a { background-color: rgb(179,57,79); }
div.DivClassName
{
background-color: #B3394F;
}
.BgClassName
{
background-color: #B3394F;
}
</style>
border-color css
<style>
span { border-color: #B3394F; }
span { border-color: rgb(179,57,79); }
td.TdClassName
{
border-color: #B3394F;
}
.TagClassName
{
border-color: #B3394F;
}
</style>