Shades of Rust #A54500
Tints of Rust #A54500
RGB
CMYK
RGB Variations
Color information
#A54500 (or 0xA54500) is known color: Rust. HEX triplet: A5, 45 and 00. RGB value is (165,69,0). Sum of RGB (Red+Green+Blue) = 165+69+0=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A54500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54500 is #5ABAFF. Grayscale: #5A5A5A. Windows color (decimal): -5946112 or 17829. OLE color: 17829.
HSL color Cylindrical-coordinate representation of color #A54500: hue angle of 25.09º 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 #A54500 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.35 |
| HSL | 25.09º | 1% | 0.32% | - |
| HSV(B) | 25.09º | 1% | 0.65% | - |
| XYZ | 17.65 | 12.26 | 1.44 | - |
| YUV | 89.84 | 77.3 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 0 | 0 | 0.58 | 1 | 0.35 | 25.09 | 1 | 0.32 |
| Hex | A5 | 45 | 0 | 0 | 3A | 64 | 23 | 19 | 64 | 20 |
| Octal | 245 | 105 | 0 | 0 | 72 | 144 | 43 | 31 | 144 | 40 |
| Binary | 10100101 | 1000101 | 0 | 0 | 111010 | 1100100 | 100011 | 11001 | 1100100 | 100000 |
Color Harmonies of #A54500
Complementary color
Monochromatic Colors of #A54500
Black with #A54500
Text Example
Text Example
White with #A54500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54500; }
p { color: rgb(165,69,0); }
H1.HeaderClassName
{
color: #A54500;
}
.AnyTagClassName
{
color: #A54500;
}
</style>
background-color css
<style>
a { background-color: #A54500; }
a { background-color: rgb(165,69,0); }
div.DivClassName
{
background-color: #A54500;
}
.BgClassName
{
background-color: #A54500;
}
</style>
border-color css
<style>
span { border-color: #A54500; }
span { border-color: rgb(165,69,0); }
td.TdClassName
{
border-color: #A54500;
}
.TagClassName
{
border-color: #A54500;
}
</style>