Shades of Rust #A84019
Tints of Rust #A84019
RGB
CMYK
RGB Variations
Color information
#A84019 (or 0xA84019) is known color: Rust. HEX triplet: A8, 40 and 19. RGB value is (168,64,25). Sum of RGB (Red+Green+Blue) = 168+64+25=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A84019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84019 is #57BFE6. Grayscale: #5A5A5A. Windows color (decimal): -5750759 or 1654952. OLE color: 1654952.
HSL color Cylindrical-coordinate representation of color #A84019: hue angle of 16.36º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A84019 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 25 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.34 |
| HSL | 16.36º | 0.74% | 0.38% | - |
| HSV(B) | 16.36º | 0.85% | 0.66% | - |
| XYZ | 18.16 | 12.06 | 2.29 | - |
| YUV | 90.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 25 | 0 | 0.62 | 0.85 | 0.34 | 16.36 | 0.74 | 0.38 |
| Hex | A8 | 40 | 19 | 0 | 3E | 55 | 22 | 10 | 4A | 26 |
| Octal | 250 | 100 | 31 | 0 | 76 | 125 | 42 | 20 | 112 | 46 |
| Binary | 10101000 | 1000000 | 11001 | 0 | 111110 | 1010101 | 100010 | 10000 | 1001010 | 100110 |
Color Harmonies of #A84019
Complementary color
Monochromatic Colors of #A84019
Black with #A84019
Text Example
Text Example
White with #A84019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84019; }
p { color: rgb(168,64,25); }
H1.HeaderClassName
{
color: #A84019;
}
.AnyTagClassName
{
color: #A84019;
}
</style>
background-color css
<style>
a { background-color: #A84019; }
a { background-color: rgb(168,64,25); }
div.DivClassName
{
background-color: #A84019;
}
.BgClassName
{
background-color: #A84019;
}
</style>
border-color css
<style>
span { border-color: #A84019; }
span { border-color: rgb(168,64,25); }
td.TdClassName
{
border-color: #A84019;
}
.TagClassName
{
border-color: #A84019;
}
</style>