Shades of Rust #A4310E
Tints of Rust #A4310E
RGB
CMYK
RGB Variations
Color information
#A4310E (or 0xA4310E) is known color: Rust. HEX triplet: A4, 31 and 0E. RGB value is (164,49,14). Sum of RGB (Red+Green+Blue) = 164+49+14=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A4310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4310E is #5BCEF1. Grayscale: #4F4F4F. Windows color (decimal): -6016754 or 930212. OLE color: 930212.
HSL color Cylindrical-coordinate representation of color #A4310E: hue angle of 14º degrees, saturation: 0.84, 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 #A4310E is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 49 | 14 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.36 |
| HSL | 14º | 0.84% | 0.35% | - |
| HSV(B) | 14º | 0.91% | 0.64% | - |
| XYZ | 16.49 | 10.12 | 1.5 | - |
| YUV | 79.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 14 | 0 | 0.70 | 0.91 | 0.36 | 14 | 0.84 | 0.35 |
| Hex | A4 | 31 | E | 0 | 46 | 5B | 24 | E | 54 | 23 |
| Octal | 244 | 61 | 16 | 0 | 106 | 133 | 44 | 16 | 124 | 43 |
| Binary | 10100100 | 110001 | 1110 | 0 | 1000110 | 1011011 | 100100 | 1110 | 1010100 | 100011 |
Color Harmonies of #A4310E
Complementary color
Monochromatic Colors of #A4310E
Black with #A4310E
Text Example
Text Example
White with #A4310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4310E; }
p { color: rgb(164,49,14); }
H1.HeaderClassName
{
color: #A4310E;
}
.AnyTagClassName
{
color: #A4310E;
}
</style>
background-color css
<style>
a { background-color: #A4310E; }
a { background-color: rgb(164,49,14); }
div.DivClassName
{
background-color: #A4310E;
}
.BgClassName
{
background-color: #A4310E;
}
</style>
border-color css
<style>
span { border-color: #A4310E; }
span { border-color: rgb(164,49,14); }
td.TdClassName
{
border-color: #A4310E;
}
.TagClassName
{
border-color: #A4310E;
}
</style>