Shades of Rust #A54005
Tints of Rust #A54005
RGB
CMYK
RGB Variations
Color information
#A54005 (or 0xA54005) is known color: Rust. HEX triplet: A5, 40 and 05. RGB value is (165,64,5). Sum of RGB (Red+Green+Blue) = 165+64+5=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A54005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54005 is #5ABFFA. Grayscale: #575757. Windows color (decimal): -5947387 or 344229. OLE color: 344229.
HSL color Cylindrical-coordinate representation of color #A54005: hue angle of 22.12º 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 #A54005 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 64 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.35 |
| HSL | 22.13º | 0.94% | 0.33% | - |
| HSV(B) | 22.13º | 0.97% | 0.65% | - |
| XYZ | 17.38 | 11.68 | 1.48 | - |
| YUV | 87.47 | 81.46 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 5 | 0 | 0.61 | 0.97 | 0.35 | 22.13 | 0.94 | 0.33 |
| Hex | A5 | 40 | 5 | 0 | 3D | 61 | 23 | 16 | 5E | 21 |
| Octal | 245 | 100 | 5 | 0 | 75 | 141 | 43 | 26 | 136 | 41 |
| Binary | 10100101 | 1000000 | 101 | 0 | 111101 | 1100001 | 100011 | 10110 | 1011110 | 100001 |
Color Harmonies of #A54005
Complementary color
Monochromatic Colors of #A54005
Black with #A54005
Text Example
Text Example
White with #A54005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54005; }
p { color: rgb(165,64,5); }
H1.HeaderClassName
{
color: #A54005;
}
.AnyTagClassName
{
color: #A54005;
}
</style>
background-color css
<style>
a { background-color: #A54005; }
a { background-color: rgb(165,64,5); }
div.DivClassName
{
background-color: #A54005;
}
.BgClassName
{
background-color: #A54005;
}
</style>
border-color css
<style>
span { border-color: #A54005; }
span { border-color: rgb(165,64,5); }
td.TdClassName
{
border-color: #A54005;
}
.TagClassName
{
border-color: #A54005;
}
</style>