Shades of Rust #A74E02
Tints of Rust #A74E02
RGB
CMYK
RGB Variations
Color information
#A74E02 (or 0xA74E02) is known color: Rust. HEX triplet: A7, 4E and 02. RGB value is (167,78,2). Sum of RGB (Red+Green+Blue) = 167+78+2=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74E02 is #58B1FD. Grayscale: #606060. Windows color (decimal): -5812734 or 151207. OLE color: 151207.
HSL color Cylindrical-coordinate representation of color #A74E02: hue angle of 27.64º degrees, saturation: 0.98, 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 #A74E02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 78 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.35 |
| HSL | 27.64º | 0.98% | 0.33% | - |
| HSV(B) | 27.64º | 0.99% | 0.65% | - |
| XYZ | 18.67 | 13.67 | 1.71 | - |
| YUV | 95.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 2 | 0 | 0.53 | 0.99 | 0.35 | 27.64 | 0.98 | 0.33 |
| Hex | A7 | 4E | 2 | 0 | 35 | 63 | 23 | 1C | 62 | 21 |
| Octal | 247 | 116 | 2 | 0 | 65 | 143 | 43 | 34 | 142 | 41 |
| Binary | 10100111 | 1001110 | 10 | 0 | 110101 | 1100011 | 100011 | 11100 | 1100010 | 100001 |
Color Harmonies of #A74E02
Complementary color
Monochromatic Colors of #A74E02
Black with #A74E02
Text Example
Text Example
White with #A74E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74E02; }
p { color: rgb(167,78,2); }
H1.HeaderClassName
{
color: #A74E02;
}
.AnyTagClassName
{
color: #A74E02;
}
</style>
background-color css
<style>
a { background-color: #A74E02; }
a { background-color: rgb(167,78,2); }
div.DivClassName
{
background-color: #A74E02;
}
.BgClassName
{
background-color: #A74E02;
}
</style>
border-color css
<style>
span { border-color: #A74E02; }
span { border-color: rgb(167,78,2); }
td.TdClassName
{
border-color: #A74E02;
}
.TagClassName
{
border-color: #A74E02;
}
</style>