Shades of Rust #A3390E
Tints of Rust #A3390E
RGB
CMYK
RGB Variations
Color information
#A3390E (or 0xA3390E) is known color: Rust. HEX triplet: A3, 39 and 0E. RGB value is (163,57,14). Sum of RGB (Red+Green+Blue) = 163+57+14=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A3390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3390E is #5CC6F1. Grayscale: #545454. Windows color (decimal): -6080242 or 932259. OLE color: 932259.
HSL color Cylindrical-coordinate representation of color #A3390E: hue angle of 17.32º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3390E is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 14 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.36 |
| HSL | 17.32º | 0.84% | 0.35% | - |
| HSV(B) | 17.32º | 0.91% | 0.64% | - |
| XYZ | 16.65 | 10.74 | 1.61 | - |
| YUV | 83.79 | 88.62 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 14 | 0 | 0.65 | 0.91 | 0.36 | 17.32 | 0.84 | 0.35 |
| Hex | A3 | 39 | E | 0 | 41 | 5B | 24 | 11 | 54 | 23 |
| Octal | 243 | 71 | 16 | 0 | 101 | 133 | 44 | 21 | 124 | 43 |
| Binary | 10100011 | 111001 | 1110 | 0 | 1000001 | 1011011 | 100100 | 10001 | 1010100 | 100011 |
Color Harmonies of #A3390E
Complementary color
Monochromatic Colors of #A3390E
Black with #A3390E
Text Example
Text Example
White with #A3390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3390E; }
p { color: rgb(163,57,14); }
H1.HeaderClassName
{
color: #A3390E;
}
.AnyTagClassName
{
color: #A3390E;
}
</style>
background-color css
<style>
a { background-color: #A3390E; }
a { background-color: rgb(163,57,14); }
div.DivClassName
{
background-color: #A3390E;
}
.BgClassName
{
background-color: #A3390E;
}
</style>
border-color css
<style>
span { border-color: #A3390E; }
span { border-color: rgb(163,57,14); }
td.TdClassName
{
border-color: #A3390E;
}
.TagClassName
{
border-color: #A3390E;
}
</style>