Shades of Rust #A3490E
Tints of Rust #A3490E
RGB
CMYK
RGB Variations
Color information
#A3490E (or 0xA3490E) is known color: Rust. HEX triplet: A3, 49 and 0E. RGB value is (163,73,14). Sum of RGB (Red+Green+Blue) = 163+73+14=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A3490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3490E is #5CB6F1. Grayscale: #5D5D5D. Windows color (decimal): -6076146 or 936355. OLE color: 936355.
HSL color Cylindrical-coordinate representation of color #A3490E: hue angle of 23.76º 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 #A3490E is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 14 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.36 |
| HSL | 23.76º | 0.84% | 0.35% | - |
| HSV(B) | 23.76º | 0.91% | 0.64% | - |
| XYZ | 17.57 | 12.58 | 1.92 | - |
| YUV | 93.18 | 83.32 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 14 | 0 | 0.55 | 0.91 | 0.36 | 23.76 | 0.84 | 0.35 |
| Hex | A3 | 49 | E | 0 | 37 | 5B | 24 | 18 | 54 | 23 |
| Octal | 243 | 111 | 16 | 0 | 67 | 133 | 44 | 30 | 124 | 43 |
| Binary | 10100011 | 1001001 | 1110 | 0 | 110111 | 1011011 | 100100 | 11000 | 1010100 | 100011 |
Color Harmonies of #A3490E
Complementary color
Monochromatic Colors of #A3490E
Black with #A3490E
Text Example
Text Example
White with #A3490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3490E; }
p { color: rgb(163,73,14); }
H1.HeaderClassName
{
color: #A3490E;
}
.AnyTagClassName
{
color: #A3490E;
}
</style>
background-color css
<style>
a { background-color: #A3490E; }
a { background-color: rgb(163,73,14); }
div.DivClassName
{
background-color: #A3490E;
}
.BgClassName
{
background-color: #A3490E;
}
</style>
border-color css
<style>
span { border-color: #A3490E; }
span { border-color: rgb(163,73,14); }
td.TdClassName
{
border-color: #A3490E;
}
.TagClassName
{
border-color: #A3490E;
}
</style>