Shades of Auburn #70302E
Tints of Auburn #70302E
RGB
CMYK
RGB Variations
Color information
#70302E (or 0x70302E) is known color: Auburn. HEX triplet: 70, 30 and 2E. RGB value is (112,48,46). Sum of RGB (Red+Green+Blue) = 112+48+46=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70302E is #8FCFD1. Grayscale: #424242. Windows color (decimal): -9424850 or 3027056. OLE color: 3027056.
HSL color Cylindrical-coordinate representation of color #70302E: hue angle of 1.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70302E is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 46 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.56 |
| HSL | 1.82º | 0.42% | 0.31% | - |
| HSV(B) | 1.82º | 0.59% | 0.44% | - |
| XYZ | 8.23 | 5.76 | 3.26 | - |
| YUV | 66.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 46 | 0 | 0.57 | 0.59 | 0.56 | 1.82 | 0.42 | 0.31 |
| Hex | 70 | 30 | 2E | 0 | 39 | 3B | 38 | 2 | 2A | 1F |
| Octal | 160 | 60 | 56 | 0 | 71 | 73 | 70 | 2 | 52 | 37 |
| Binary | 1110000 | 110000 | 101110 | 0 | 111001 | 111011 | 111000 | 10 | 101010 | 11111 |
Color Harmonies of #70302E
Complementary color
Monochromatic Colors of #70302E
Black with #70302E
Text Example
Text Example
White with #70302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70302E; }
p { color: rgb(112,48,46); }
H1.HeaderClassName
{
color: #70302E;
}
.AnyTagClassName
{
color: #70302E;
}
</style>
background-color css
<style>
a { background-color: #70302E; }
a { background-color: rgb(112,48,46); }
div.DivClassName
{
background-color: #70302E;
}
.BgClassName
{
background-color: #70302E;
}
</style>
border-color css
<style>
span { border-color: #70302E; }
span { border-color: rgb(112,48,46); }
td.TdClassName
{
border-color: #70302E;
}
.TagClassName
{
border-color: #70302E;
}
</style>