Shades of Rust #A3410D
Tints of Rust #A3410D
RGB
CMYK
RGB Variations
Color information
#A3410D (or 0xA3410D) is known color: Rust. HEX triplet: A3, 41 and 0D. RGB value is (163,65,13). Sum of RGB (Red+Green+Blue) = 163+65+13=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3410D is #5CBEF2. Grayscale: #585858. Windows color (decimal): -6078195 or 868771. OLE color: 868771.
HSL color Cylindrical-coordinate representation of color #A3410D: hue angle of 20.8º 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 #A3410D is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 13 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.36 |
| HSL | 20.8º | 0.85% | 0.35% | - |
| HSV(B) | 20.8º | 0.92% | 0.64% | - |
| XYZ | 17.07 | 11.6 | 1.72 | - |
| YUV | 88.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 13 | 0 | 0.60 | 0.92 | 0.36 | 20.8 | 0.85 | 0.35 |
| Hex | A3 | 41 | D | 0 | 3C | 5C | 24 | 15 | 55 | 23 |
| Octal | 243 | 101 | 15 | 0 | 74 | 134 | 44 | 25 | 125 | 43 |
| Binary | 10100011 | 1000001 | 1101 | 0 | 111100 | 1011100 | 100100 | 10101 | 1010101 | 100011 |
Color Harmonies of #A3410D
Complementary color
Monochromatic Colors of #A3410D
Black with #A3410D
Text Example
Text Example
White with #A3410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3410D; }
p { color: rgb(163,65,13); }
H1.HeaderClassName
{
color: #A3410D;
}
.AnyTagClassName
{
color: #A3410D;
}
</style>
background-color css
<style>
a { background-color: #A3410D; }
a { background-color: rgb(163,65,13); }
div.DivClassName
{
background-color: #A3410D;
}
.BgClassName
{
background-color: #A3410D;
}
</style>
border-color css
<style>
span { border-color: #A3410D; }
span { border-color: rgb(163,65,13); }
td.TdClassName
{
border-color: #A3410D;
}
.TagClassName
{
border-color: #A3410D;
}
</style>