Shades of Rust #A8400F
Tints of Rust #A8400F
RGB
CMYK
RGB Variations
Color information
#A8400F (or 0xA8400F) is known color: Rust. HEX triplet: A8, 40 and 0F. RGB value is (168,64,15). Sum of RGB (Red+Green+Blue) = 168+64+15=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8400F is #57BFF0. Grayscale: #595959. Windows color (decimal): -5750769 or 999592. OLE color: 999592.
HSL color Cylindrical-coordinate representation of color #A8400F: hue angle of 19.22º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8400F is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 15 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.34 |
| HSL | 19.22º | 0.84% | 0.36% | - |
| HSV(B) | 19.22º | 0.91% | 0.66% | - |
| XYZ | 18.07 | 12.03 | 1.82 | - |
| YUV | 89.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 15 | 0 | 0.62 | 0.91 | 0.34 | 19.22 | 0.84 | 0.36 |
| Hex | A8 | 40 | F | 0 | 3E | 5B | 22 | 13 | 54 | 24 |
| Octal | 250 | 100 | 17 | 0 | 76 | 133 | 42 | 23 | 124 | 44 |
| Binary | 10101000 | 1000000 | 1111 | 0 | 111110 | 1011011 | 100010 | 10011 | 1010100 | 100100 |
Color Harmonies of #A8400F
Complementary color
Monochromatic Colors of #A8400F
Black with #A8400F
Text Example
Text Example
White with #A8400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8400F; }
p { color: rgb(168,64,15); }
H1.HeaderClassName
{
color: #A8400F;
}
.AnyTagClassName
{
color: #A8400F;
}
</style>
background-color css
<style>
a { background-color: #A8400F; }
a { background-color: rgb(168,64,15); }
div.DivClassName
{
background-color: #A8400F;
}
.BgClassName
{
background-color: #A8400F;
}
</style>
border-color css
<style>
span { border-color: #A8400F; }
span { border-color: rgb(168,64,15); }
td.TdClassName
{
border-color: #A8400F;
}
.TagClassName
{
border-color: #A8400F;
}
</style>