Shades of Rust #A54000
Tints of Rust #A54000
RGB
CMYK
RGB Variations
Color information
#A54000 (or 0xA54000) is known color: Rust. HEX triplet: A5, 40 and 00. RGB value is (165,64,0). Sum of RGB (Red+Green+Blue) = 165+64+0=229 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.05% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 165 - color contains mainly: red. Hex color #A54000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54000 is #5ABFFF. Grayscale: #575757. Windows color (decimal): -5947392 or 16549. OLE color: 16549.
HSL color Cylindrical-coordinate representation of color #A54000: hue angle of 23.27º 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 #A54000 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 64 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.35 |
| HSL | 23.27º | 1% | 0.32% | - |
| HSV(B) | 23.27º | 1% | 0.65% | - |
| XYZ | 17.35 | 11.67 | 1.34 | - |
| YUV | 86.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 0 | 0 | 0.61 | 1 | 0.35 | 23.27 | 1 | 0.32 |
| Hex | A5 | 40 | 0 | 0 | 3D | 64 | 23 | 17 | 64 | 20 |
| Octal | 245 | 100 | 0 | 0 | 75 | 144 | 43 | 27 | 144 | 40 |
| Binary | 10100101 | 1000000 | 0 | 0 | 111101 | 1100100 | 100011 | 10111 | 1100100 | 100000 |
Color Harmonies of #A54000
Complementary color
Monochromatic Colors of #A54000
Black with #A54000
Text Example
Text Example
White with #A54000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54000; }
p { color: rgb(165,64,0); }
H1.HeaderClassName
{
color: #A54000;
}
.AnyTagClassName
{
color: #A54000;
}
</style>
background-color css
<style>
a { background-color: #A54000; }
a { background-color: rgb(165,64,0); }
div.DivClassName
{
background-color: #A54000;
}
.BgClassName
{
background-color: #A54000;
}
</style>
border-color css
<style>
span { border-color: #A54000; }
span { border-color: rgb(165,64,0); }
td.TdClassName
{
border-color: #A54000;
}
.TagClassName
{
border-color: #A54000;
}
</style>