Shades of Rust #A8350A
Tints of Rust #A8350A
RGB
CMYK
RGB Variations
Color information
#A8350A (or 0xA8350A) is known color: Rust. HEX triplet: A8, 35 and 0A. RGB value is (168,53,10). Sum of RGB (Red+Green+Blue) = 168+53+10=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8350A is #57CAF5. Grayscale: #525252. Windows color (decimal): -5753590 or 669096. OLE color: 669096.
HSL color Cylindrical-coordinate representation of color #A8350A: hue angle of 16.33º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8350A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.34 |
| HSL | 16.33º | 0.89% | 0.35% | - |
| HSV(B) | 16.33º | 0.94% | 0.66% | - |
| XYZ | 17.48 | 10.89 | 1.47 | - |
| YUV | 82.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 10 | 0 | 0.68 | 0.94 | 0.34 | 16.33 | 0.89 | 0.35 |
| Hex | A8 | 35 | A | 0 | 44 | 5E | 22 | 10 | 59 | 23 |
| Octal | 250 | 65 | 12 | 0 | 104 | 136 | 42 | 20 | 131 | 43 |
| Binary | 10101000 | 110101 | 1010 | 0 | 1000100 | 1011110 | 100010 | 10000 | 1011001 | 100011 |
Color Harmonies of #A8350A
Complementary color
Monochromatic Colors of #A8350A
Black with #A8350A
Text Example
Text Example
White with #A8350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8350A; }
p { color: rgb(168,53,10); }
H1.HeaderClassName
{
color: #A8350A;
}
.AnyTagClassName
{
color: #A8350A;
}
</style>
background-color css
<style>
a { background-color: #A8350A; }
a { background-color: rgb(168,53,10); }
div.DivClassName
{
background-color: #A8350A;
}
.BgClassName
{
background-color: #A8350A;
}
</style>
border-color css
<style>
span { border-color: #A8350A; }
span { border-color: rgb(168,53,10); }
td.TdClassName
{
border-color: #A8350A;
}
.TagClassName
{
border-color: #A8350A;
}
</style>