Shades of Rust #A54F05
Tints of Rust #A54F05
RGB
CMYK
RGB Variations
Color information
#A54F05 (or 0xA54F05) is known color: Rust. HEX triplet: A5, 4F and 05. RGB value is (165,79,5). Sum of RGB (Red+Green+Blue) = 165+79+5=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54F05 is #5AB0FA. Grayscale: #606060. Windows color (decimal): -5943547 or 348069. OLE color: 348069.
HSL color Cylindrical-coordinate representation of color #A54F05: hue angle of 27.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A54F05 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 79 | 5 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.35 |
| HSL | 27.75º | 0.94% | 0.33% | - |
| HSV(B) | 27.75º | 0.97% | 0.65% | - |
| XYZ | 18.34 | 13.6 | 1.8 | - |
| YUV | 96.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 5 | 0 | 0.52 | 0.97 | 0.35 | 27.75 | 0.94 | 0.33 |
| Hex | A5 | 4F | 5 | 0 | 34 | 61 | 23 | 1C | 5E | 21 |
| Octal | 245 | 117 | 5 | 0 | 64 | 141 | 43 | 34 | 136 | 41 |
| Binary | 10100101 | 1001111 | 101 | 0 | 110100 | 1100001 | 100011 | 11100 | 1011110 | 100001 |
Color Harmonies of #A54F05
Complementary color
Monochromatic Colors of #A54F05
Black with #A54F05
Text Example
Text Example
White with #A54F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54F05; }
p { color: rgb(165,79,5); }
H1.HeaderClassName
{
color: #A54F05;
}
.AnyTagClassName
{
color: #A54F05;
}
</style>
background-color css
<style>
a { background-color: #A54F05; }
a { background-color: rgb(165,79,5); }
div.DivClassName
{
background-color: #A54F05;
}
.BgClassName
{
background-color: #A54F05;
}
</style>
border-color css
<style>
span { border-color: #A54F05; }
span { border-color: rgb(165,79,5); }
td.TdClassName
{
border-color: #A54F05;
}
.TagClassName
{
border-color: #A54F05;
}
</style>