Shades of Rust #A84310
Tints of Rust #A84310
RGB
CMYK
RGB Variations
Color information
#A84310 (or 0xA84310) is known color: Rust. HEX triplet: A8, 43 and 10. RGB value is (168,67,16). Sum of RGB (Red+Green+Blue) = 168+67+16=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A84310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84310 is #57BCEF. Grayscale: #5B5B5B. Windows color (decimal): -5750000 or 1065896. OLE color: 1065896.
HSL color Cylindrical-coordinate representation of color #A84310: hue angle of 20.13º 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 #A84310 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 16 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.34 |
| HSL | 20.13º | 0.83% | 0.36% | - |
| HSV(B) | 20.13º | 0.9% | 0.66% | - |
| XYZ | 18.25 | 12.38 | 1.92 | - |
| YUV | 91.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 16 | 0 | 0.60 | 0.90 | 0.34 | 20.13 | 0.83 | 0.36 |
| Hex | A8 | 43 | 10 | 0 | 3C | 5A | 22 | 14 | 53 | 24 |
| Octal | 250 | 103 | 20 | 0 | 74 | 132 | 42 | 24 | 123 | 44 |
| Binary | 10101000 | 1000011 | 10000 | 0 | 111100 | 1011010 | 100010 | 10100 | 1010011 | 100100 |
Color Harmonies of #A84310
Complementary color
Monochromatic Colors of #A84310
Black with #A84310
Text Example
Text Example
White with #A84310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84310; }
p { color: rgb(168,67,16); }
H1.HeaderClassName
{
color: #A84310;
}
.AnyTagClassName
{
color: #A84310;
}
</style>
background-color css
<style>
a { background-color: #A84310; }
a { background-color: rgb(168,67,16); }
div.DivClassName
{
background-color: #A84310;
}
.BgClassName
{
background-color: #A84310;
}
</style>
border-color css
<style>
span { border-color: #A84310; }
span { border-color: rgb(168,67,16); }
td.TdClassName
{
border-color: #A84310;
}
.TagClassName
{
border-color: #A84310;
}
</style>