Shades of Rust #A54019
Tints of Rust #A54019
RGB
CMYK
RGB Variations
Color information
#A54019 (or 0xA54019) is known color: Rust. HEX triplet: A5, 40 and 19. RGB value is (165,64,25). Sum of RGB (Red+Green+Blue) = 165+64+25=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A54019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54019 is #5ABFE6. Grayscale: #5A5A5A. Windows color (decimal): -5947367 or 1654949. OLE color: 1654949.
HSL color Cylindrical-coordinate representation of color #A54019: hue angle of 16.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A54019 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 64 | 25 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.35 |
| HSL | 16.71º | 0.74% | 0.37% | - |
| HSV(B) | 16.71º | 0.85% | 0.65% | - |
| XYZ | 17.53 | 11.74 | 2.26 | - |
| YUV | 89.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 25 | 0 | 0.61 | 0.85 | 0.35 | 16.71 | 0.74 | 0.37 |
| Hex | A5 | 40 | 19 | 0 | 3D | 55 | 23 | 11 | 4A | 25 |
| Octal | 245 | 100 | 31 | 0 | 75 | 125 | 43 | 21 | 112 | 45 |
| Binary | 10100101 | 1000000 | 11001 | 0 | 111101 | 1010101 | 100011 | 10001 | 1001010 | 100101 |
Color Harmonies of #A54019
Complementary color
Monochromatic Colors of #A54019
Black with #A54019
Text Example
Text Example
White with #A54019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54019; }
p { color: rgb(165,64,25); }
H1.HeaderClassName
{
color: #A54019;
}
.AnyTagClassName
{
color: #A54019;
}
</style>
background-color css
<style>
a { background-color: #A54019; }
a { background-color: rgb(165,64,25); }
div.DivClassName
{
background-color: #A54019;
}
.BgClassName
{
background-color: #A54019;
}
</style>
border-color css
<style>
span { border-color: #A54019; }
span { border-color: rgb(165,64,25); }
td.TdClassName
{
border-color: #A54019;
}
.TagClassName
{
border-color: #A54019;
}
</style>