Shades of Rust #A74518
Tints of Rust #A74518
RGB
CMYK
RGB Variations
Color information
#A74518 (or 0xA74518) is known color: Rust. HEX triplet: A7, 45 and 18. RGB value is (167,69,24). Sum of RGB (Red+Green+Blue) = 167+69+24=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A74518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74518 is #58BAE7. Grayscale: #5D5D5D. Windows color (decimal): -5815016 or 1590695. OLE color: 1590695.
HSL color Cylindrical-coordinate representation of color #A74518: hue angle of 18.88º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A74518 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 24 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.35 |
| HSL | 18.88º | 0.75% | 0.37% | - |
| HSV(B) | 18.88º | 0.86% | 0.65% | - |
| XYZ | 18.23 | 12.54 | 2.32 | - |
| YUV | 93.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 24 | 0 | 0.59 | 0.86 | 0.35 | 18.88 | 0.75 | 0.37 |
| Hex | A7 | 45 | 18 | 0 | 3B | 56 | 23 | 13 | 4B | 25 |
| Octal | 247 | 105 | 30 | 0 | 73 | 126 | 43 | 23 | 113 | 45 |
| Binary | 10100111 | 1000101 | 11000 | 0 | 111011 | 1010110 | 100011 | 10011 | 1001011 | 100101 |
Color Harmonies of #A74518
Complementary color
Monochromatic Colors of #A74518
Black with #A74518
Text Example
Text Example
White with #A74518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74518; }
p { color: rgb(167,69,24); }
H1.HeaderClassName
{
color: #A74518;
}
.AnyTagClassName
{
color: #A74518;
}
</style>
background-color css
<style>
a { background-color: #A74518; }
a { background-color: rgb(167,69,24); }
div.DivClassName
{
background-color: #A74518;
}
.BgClassName
{
background-color: #A74518;
}
</style>
border-color css
<style>
span { border-color: #A74518; }
span { border-color: rgb(167,69,24); }
td.TdClassName
{
border-color: #A74518;
}
.TagClassName
{
border-color: #A74518;
}
</style>