Shades of Rust #A83505
Tints of Rust #A83505
RGB
CMYK
RGB Variations
Color information
#A83505 (or 0xA83505) is known color: Rust. HEX triplet: A8, 35 and 05. RGB value is (168,53,5). Sum of RGB (Red+Green+Blue) = 168+53+5=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A83505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83505 is #57CAFA. Grayscale: #525252. Windows color (decimal): -5753595 or 341416. OLE color: 341416.
HSL color Cylindrical-coordinate representation of color #A83505: hue angle of 17.67º 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 #A83505 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.34 |
| HSL | 17.67º | 0.94% | 0.34% | - |
| HSV(B) | 17.67º | 0.97% | 0.66% | - |
| XYZ | 17.45 | 10.88 | 1.32 | - |
| YUV | 81.91 | 84.6 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 5 | 0 | 0.68 | 0.97 | 0.34 | 17.67 | 0.94 | 0.34 |
| Hex | A8 | 35 | 5 | 0 | 44 | 61 | 22 | 12 | 5E | 22 |
| Octal | 250 | 65 | 5 | 0 | 104 | 141 | 42 | 22 | 136 | 42 |
| Binary | 10101000 | 110101 | 101 | 0 | 1000100 | 1100001 | 100010 | 10010 | 1011110 | 100010 |
Color Harmonies of #A83505
Complementary color
Monochromatic Colors of #A83505
Black with #A83505
Text Example
Text Example
White with #A83505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83505; }
p { color: rgb(168,53,5); }
H1.HeaderClassName
{
color: #A83505;
}
.AnyTagClassName
{
color: #A83505;
}
</style>
background-color css
<style>
a { background-color: #A83505; }
a { background-color: rgb(168,53,5); }
div.DivClassName
{
background-color: #A83505;
}
.BgClassName
{
background-color: #A83505;
}
</style>
border-color css
<style>
span { border-color: #A83505; }
span { border-color: rgb(168,53,5); }
td.TdClassName
{
border-color: #A83505;
}
.TagClassName
{
border-color: #A83505;
}
</style>