Shades of Rust #A3310D
Tints of Rust #A3310D
RGB
CMYK
RGB Variations
Color information
#A3310D (or 0xA3310D) is known color: Rust. HEX triplet: A3, 31 and 0D. RGB value is (163,49,13). Sum of RGB (Red+Green+Blue) = 163+49+13=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A3310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3310D is #5CCEF2. Grayscale: #4F4F4F. Windows color (decimal): -6082291 or 864675. OLE color: 864675.
HSL color Cylindrical-coordinate representation of color #A3310D: hue angle of 14.4º 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 #A3310D is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 13 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.36 |
| HSL | 14.4º | 0.85% | 0.35% | - |
| HSV(B) | 14.4º | 0.92% | 0.64% | - |
| XYZ | 16.28 | 10.01 | 1.46 | - |
| YUV | 78.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 13 | 0 | 0.70 | 0.92 | 0.36 | 14.4 | 0.85 | 0.35 |
| Hex | A3 | 31 | D | 0 | 46 | 5C | 24 | E | 55 | 23 |
| Octal | 243 | 61 | 15 | 0 | 106 | 134 | 44 | 16 | 125 | 43 |
| Binary | 10100011 | 110001 | 1101 | 0 | 1000110 | 1011100 | 100100 | 1110 | 1010101 | 100011 |
Color Harmonies of #A3310D
Complementary color
Monochromatic Colors of #A3310D
Black with #A3310D
Text Example
Text Example
White with #A3310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3310D; }
p { color: rgb(163,49,13); }
H1.HeaderClassName
{
color: #A3310D;
}
.AnyTagClassName
{
color: #A3310D;
}
</style>
background-color css
<style>
a { background-color: #A3310D; }
a { background-color: rgb(163,49,13); }
div.DivClassName
{
background-color: #A3310D;
}
.BgClassName
{
background-color: #A3310D;
}
</style>
border-color css
<style>
span { border-color: #A3310D; }
span { border-color: rgb(163,49,13); }
td.TdClassName
{
border-color: #A3310D;
}
.TagClassName
{
border-color: #A3310D;
}
</style>