Shades of Rust #A84010
Tints of Rust #A84010
RGB
CMYK
RGB Variations
Color information
#A84010 (or 0xA84010) is known color: Rust. HEX triplet: A8, 40 and 10. RGB value is (168,64,16). Sum of RGB (Red+Green+Blue) = 168+64+16=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A84010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84010 is #57BFEF. Grayscale: #595959. Windows color (decimal): -5750768 or 1065128. OLE color: 1065128.
HSL color Cylindrical-coordinate representation of color #A84010: hue angle of 18.95º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A84010 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 16 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.34 |
| HSL | 18.95º | 0.83% | 0.36% | - |
| HSV(B) | 18.95º | 0.9% | 0.66% | - |
| XYZ | 18.08 | 12.03 | 1.86 | - |
| YUV | 89.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 16 | 0 | 0.62 | 0.90 | 0.34 | 18.95 | 0.83 | 0.36 |
| Hex | A8 | 40 | 10 | 0 | 3E | 5A | 22 | 13 | 53 | 24 |
| Octal | 250 | 100 | 20 | 0 | 76 | 132 | 42 | 23 | 123 | 44 |
| Binary | 10101000 | 1000000 | 10000 | 0 | 111110 | 1011010 | 100010 | 10011 | 1010011 | 100100 |
Color Harmonies of #A84010
Complementary color
Monochromatic Colors of #A84010
Black with #A84010
Text Example
Text Example
White with #A84010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84010; }
p { color: rgb(168,64,16); }
H1.HeaderClassName
{
color: #A84010;
}
.AnyTagClassName
{
color: #A84010;
}
</style>
background-color css
<style>
a { background-color: #A84010; }
a { background-color: rgb(168,64,16); }
div.DivClassName
{
background-color: #A84010;
}
.BgClassName
{
background-color: #A84010;
}
</style>
border-color css
<style>
span { border-color: #A84010; }
span { border-color: rgb(168,64,16); }
td.TdClassName
{
border-color: #A84010;
}
.TagClassName
{
border-color: #A84010;
}
</style>