Shades of Rust #A54100
Tints of Rust #A54100
RGB
CMYK
RGB Variations
Color information
#A54100 (or 0xA54100) is known color: Rust. HEX triplet: A5, 41 and 00. RGB value is (165,65,0). Sum of RGB (Red+Green+Blue) = 165+65+0=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A54100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54100 is #5ABEFF. Grayscale: #575757. Windows color (decimal): -5947136 or 16805. OLE color: 16805.
HSL color Cylindrical-coordinate representation of color #A54100: hue angle of 23.64º 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 #A54100 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 65 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.35 |
| HSL | 23.64º | 1% | 0.32% | - |
| HSV(B) | 23.64º | 1% | 0.65% | - |
| XYZ | 17.41 | 11.78 | 1.36 | - |
| YUV | 87.49 | 78.63 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 0 | 0 | 0.61 | 1 | 0.35 | 23.64 | 1 | 0.32 |
| Hex | A5 | 41 | 0 | 0 | 3D | 64 | 23 | 18 | 64 | 20 |
| Octal | 245 | 101 | 0 | 0 | 75 | 144 | 43 | 30 | 144 | 40 |
| Binary | 10100101 | 1000001 | 0 | 0 | 111101 | 1100100 | 100011 | 11000 | 1100100 | 100000 |
Color Harmonies of #A54100
Complementary color
Monochromatic Colors of #A54100
Black with #A54100
Text Example
Text Example
White with #A54100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54100; }
p { color: rgb(165,65,0); }
H1.HeaderClassName
{
color: #A54100;
}
.AnyTagClassName
{
color: #A54100;
}
</style>
background-color css
<style>
a { background-color: #A54100; }
a { background-color: rgb(165,65,0); }
div.DivClassName
{
background-color: #A54100;
}
.BgClassName
{
background-color: #A54100;
}
</style>
border-color css
<style>
span { border-color: #A54100; }
span { border-color: rgb(165,65,0); }
td.TdClassName
{
border-color: #A54100;
}
.TagClassName
{
border-color: #A54100;
}
</style>