Shades of Rust #A3470F
Tints of Rust #A3470F
RGB
CMYK
RGB Variations
Color information
#A3470F (or 0xA3470F) is known color: Rust. HEX triplet: A3, 47 and 0F. RGB value is (163,71,15). Sum of RGB (Red+Green+Blue) = 163+71+15=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A3470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3470F is #5CB8F0. Grayscale: #5C5C5C. Windows color (decimal): -6076657 or 1001379. OLE color: 1001379.
HSL color Cylindrical-coordinate representation of color #A3470F: hue angle of 22.7º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3470F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 71 | 15 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.36 |
| HSL | 22.7º | 0.83% | 0.35% | - |
| HSV(B) | 22.7º | 0.91% | 0.64% | - |
| XYZ | 17.44 | 12.33 | 1.91 | - |
| YUV | 92.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 15 | 0 | 0.56 | 0.91 | 0.36 | 22.7 | 0.83 | 0.35 |
| Hex | A3 | 47 | F | 0 | 38 | 5B | 24 | 17 | 53 | 23 |
| Octal | 243 | 107 | 17 | 0 | 70 | 133 | 44 | 27 | 123 | 43 |
| Binary | 10100011 | 1000111 | 1111 | 0 | 111000 | 1011011 | 100100 | 10111 | 1010011 | 100011 |
Color Harmonies of #A3470F
Complementary color
Monochromatic Colors of #A3470F
Black with #A3470F
Text Example
Text Example
White with #A3470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3470F; }
p { color: rgb(163,71,15); }
H1.HeaderClassName
{
color: #A3470F;
}
.AnyTagClassName
{
color: #A3470F;
}
</style>
background-color css
<style>
a { background-color: #A3470F; }
a { background-color: rgb(163,71,15); }
div.DivClassName
{
background-color: #A3470F;
}
.BgClassName
{
background-color: #A3470F;
}
</style>
border-color css
<style>
span { border-color: #A3470F; }
span { border-color: rgb(163,71,15); }
td.TdClassName
{
border-color: #A3470F;
}
.TagClassName
{
border-color: #A3470F;
}
</style>