Shades of Rust #A53B01
Tints of Rust #A53B01
RGB
CMYK
RGB Variations
Color information
#A53B01 (or 0xA53B01) is known color: Rust. HEX triplet: A5, 3B and 01. RGB value is (165,59,1). Sum of RGB (Red+Green+Blue) = 165+59+1=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53B01 is #5AC4FE. Grayscale: #545454. Windows color (decimal): -5948671 or 80805. OLE color: 80805.
HSL color Cylindrical-coordinate representation of color #A53B01: hue angle of 21.22º 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 #A53B01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 59 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.35 |
| HSL | 21.22º | 0.99% | 0.33% | - |
| HSV(B) | 21.22º | 0.99% | 0.65% | - |
| XYZ | 17.09 | 11.13 | 1.28 | - |
| YUV | 84.08 | 81.12 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 1 | 0 | 0.64 | 0.99 | 0.35 | 21.22 | 0.99 | 0.33 |
| Hex | A5 | 3B | 1 | 0 | 40 | 63 | 23 | 15 | 63 | 21 |
| Octal | 245 | 73 | 1 | 0 | 100 | 143 | 43 | 25 | 143 | 41 |
| Binary | 10100101 | 111011 | 1 | 0 | 1000000 | 1100011 | 100011 | 10101 | 1100011 | 100001 |
Color Harmonies of #A53B01
Complementary color
Monochromatic Colors of #A53B01
Black with #A53B01
Text Example
Text Example
White with #A53B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53B01; }
p { color: rgb(165,59,1); }
H1.HeaderClassName
{
color: #A53B01;
}
.AnyTagClassName
{
color: #A53B01;
}
</style>
background-color css
<style>
a { background-color: #A53B01; }
a { background-color: rgb(165,59,1); }
div.DivClassName
{
background-color: #A53B01;
}
.BgClassName
{
background-color: #A53B01;
}
</style>
border-color css
<style>
span { border-color: #A53B01; }
span { border-color: rgb(165,59,1); }
td.TdClassName
{
border-color: #A53B01;
}
.TagClassName
{
border-color: #A53B01;
}
</style>