Shades of Rust #A83705
Tints of Rust #A83705
RGB
CMYK
RGB Variations
Color information
#A83705 (or 0xA83705) is known color: Rust. HEX triplet: A8, 37 and 05. RGB value is (168,55,5). Sum of RGB (Red+Green+Blue) = 168+55+5=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A83705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83705 is #57C8FA. Grayscale: #535353. Windows color (decimal): -5753083 or 341928. OLE color: 341928.
HSL color Cylindrical-coordinate representation of color #A83705: hue angle of 18.4º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A83705 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.34 |
| HSL | 18.4º | 0.94% | 0.34% | - |
| HSV(B) | 18.4º | 0.97% | 0.66% | - |
| XYZ | 17.54 | 11.07 | 1.36 | - |
| YUV | 83.09 | 83.94 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 5 | 0 | 0.67 | 0.97 | 0.34 | 18.4 | 0.94 | 0.34 |
| Hex | A8 | 37 | 5 | 0 | 43 | 61 | 22 | 12 | 5E | 22 |
| Octal | 250 | 67 | 5 | 0 | 103 | 141 | 42 | 22 | 136 | 42 |
| Binary | 10101000 | 110111 | 101 | 0 | 1000011 | 1100001 | 100010 | 10010 | 1011110 | 100010 |
Color Harmonies of #A83705
Complementary color
Monochromatic Colors of #A83705
Black with #A83705
Text Example
Text Example
White with #A83705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83705; }
p { color: rgb(168,55,5); }
H1.HeaderClassName
{
color: #A83705;
}
.AnyTagClassName
{
color: #A83705;
}
</style>
background-color css
<style>
a { background-color: #A83705; }
a { background-color: rgb(168,55,5); }
div.DivClassName
{
background-color: #A83705;
}
.BgClassName
{
background-color: #A83705;
}
</style>
border-color css
<style>
span { border-color: #A83705; }
span { border-color: rgb(168,55,5); }
td.TdClassName
{
border-color: #A83705;
}
.TagClassName
{
border-color: #A83705;
}
</style>