Shades of Rust #A83D07
Tints of Rust #A83D07
RGB
CMYK
RGB Variations
Color information
#A83D07 (or 0xA83D07) is known color: Rust. HEX triplet: A8, 3D and 07. RGB value is (168,61,7). Sum of RGB (Red+Green+Blue) = 168+61+7=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83D07 is #57C2F8. Grayscale: #575757. Windows color (decimal): -5751545 or 474536. OLE color: 474536.
HSL color Cylindrical-coordinate representation of color #A83D07: hue angle of 20.12º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A83D07 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.34 |
| HSL | 20.12º | 0.92% | 0.34% | - |
| HSV(B) | 20.12º | 0.96% | 0.66% | - |
| XYZ | 17.86 | 11.68 | 1.51 | - |
| YUV | 86.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 7 | 0 | 0.64 | 0.96 | 0.34 | 20.12 | 0.92 | 0.34 |
| Hex | A8 | 3D | 7 | 0 | 40 | 60 | 22 | 14 | 5C | 22 |
| Octal | 250 | 75 | 7 | 0 | 100 | 140 | 42 | 24 | 134 | 42 |
| Binary | 10101000 | 111101 | 111 | 0 | 1000000 | 1100000 | 100010 | 10100 | 1011100 | 100010 |
Color Harmonies of #A83D07
Complementary color
Monochromatic Colors of #A83D07
Black with #A83D07
Text Example
Text Example
White with #A83D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D07; }
p { color: rgb(168,61,7); }
H1.HeaderClassName
{
color: #A83D07;
}
.AnyTagClassName
{
color: #A83D07;
}
</style>
background-color css
<style>
a { background-color: #A83D07; }
a { background-color: rgb(168,61,7); }
div.DivClassName
{
background-color: #A83D07;
}
.BgClassName
{
background-color: #A83D07;
}
</style>
border-color css
<style>
span { border-color: #A83D07; }
span { border-color: rgb(168,61,7); }
td.TdClassName
{
border-color: #A83D07;
}
.TagClassName
{
border-color: #A83D07;
}
</style>