Shades of Rust #A83700
Tints of Rust #A83700
RGB
CMYK
RGB Variations
Color information
#A83700 (or 0xA83700) is known color: Rust. HEX triplet: A8, 37 and 00. RGB value is (168,55,0). Sum of RGB (Red+Green+Blue) = 168+55+0=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A83700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83700 is #57C8FF. Grayscale: #525252. Windows color (decimal): -5753088 or 14248. OLE color: 14248.
HSL color Cylindrical-coordinate representation of color #A83700: hue angle of 19.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A83700 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.34 |
| HSL | 19.64º | 1% | 0.33% | - |
| HSV(B) | 19.64º | 1% | 0.66% | - |
| XYZ | 17.51 | 11.06 | 1.21 | - |
| YUV | 82.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 0 | 0 | 0.67 | 1 | 0.34 | 19.64 | 1 | 0.33 |
| Hex | A8 | 37 | 0 | 0 | 43 | 64 | 22 | 14 | 64 | 21 |
| Octal | 250 | 67 | 0 | 0 | 103 | 144 | 42 | 24 | 144 | 41 |
| Binary | 10101000 | 110111 | 0 | 0 | 1000011 | 1100100 | 100010 | 10100 | 1100100 | 100001 |
Color Harmonies of #A83700
Complementary color
Monochromatic Colors of #A83700
Black with #A83700
Text Example
Text Example
White with #A83700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83700; }
p { color: rgb(168,55,0); }
H1.HeaderClassName
{
color: #A83700;
}
.AnyTagClassName
{
color: #A83700;
}
</style>
background-color css
<style>
a { background-color: #A83700; }
a { background-color: rgb(168,55,0); }
div.DivClassName
{
background-color: #A83700;
}
.BgClassName
{
background-color: #A83700;
}
</style>
border-color css
<style>
span { border-color: #A83700; }
span { border-color: rgb(168,55,0); }
td.TdClassName
{
border-color: #A83700;
}
.TagClassName
{
border-color: #A83700;
}
</style>