Shades of Rust #A83607
Tints of Rust #A83607
RGB
CMYK
RGB Variations
Color information
#A83607 (or 0xA83607) is known color: Rust. HEX triplet: A8, 36 and 07. RGB value is (168,54,7). Sum of RGB (Red+Green+Blue) = 168+54+7=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A83607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83607 is #57C9F8. Grayscale: #535353. Windows color (decimal): -5753337 or 472744. OLE color: 472744.
HSL color Cylindrical-coordinate representation of color #A83607: hue angle of 17.52º 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 #A83607 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.34 |
| HSL | 17.52º | 0.92% | 0.34% | - |
| HSV(B) | 17.52º | 0.96% | 0.66% | - |
| XYZ | 17.51 | 10.98 | 1.4 | - |
| YUV | 82.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 7 | 0 | 0.68 | 0.96 | 0.34 | 17.52 | 0.92 | 0.34 |
| Hex | A8 | 36 | 7 | 0 | 44 | 60 | 22 | 12 | 5C | 22 |
| Octal | 250 | 66 | 7 | 0 | 104 | 140 | 42 | 22 | 134 | 42 |
| Binary | 10101000 | 110110 | 111 | 0 | 1000100 | 1100000 | 100010 | 10010 | 1011100 | 100010 |
Color Harmonies of #A83607
Complementary color
Monochromatic Colors of #A83607
Black with #A83607
Text Example
Text Example
White with #A83607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83607; }
p { color: rgb(168,54,7); }
H1.HeaderClassName
{
color: #A83607;
}
.AnyTagClassName
{
color: #A83607;
}
</style>
background-color css
<style>
a { background-color: #A83607; }
a { background-color: rgb(168,54,7); }
div.DivClassName
{
background-color: #A83607;
}
.BgClassName
{
background-color: #A83607;
}
</style>
border-color css
<style>
span { border-color: #A83607; }
span { border-color: rgb(168,54,7); }
td.TdClassName
{
border-color: #A83607;
}
.TagClassName
{
border-color: #A83607;
}
</style>