Shades of Rust #A5350A
Tints of Rust #A5350A
RGB
CMYK
RGB Variations
Color information
#A5350A (or 0xA5350A) is known color: Rust. HEX triplet: A5, 35 and 0A. RGB value is (165,53,10). Sum of RGB (Red+Green+Blue) = 165+53+10=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A5350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5350A is #5ACAF5. Grayscale: #515151. Windows color (decimal): -5950198 or 669093. OLE color: 669093.
HSL color Cylindrical-coordinate representation of color #A5350A: hue angle of 16.65º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5350A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 53 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.35 |
| HSL | 16.65º | 0.89% | 0.34% | - |
| HSV(B) | 16.65º | 0.94% | 0.65% | - |
| XYZ | 16.84 | 10.57 | 1.44 | - |
| YUV | 81.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 10 | 0 | 0.68 | 0.94 | 0.35 | 16.65 | 0.89 | 0.34 |
| Hex | A5 | 35 | A | 0 | 44 | 5E | 23 | 11 | 59 | 22 |
| Octal | 245 | 65 | 12 | 0 | 104 | 136 | 43 | 21 | 131 | 42 |
| Binary | 10100101 | 110101 | 1010 | 0 | 1000100 | 1011110 | 100011 | 10001 | 1011001 | 100010 |
Color Harmonies of #A5350A
Complementary color
Monochromatic Colors of #A5350A
Black with #A5350A
Text Example
Text Example
White with #A5350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5350A; }
p { color: rgb(165,53,10); }
H1.HeaderClassName
{
color: #A5350A;
}
.AnyTagClassName
{
color: #A5350A;
}
</style>
background-color css
<style>
a { background-color: #A5350A; }
a { background-color: rgb(165,53,10); }
div.DivClassName
{
background-color: #A5350A;
}
.BgClassName
{
background-color: #A5350A;
}
</style>
border-color css
<style>
span { border-color: #A5350A; }
span { border-color: rgb(165,53,10); }
td.TdClassName
{
border-color: #A5350A;
}
.TagClassName
{
border-color: #A5350A;
}
</style>