Shades of Rust #A53F00
Tints of Rust #A53F00
RGB
CMYK
RGB Variations
Color information
#A53F00 (or 0xA53F00) is known color: Rust. HEX triplet: A5, 3F and 00. RGB value is (165,63,0). Sum of RGB (Red+Green+Blue) = 165+63+0=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53F00 is #5AC0FF. Grayscale: #565656. Windows color (decimal): -5947648 or 16293. OLE color: 16293.
HSL color Cylindrical-coordinate representation of color #A53F00: hue angle of 22.91º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A53F00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 63 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.35 |
| HSL | 22.91º | 1% | 0.32% | - |
| HSV(B) | 22.91º | 1% | 0.65% | - |
| XYZ | 17.29 | 11.55 | 1.32 | - |
| YUV | 86.32 | 79.29 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 0 | 0 | 0.62 | 1 | 0.35 | 22.91 | 1 | 0.32 |
| Hex | A5 | 3F | 0 | 0 | 3E | 64 | 23 | 17 | 64 | 20 |
| Octal | 245 | 77 | 0 | 0 | 76 | 144 | 43 | 27 | 144 | 40 |
| Binary | 10100101 | 111111 | 0 | 0 | 111110 | 1100100 | 100011 | 10111 | 1100100 | 100000 |
Color Harmonies of #A53F00
Complementary color
Monochromatic Colors of #A53F00
Black with #A53F00
Text Example
Text Example
White with #A53F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53F00; }
p { color: rgb(165,63,0); }
H1.HeaderClassName
{
color: #A53F00;
}
.AnyTagClassName
{
color: #A53F00;
}
</style>
background-color css
<style>
a { background-color: #A53F00; }
a { background-color: rgb(165,63,0); }
div.DivClassName
{
background-color: #A53F00;
}
.BgClassName
{
background-color: #A53F00;
}
</style>
border-color css
<style>
span { border-color: #A53F00; }
span { border-color: rgb(165,63,0); }
td.TdClassName
{
border-color: #A53F00;
}
.TagClassName
{
border-color: #A53F00;
}
</style>