Shades of Rust #A53F05
Tints of Rust #A53F05
RGB
CMYK
RGB Variations
Color information
#A53F05 (or 0xA53F05) is known color: Rust. HEX triplet: A5, 3F and 05. RGB value is (165,63,5). Sum of RGB (Red+Green+Blue) = 165+63+5=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53F05 is #5AC0FA. Grayscale: #575757. Windows color (decimal): -5947643 or 343973. OLE color: 343973.
HSL color Cylindrical-coordinate representation of color #A53F05: hue angle of 21.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A53F05 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 63 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.35 |
| HSL | 21.75º | 0.94% | 0.33% | - |
| HSV(B) | 21.75º | 0.97% | 0.65% | - |
| XYZ | 17.32 | 11.57 | 1.46 | - |
| YUV | 86.89 | 81.79 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 5 | 0 | 0.62 | 0.97 | 0.35 | 21.75 | 0.94 | 0.33 |
| Hex | A5 | 3F | 5 | 0 | 3E | 61 | 23 | 16 | 5E | 21 |
| Octal | 245 | 77 | 5 | 0 | 76 | 141 | 43 | 26 | 136 | 41 |
| Binary | 10100101 | 111111 | 101 | 0 | 111110 | 1100001 | 100011 | 10110 | 1011110 | 100001 |
Color Harmonies of #A53F05
Complementary color
Monochromatic Colors of #A53F05
Black with #A53F05
Text Example
Text Example
White with #A53F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53F05; }
p { color: rgb(165,63,5); }
H1.HeaderClassName
{
color: #A53F05;
}
.AnyTagClassName
{
color: #A53F05;
}
</style>
background-color css
<style>
a { background-color: #A53F05; }
a { background-color: rgb(165,63,5); }
div.DivClassName
{
background-color: #A53F05;
}
.BgClassName
{
background-color: #A53F05;
}
</style>
border-color css
<style>
span { border-color: #A53F05; }
span { border-color: rgb(165,63,5); }
td.TdClassName
{
border-color: #A53F05;
}
.TagClassName
{
border-color: #A53F05;
}
</style>