Shades of Rust #A3480A
Tints of Rust #A3480A
RGB
CMYK
RGB Variations
Color information
#A3480A (or 0xA3480A) is known color: Rust. HEX triplet: A3, 48 and 0A. RGB value is (163,72,10). Sum of RGB (Red+Green+Blue) = 163+72+10=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3480A is #5CB7F5. Grayscale: #5C5C5C. Windows color (decimal): -6076406 or 673955. OLE color: 673955.
HSL color Cylindrical-coordinate representation of color #A3480A: hue angle of 24.31º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3480A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.36 |
| HSL | 24.31º | 0.88% | 0.34% | - |
| HSV(B) | 24.31º | 0.94% | 0.64% | - |
| XYZ | 17.48 | 12.44 | 1.77 | - |
| YUV | 92.14 | 81.65 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 10 | 0 | 0.56 | 0.94 | 0.36 | 24.31 | 0.88 | 0.34 |
| Hex | A3 | 48 | A | 0 | 38 | 5E | 24 | 18 | 58 | 22 |
| Octal | 243 | 110 | 12 | 0 | 70 | 136 | 44 | 30 | 130 | 42 |
| Binary | 10100011 | 1001000 | 1010 | 0 | 111000 | 1011110 | 100100 | 11000 | 1011000 | 100010 |
Color Harmonies of #A3480A
Complementary color
Monochromatic Colors of #A3480A
Black with #A3480A
Text Example
Text Example
White with #A3480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3480A; }
p { color: rgb(163,72,10); }
H1.HeaderClassName
{
color: #A3480A;
}
.AnyTagClassName
{
color: #A3480A;
}
</style>
background-color css
<style>
a { background-color: #A3480A; }
a { background-color: rgb(163,72,10); }
div.DivClassName
{
background-color: #A3480A;
}
.BgClassName
{
background-color: #A3480A;
}
</style>
border-color css
<style>
span { border-color: #A3480A; }
span { border-color: rgb(163,72,10); }
td.TdClassName
{
border-color: #A3480A;
}
.TagClassName
{
border-color: #A3480A;
}
</style>