Shades of Rust #A74200
Tints of Rust #A74200
RGB
CMYK
RGB Variations
Color information
#A74200 (or 0xA74200) is known color: Rust. HEX triplet: A7, 42 and 00. RGB value is (167,66,0). Sum of RGB (Red+Green+Blue) = 167+66+0=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A74200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74200 is #58BDFF. Grayscale: #595959. Windows color (decimal): -5815808 or 17063. OLE color: 17063.
HSL color Cylindrical-coordinate representation of color #A74200: hue angle of 23.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A74200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.35 |
| HSL | 23.71º | 1% | 0.33% | - |
| HSV(B) | 23.71º | 1% | 0.65% | - |
| XYZ | 17.88 | 12.11 | 1.4 | - |
| YUV | 88.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 0 | 0 | 0.60 | 1 | 0.35 | 23.71 | 1 | 0.33 |
| Hex | A7 | 42 | 0 | 0 | 3C | 64 | 23 | 18 | 64 | 21 |
| Octal | 247 | 102 | 0 | 0 | 74 | 144 | 43 | 30 | 144 | 41 |
| Binary | 10100111 | 1000010 | 0 | 0 | 111100 | 1100100 | 100011 | 11000 | 1100100 | 100001 |
Color Harmonies of #A74200
Complementary color
Monochromatic Colors of #A74200
Black with #A74200
Text Example
Text Example
White with #A74200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74200; }
p { color: rgb(167,66,0); }
H1.HeaderClassName
{
color: #A74200;
}
.AnyTagClassName
{
color: #A74200;
}
</style>
background-color css
<style>
a { background-color: #A74200; }
a { background-color: rgb(167,66,0); }
div.DivClassName
{
background-color: #A74200;
}
.BgClassName
{
background-color: #A74200;
}
</style>
border-color css
<style>
span { border-color: #A74200; }
span { border-color: rgb(167,66,0); }
td.TdClassName
{
border-color: #A74200;
}
.TagClassName
{
border-color: #A74200;
}
</style>