Shades of Tuscany #B3593C
Tints of Tuscany #B3593C
RGB
CMYK
RGB Variations
Color information
#B3593C (or 0xB3593C) is known color: Tuscany. HEX triplet: B3, 59 and 3C. RGB value is (179,89,60). Sum of RGB (Red+Green+Blue) = 179+89+60=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B3593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3593C is #4CA6C3. Grayscale: #707070. Windows color (decimal): -5023428 or 3955123. OLE color: 3955123.
HSL color Cylindrical-coordinate representation of color #B3593C: hue angle of 14.62º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3593C is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 89 | 60 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.30 |
| HSL | 14.62º | 0.5% | 0.47% | - |
| HSV(B) | 14.62º | 0.66% | 0.7% | - |
| XYZ | 22.98 | 17.05 | 6.36 | - |
| YUV | 112.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 60 | 0 | 0.50 | 0.66 | 0.30 | 14.62 | 0.5 | 0.47 |
| Hex | B3 | 59 | 3C | 0 | 32 | 42 | 1E | F | 32 | 2F |
| Octal | 263 | 131 | 74 | 0 | 62 | 102 | 36 | 17 | 62 | 57 |
| Binary | 10110011 | 1011001 | 111100 | 0 | 110010 | 1000010 | 11110 | 1111 | 110010 | 101111 |
Color Harmonies of #B3593C
Complementary color
Monochromatic Colors of #B3593C
Black with #B3593C
Text Example
Text Example
White with #B3593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3593C; }
p { color: rgb(179,89,60); }
H1.HeaderClassName
{
color: #B3593C;
}
.AnyTagClassName
{
color: #B3593C;
}
</style>
background-color css
<style>
a { background-color: #B3593C; }
a { background-color: rgb(179,89,60); }
div.DivClassName
{
background-color: #B3593C;
}
.BgClassName
{
background-color: #B3593C;
}
</style>
border-color css
<style>
span { border-color: #B3593C; }
span { border-color: rgb(179,89,60); }
td.TdClassName
{
border-color: #B3593C;
}
.TagClassName
{
border-color: #B3593C;
}
</style>