Shades of Rust #A53701
Tints of Rust #A53701
RGB
CMYK
RGB Variations
Color information
#A53701 (or 0xA53701) is known color: Rust. HEX triplet: A5, 37 and 01. RGB value is (165,55,1). Sum of RGB (Red+Green+Blue) = 165+55+1=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A53701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53701 is #5AC8FE. Grayscale: #525252. Windows color (decimal): -5949695 or 79781. OLE color: 79781.
HSL color Cylindrical-coordinate representation of color #A53701: hue angle of 19.76º degrees, saturation: 0.99, 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 #A53701 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 55 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.35 |
| HSL | 19.76º | 0.99% | 0.33% | - |
| HSV(B) | 19.76º | 0.99% | 0.65% | - |
| XYZ | 16.89 | 10.73 | 1.21 | - |
| YUV | 81.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 1 | 0 | 0.67 | 0.99 | 0.35 | 19.76 | 0.99 | 0.33 |
| Hex | A5 | 37 | 1 | 0 | 43 | 63 | 23 | 14 | 63 | 21 |
| Octal | 245 | 67 | 1 | 0 | 103 | 143 | 43 | 24 | 143 | 41 |
| Binary | 10100101 | 110111 | 1 | 0 | 1000011 | 1100011 | 100011 | 10100 | 1100011 | 100001 |
Color Harmonies of #A53701
Complementary color
Monochromatic Colors of #A53701
Black with #A53701
Text Example
Text Example
White with #A53701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53701; }
p { color: rgb(165,55,1); }
H1.HeaderClassName
{
color: #A53701;
}
.AnyTagClassName
{
color: #A53701;
}
</style>
background-color css
<style>
a { background-color: #A53701; }
a { background-color: rgb(165,55,1); }
div.DivClassName
{
background-color: #A53701;
}
.BgClassName
{
background-color: #A53701;
}
</style>
border-color css
<style>
span { border-color: #A53701; }
span { border-color: rgb(165,55,1); }
td.TdClassName
{
border-color: #A53701;
}
.TagClassName
{
border-color: #A53701;
}
</style>