Shades of Rust #A3440D
Tints of Rust #A3440D
RGB
CMYK
RGB Variations
Color information
#A3440D (or 0xA3440D) is known color: Rust. HEX triplet: A3, 44 and 0D. RGB value is (163,68,13). Sum of RGB (Red+Green+Blue) = 163+68+13=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A3440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3440D is #5CBBF2. Grayscale: #5A5A5A. Windows color (decimal): -6077427 or 869539. OLE color: 869539.
HSL color Cylindrical-coordinate representation of color #A3440D: hue angle of 22º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3440D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 13 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.36 |
| HSL | 22º | 0.85% | 0.35% | - |
| HSV(B) | 22º | 0.92% | 0.64% | - |
| XYZ | 17.24 | 11.95 | 1.78 | - |
| YUV | 90.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 13 | 0 | 0.58 | 0.92 | 0.36 | 22 | 0.85 | 0.35 |
| Hex | A3 | 44 | D | 0 | 3A | 5C | 24 | 16 | 55 | 23 |
| Octal | 243 | 104 | 15 | 0 | 72 | 134 | 44 | 26 | 125 | 43 |
| Binary | 10100011 | 1000100 | 1101 | 0 | 111010 | 1011100 | 100100 | 10110 | 1010101 | 100011 |
Color Harmonies of #A3440D
Complementary color
Monochromatic Colors of #A3440D
Black with #A3440D
Text Example
Text Example
White with #A3440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3440D; }
p { color: rgb(163,68,13); }
H1.HeaderClassName
{
color: #A3440D;
}
.AnyTagClassName
{
color: #A3440D;
}
</style>
background-color css
<style>
a { background-color: #A3440D; }
a { background-color: rgb(163,68,13); }
div.DivClassName
{
background-color: #A3440D;
}
.BgClassName
{
background-color: #A3440D;
}
</style>
border-color css
<style>
span { border-color: #A3440D; }
span { border-color: rgb(163,68,13); }
td.TdClassName
{
border-color: #A3440D;
}
.TagClassName
{
border-color: #A3440D;
}
</style>