Shades of Rust #A4430D
Tints of Rust #A4430D
RGB
CMYK
RGB Variations
Color information
#A4430D (or 0xA4430D) is known color: Rust. HEX triplet: A4, 43 and 0D. RGB value is (164,67,13). Sum of RGB (Red+Green+Blue) = 164+67+13=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A4430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4430D is #5BBCF2. Grayscale: #5A5A5A. Windows color (decimal): -6012147 or 869284. OLE color: 869284.
HSL color Cylindrical-coordinate representation of color #A4430D: hue angle of 21.46º 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 #A4430D is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 67 | 13 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.36 |
| HSL | 21.46º | 0.85% | 0.35% | - |
| HSV(B) | 21.46º | 0.92% | 0.64% | - |
| XYZ | 17.39 | 11.94 | 1.77 | - |
| YUV | 89.85 | 84.64 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 13 | 0 | 0.59 | 0.92 | 0.36 | 21.46 | 0.85 | 0.35 |
| Hex | A4 | 43 | D | 0 | 3B | 5C | 24 | 15 | 55 | 23 |
| Octal | 244 | 103 | 15 | 0 | 73 | 134 | 44 | 25 | 125 | 43 |
| Binary | 10100100 | 1000011 | 1101 | 0 | 111011 | 1011100 | 100100 | 10101 | 1010101 | 100011 |
Color Harmonies of #A4430D
Complementary color
Monochromatic Colors of #A4430D
Black with #A4430D
Text Example
Text Example
White with #A4430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4430D; }
p { color: rgb(164,67,13); }
H1.HeaderClassName
{
color: #A4430D;
}
.AnyTagClassName
{
color: #A4430D;
}
</style>
background-color css
<style>
a { background-color: #A4430D; }
a { background-color: rgb(164,67,13); }
div.DivClassName
{
background-color: #A4430D;
}
.BgClassName
{
background-color: #A4430D;
}
</style>
border-color css
<style>
span { border-color: #A4430D; }
span { border-color: rgb(164,67,13); }
td.TdClassName
{
border-color: #A4430D;
}
.TagClassName
{
border-color: #A4430D;
}
</style>