Shades of Rust #A8420D
Tints of Rust #A8420D
RGB
CMYK
RGB Variations
Color information
#A8420D (or 0xA8420D) is known color: Rust. HEX triplet: A8, 42 and 0D. RGB value is (168,66,13). Sum of RGB (Red+Green+Blue) = 168+66+13=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8420D is #57BDF2. Grayscale: #5A5A5A. Windows color (decimal): -5750259 or 869032. OLE color: 869032.
HSL color Cylindrical-coordinate representation of color #A8420D: hue angle of 20.52º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8420D is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 13 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.34 |
| HSL | 20.52º | 0.86% | 0.35% | - |
| HSV(B) | 20.52º | 0.92% | 0.66% | - |
| XYZ | 18.17 | 12.25 | 1.79 | - |
| YUV | 90.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 13 | 0 | 0.61 | 0.92 | 0.34 | 20.52 | 0.86 | 0.35 |
| Hex | A8 | 42 | D | 0 | 3D | 5C | 22 | 15 | 56 | 23 |
| Octal | 250 | 102 | 15 | 0 | 75 | 134 | 42 | 25 | 126 | 43 |
| Binary | 10101000 | 1000010 | 1101 | 0 | 111101 | 1011100 | 100010 | 10101 | 1010110 | 100011 |
Color Harmonies of #A8420D
Complementary color
Monochromatic Colors of #A8420D
Black with #A8420D
Text Example
Text Example
White with #A8420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8420D; }
p { color: rgb(168,66,13); }
H1.HeaderClassName
{
color: #A8420D;
}
.AnyTagClassName
{
color: #A8420D;
}
</style>
background-color css
<style>
a { background-color: #A8420D; }
a { background-color: rgb(168,66,13); }
div.DivClassName
{
background-color: #A8420D;
}
.BgClassName
{
background-color: #A8420D;
}
</style>
border-color css
<style>
span { border-color: #A8420D; }
span { border-color: rgb(168,66,13); }
td.TdClassName
{
border-color: #A8420D;
}
.TagClassName
{
border-color: #A8420D;
}
</style>