Shades of Tuscany #B3583D
Tints of Tuscany #B3583D
RGB
CMYK
RGB Variations
Color information
#B3583D (or 0xB3583D) is known color: Tuscany. HEX triplet: B3, 58 and 3D. RGB value is (179,88,61). Sum of RGB (Red+Green+Blue) = 179+88+61=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B3583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3583D is #4CA7C2. Grayscale: #707070. Windows color (decimal): -5023683 or 4020403. OLE color: 4020403.
HSL color Cylindrical-coordinate representation of color #B3583D: hue angle of 13.73º degrees, saturation: 0.49, 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 #B3583D is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 61 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.30 |
| HSL | 13.73º | 0.49% | 0.47% | - |
| HSV(B) | 13.73º | 0.66% | 0.7% | - |
| XYZ | 22.92 | 16.9 | 6.47 | - |
| YUV | 112.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 61 | 0 | 0.51 | 0.66 | 0.30 | 13.73 | 0.49 | 0.47 |
| Hex | B3 | 58 | 3D | 0 | 33 | 42 | 1E | E | 31 | 2F |
| Octal | 263 | 130 | 75 | 0 | 63 | 102 | 36 | 16 | 61 | 57 |
| Binary | 10110011 | 1011000 | 111101 | 0 | 110011 | 1000010 | 11110 | 1110 | 110001 | 101111 |
Color Harmonies of #B3583D
Complementary color
Monochromatic Colors of #B3583D
Black with #B3583D
Text Example
Text Example
White with #B3583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3583D; }
p { color: rgb(179,88,61); }
H1.HeaderClassName
{
color: #B3583D;
}
.AnyTagClassName
{
color: #B3583D;
}
</style>
background-color css
<style>
a { background-color: #B3583D; }
a { background-color: rgb(179,88,61); }
div.DivClassName
{
background-color: #B3583D;
}
.BgClassName
{
background-color: #B3583D;
}
</style>
border-color css
<style>
span { border-color: #B3583D; }
span { border-color: rgb(179,88,61); }
td.TdClassName
{
border-color: #B3583D;
}
.TagClassName
{
border-color: #B3583D;
}
</style>