Shades of Rust #A74C01
Tints of Rust #A74C01
RGB
CMYK
RGB Variations
Color information
#A74C01 (or 0xA74C01) is known color: Rust. HEX triplet: A7, 4C and 01. RGB value is (167,76,1). Sum of RGB (Red+Green+Blue) = 167+76+1=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74C01 is #58B3FE. Grayscale: #5F5F5F. Windows color (decimal): -5813247 or 85159. OLE color: 85159.
HSL color Cylindrical-coordinate representation of color #A74C01: hue angle of 27.11º 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 #A74C01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 76 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.35 |
| HSL | 27.11º | 0.99% | 0.33% | - |
| HSV(B) | 27.11º | 0.99% | 0.65% | - |
| XYZ | 18.53 | 13.39 | 1.64 | - |
| YUV | 94.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 1 | 0 | 0.54 | 0.99 | 0.35 | 27.11 | 0.99 | 0.33 |
| Hex | A7 | 4C | 1 | 0 | 36 | 63 | 23 | 1B | 63 | 21 |
| Octal | 247 | 114 | 1 | 0 | 66 | 143 | 43 | 33 | 143 | 41 |
| Binary | 10100111 | 1001100 | 1 | 0 | 110110 | 1100011 | 100011 | 11011 | 1100011 | 100001 |
Color Harmonies of #A74C01
Complementary color
Monochromatic Colors of #A74C01
Black with #A74C01
Text Example
Text Example
White with #A74C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74C01; }
p { color: rgb(167,76,1); }
H1.HeaderClassName
{
color: #A74C01;
}
.AnyTagClassName
{
color: #A74C01;
}
</style>
background-color css
<style>
a { background-color: #A74C01; }
a { background-color: rgb(167,76,1); }
div.DivClassName
{
background-color: #A74C01;
}
.BgClassName
{
background-color: #A74C01;
}
</style>
border-color css
<style>
span { border-color: #A74C01; }
span { border-color: rgb(167,76,1); }
td.TdClassName
{
border-color: #A74C01;
}
.TagClassName
{
border-color: #A74C01;
}
</style>