Shades of Rust #A8440E
Tints of Rust #A8440E
RGB
CMYK
RGB Variations
Color information
#A8440E (or 0xA8440E) is known color: Rust. HEX triplet: A8, 44 and 0E. RGB value is (168,68,14). Sum of RGB (Red+Green+Blue) = 168+68+14=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8440E is #57BBF1. Grayscale: #5C5C5C. Windows color (decimal): -5749746 or 935080. OLE color: 935080.
HSL color Cylindrical-coordinate representation of color #A8440E: hue angle of 21.04º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8440E is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 14 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.34 |
| HSL | 21.04º | 0.85% | 0.36% | - |
| HSV(B) | 21.04º | 0.92% | 0.66% | - |
| XYZ | 18.29 | 12.49 | 1.86 | - |
| YUV | 91.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 14 | 0 | 0.60 | 0.92 | 0.34 | 21.04 | 0.85 | 0.36 |
| Hex | A8 | 44 | E | 0 | 3C | 5C | 22 | 15 | 55 | 24 |
| Octal | 250 | 104 | 16 | 0 | 74 | 134 | 42 | 25 | 125 | 44 |
| Binary | 10101000 | 1000100 | 1110 | 0 | 111100 | 1011100 | 100010 | 10101 | 1010101 | 100100 |
Color Harmonies of #A8440E
Complementary color
Monochromatic Colors of #A8440E
Black with #A8440E
Text Example
Text Example
White with #A8440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8440E; }
p { color: rgb(168,68,14); }
H1.HeaderClassName
{
color: #A8440E;
}
.AnyTagClassName
{
color: #A8440E;
}
</style>
background-color css
<style>
a { background-color: #A8440E; }
a { background-color: rgb(168,68,14); }
div.DivClassName
{
background-color: #A8440E;
}
.BgClassName
{
background-color: #A8440E;
}
</style>
border-color css
<style>
span { border-color: #A8440E; }
span { border-color: rgb(168,68,14); }
td.TdClassName
{
border-color: #A8440E;
}
.TagClassName
{
border-color: #A8440E;
}
</style>