Shades of Rust #A74413
Tints of Rust #A74413
RGB
CMYK
RGB Variations
Color information
#A74413 (or 0xA74413) is known color: Rust. HEX triplet: A7, 44 and 13. RGB value is (167,68,19). Sum of RGB (Red+Green+Blue) = 167+68+19=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A74413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74413 is #58BBEC. Grayscale: #5C5C5C. Windows color (decimal): -5815277 or 1262759. OLE color: 1262759.
HSL color Cylindrical-coordinate representation of color #A74413: hue angle of 19.86º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A74413 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 68 | 19 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.35 |
| HSL | 19.86º | 0.8% | 0.36% | - |
| HSV(B) | 19.86º | 0.89% | 0.65% | - |
| XYZ | 18.12 | 12.4 | 2.05 | - |
| YUV | 92.02 | 86.8 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 19 | 0 | 0.59 | 0.89 | 0.35 | 19.86 | 0.8 | 0.36 |
| Hex | A7 | 44 | 13 | 0 | 3B | 59 | 23 | 14 | 50 | 24 |
| Octal | 247 | 104 | 23 | 0 | 73 | 131 | 43 | 24 | 120 | 44 |
| Binary | 10100111 | 1000100 | 10011 | 0 | 111011 | 1011001 | 100011 | 10100 | 1010000 | 100100 |
Color Harmonies of #A74413
Complementary color
Monochromatic Colors of #A74413
Black with #A74413
Text Example
Text Example
White with #A74413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74413; }
p { color: rgb(167,68,19); }
H1.HeaderClassName
{
color: #A74413;
}
.AnyTagClassName
{
color: #A74413;
}
</style>
background-color css
<style>
a { background-color: #A74413; }
a { background-color: rgb(167,68,19); }
div.DivClassName
{
background-color: #A74413;
}
.BgClassName
{
background-color: #A74413;
}
</style>
border-color css
<style>
span { border-color: #A74413; }
span { border-color: rgb(167,68,19); }
td.TdClassName
{
border-color: #A74413;
}
.TagClassName
{
border-color: #A74413;
}
</style>