Shades of Rust #A53502
Tints of Rust #A53502
RGB
CMYK
RGB Variations
Color information
#A53502 (or 0xA53502) is known color: Rust. HEX triplet: A5, 35 and 02. RGB value is (165,53,2). Sum of RGB (Red+Green+Blue) = 165+53+2=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A53502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53502 is #5ACAFD. Grayscale: #505050. Windows color (decimal): -5950206 or 144805. OLE color: 144805.
HSL color Cylindrical-coordinate representation of color #A53502: hue angle of 18.77º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A53502 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 53 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.35 |
| HSL | 18.77º | 0.98% | 0.33% | - |
| HSV(B) | 18.77º | 0.99% | 0.65% | - |
| XYZ | 16.8 | 10.55 | 1.21 | - |
| YUV | 80.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 2 | 0 | 0.68 | 0.99 | 0.35 | 18.77 | 0.98 | 0.33 |
| Hex | A5 | 35 | 2 | 0 | 44 | 63 | 23 | 13 | 62 | 21 |
| Octal | 245 | 65 | 2 | 0 | 104 | 143 | 43 | 23 | 142 | 41 |
| Binary | 10100101 | 110101 | 10 | 0 | 1000100 | 1100011 | 100011 | 10011 | 1100010 | 100001 |
Color Harmonies of #A53502
Complementary color
Monochromatic Colors of #A53502
Black with #A53502
Text Example
Text Example
White with #A53502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53502; }
p { color: rgb(165,53,2); }
H1.HeaderClassName
{
color: #A53502;
}
.AnyTagClassName
{
color: #A53502;
}
</style>
background-color css
<style>
a { background-color: #A53502; }
a { background-color: rgb(165,53,2); }
div.DivClassName
{
background-color: #A53502;
}
.BgClassName
{
background-color: #A53502;
}
</style>
border-color css
<style>
span { border-color: #A53502; }
span { border-color: rgb(165,53,2); }
td.TdClassName
{
border-color: #A53502;
}
.TagClassName
{
border-color: #A53502;
}
</style>