Shades of Rust #A54514
Tints of Rust #A54514
RGB
CMYK
RGB Variations
Color information
#A54514 (or 0xA54514) is known color: Rust. HEX triplet: A5, 45 and 14. RGB value is (165,69,20). Sum of RGB (Red+Green+Blue) = 165+69+20=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A54514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54514 is #5ABAEB. Grayscale: #5C5C5C. Windows color (decimal): -5946092 or 1328549. OLE color: 1328549.
HSL color Cylindrical-coordinate representation of color #A54514: hue angle of 20.28º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A54514 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 20 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.35 |
| HSL | 20.28º | 0.78% | 0.36% | - |
| HSV(B) | 20.28º | 0.88% | 0.65% | - |
| XYZ | 17.77 | 12.31 | 2.1 | - |
| YUV | 92.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 20 | 0 | 0.58 | 0.88 | 0.35 | 20.28 | 0.78 | 0.36 |
| Hex | A5 | 45 | 14 | 0 | 3A | 58 | 23 | 14 | 4E | 24 |
| Octal | 245 | 105 | 24 | 0 | 72 | 130 | 43 | 24 | 116 | 44 |
| Binary | 10100101 | 1000101 | 10100 | 0 | 111010 | 1011000 | 100011 | 10100 | 1001110 | 100100 |
Color Harmonies of #A54514
Complementary color
Monochromatic Colors of #A54514
Black with #A54514
Text Example
Text Example
White with #A54514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54514; }
p { color: rgb(165,69,20); }
H1.HeaderClassName
{
color: #A54514;
}
.AnyTagClassName
{
color: #A54514;
}
</style>
background-color css
<style>
a { background-color: #A54514; }
a { background-color: rgb(165,69,20); }
div.DivClassName
{
background-color: #A54514;
}
.BgClassName
{
background-color: #A54514;
}
</style>
border-color css
<style>
span { border-color: #A54514; }
span { border-color: rgb(165,69,20); }
td.TdClassName
{
border-color: #A54514;
}
.TagClassName
{
border-color: #A54514;
}
</style>