Shades of Rust #A4400D
Tints of Rust #A4400D
RGB
CMYK
RGB Variations
Color information
#A4400D (or 0xA4400D) is known color: Rust. HEX triplet: A4, 40 and 0D. RGB value is (164,64,13). Sum of RGB (Red+Green+Blue) = 164+64+13=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A4400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4400D is #5BBFF2. Grayscale: #585858. Windows color (decimal): -6012915 or 868516. OLE color: 868516.
HSL color Cylindrical-coordinate representation of color #A4400D: hue angle of 20.26º 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 #A4400D is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 64 | 13 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.36 |
| HSL | 20.26º | 0.85% | 0.35% | - |
| HSV(B) | 20.26º | 0.92% | 0.64% | - |
| XYZ | 17.22 | 11.59 | 1.71 | - |
| YUV | 88.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 13 | 0 | 0.61 | 0.92 | 0.36 | 20.26 | 0.85 | 0.35 |
| Hex | A4 | 40 | D | 0 | 3D | 5C | 24 | 14 | 55 | 23 |
| Octal | 244 | 100 | 15 | 0 | 75 | 134 | 44 | 24 | 125 | 43 |
| Binary | 10100100 | 1000000 | 1101 | 0 | 111101 | 1011100 | 100100 | 10100 | 1010101 | 100011 |
Color Harmonies of #A4400D
Complementary color
Monochromatic Colors of #A4400D
Black with #A4400D
Text Example
Text Example
White with #A4400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4400D; }
p { color: rgb(164,64,13); }
H1.HeaderClassName
{
color: #A4400D;
}
.AnyTagClassName
{
color: #A4400D;
}
</style>
background-color css
<style>
a { background-color: #A4400D; }
a { background-color: rgb(164,64,13); }
div.DivClassName
{
background-color: #A4400D;
}
.BgClassName
{
background-color: #A4400D;
}
</style>
border-color css
<style>
span { border-color: #A4400D; }
span { border-color: rgb(164,64,13); }
td.TdClassName
{
border-color: #A4400D;
}
.TagClassName
{
border-color: #A4400D;
}
</style>