Shades of Rust #A3390D
Tints of Rust #A3390D
RGB
CMYK
RGB Variations
Color information
#A3390D (or 0xA3390D) is known color: Rust. HEX triplet: A3, 39 and 0D. RGB value is (163,57,13). Sum of RGB (Red+Green+Blue) = 163+57+13=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A3390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3390D is #5CC6F2. Grayscale: #535353. Windows color (decimal): -6080243 or 866723. OLE color: 866723.
HSL color Cylindrical-coordinate representation of color #A3390D: hue angle of 17.6º 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 #A3390D is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 13 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.36 |
| HSL | 17.6º | 0.85% | 0.35% | - |
| HSV(B) | 17.6º | 0.92% | 0.64% | - |
| XYZ | 16.64 | 10.74 | 1.58 | - |
| YUV | 83.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 13 | 0 | 0.65 | 0.92 | 0.36 | 17.6 | 0.85 | 0.35 |
| Hex | A3 | 39 | D | 0 | 41 | 5C | 24 | 12 | 55 | 23 |
| Octal | 243 | 71 | 15 | 0 | 101 | 134 | 44 | 22 | 125 | 43 |
| Binary | 10100011 | 111001 | 1101 | 0 | 1000001 | 1011100 | 100100 | 10010 | 1010101 | 100011 |
Color Harmonies of #A3390D
Complementary color
Monochromatic Colors of #A3390D
Black with #A3390D
Text Example
Text Example
White with #A3390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3390D; }
p { color: rgb(163,57,13); }
H1.HeaderClassName
{
color: #A3390D;
}
.AnyTagClassName
{
color: #A3390D;
}
</style>
background-color css
<style>
a { background-color: #A3390D; }
a { background-color: rgb(163,57,13); }
div.DivClassName
{
background-color: #A3390D;
}
.BgClassName
{
background-color: #A3390D;
}
</style>
border-color css
<style>
span { border-color: #A3390D; }
span { border-color: rgb(163,57,13); }
td.TdClassName
{
border-color: #A3390D;
}
.TagClassName
{
border-color: #A3390D;
}
</style>