Shades of Rust #A74119
Tints of Rust #A74119
RGB
CMYK
RGB Variations
Color information
#A74119 (or 0xA74119) is known color: Rust. HEX triplet: A7, 41 and 19. RGB value is (167,65,25). Sum of RGB (Red+Green+Blue) = 167+65+25=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A74119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74119 is #58BEE6. Grayscale: #5B5B5B. Windows color (decimal): -5816039 or 1655207. OLE color: 1655207.
HSL color Cylindrical-coordinate representation of color #A74119: hue angle of 16.9º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A74119 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 25 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.35 |
| HSL | 16.9º | 0.74% | 0.38% | - |
| HSV(B) | 16.9º | 0.85% | 0.65% | - |
| XYZ | 18 | 12.07 | 2.3 | - |
| YUV | 90.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 25 | 0 | 0.61 | 0.85 | 0.35 | 16.9 | 0.74 | 0.38 |
| Hex | A7 | 41 | 19 | 0 | 3D | 55 | 23 | 11 | 4A | 26 |
| Octal | 247 | 101 | 31 | 0 | 75 | 125 | 43 | 21 | 112 | 46 |
| Binary | 10100111 | 1000001 | 11001 | 0 | 111101 | 1010101 | 100011 | 10001 | 1001010 | 100110 |
Color Harmonies of #A74119
Complementary color
Monochromatic Colors of #A74119
Black with #A74119
Text Example
Text Example
White with #A74119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74119; }
p { color: rgb(167,65,25); }
H1.HeaderClassName
{
color: #A74119;
}
.AnyTagClassName
{
color: #A74119;
}
</style>
background-color css
<style>
a { background-color: #A74119; }
a { background-color: rgb(167,65,25); }
div.DivClassName
{
background-color: #A74119;
}
.BgClassName
{
background-color: #A74119;
}
</style>
border-color css
<style>
span { border-color: #A74119; }
span { border-color: rgb(167,65,25); }
td.TdClassName
{
border-color: #A74119;
}
.TagClassName
{
border-color: #A74119;
}
</style>