Shades of Rust #A74F01
Tints of Rust #A74F01
RGB
CMYK
RGB Variations
Color information
#A74F01 (or 0xA74F01) is known color: Rust. HEX triplet: A7, 4F and 01. RGB value is (167,79,1). Sum of RGB (Red+Green+Blue) = 167+79+1=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74F01 is #58B0FE. Grayscale: #606060. Windows color (decimal): -5812479 or 85927. OLE color: 85927.
HSL color Cylindrical-coordinate representation of color #A74F01: hue angle of 28.19º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A74F01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 79 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.35 |
| HSL | 28.19º | 0.99% | 0.33% | - |
| HSV(B) | 28.19º | 0.99% | 0.65% | - |
| XYZ | 18.74 | 13.81 | 1.71 | - |
| YUV | 96.42 | 74.15 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 1 | 0 | 0.53 | 0.99 | 0.35 | 28.19 | 0.99 | 0.33 |
| Hex | A7 | 4F | 1 | 0 | 35 | 63 | 23 | 1C | 63 | 21 |
| Octal | 247 | 117 | 1 | 0 | 65 | 143 | 43 | 34 | 143 | 41 |
| Binary | 10100111 | 1001111 | 1 | 0 | 110101 | 1100011 | 100011 | 11100 | 1100011 | 100001 |
Color Harmonies of #A74F01
Complementary color
Monochromatic Colors of #A74F01
Black with #A74F01
Text Example
Text Example
White with #A74F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74F01; }
p { color: rgb(167,79,1); }
H1.HeaderClassName
{
color: #A74F01;
}
.AnyTagClassName
{
color: #A74F01;
}
</style>
background-color css
<style>
a { background-color: #A74F01; }
a { background-color: rgb(167,79,1); }
div.DivClassName
{
background-color: #A74F01;
}
.BgClassName
{
background-color: #A74F01;
}
</style>
border-color css
<style>
span { border-color: #A74F01; }
span { border-color: rgb(167,79,1); }
td.TdClassName
{
border-color: #A74F01;
}
.TagClassName
{
border-color: #A74F01;
}
</style>