Shades of Rust #A74502
Tints of Rust #A74502
RGB
CMYK
RGB Variations
Color information
#A74502 (or 0xA74502) is known color: Rust. HEX triplet: A7, 45 and 02. RGB value is (167,69,2). Sum of RGB (Red+Green+Blue) = 167+69+2=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A74502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74502 is #58BAFD. Grayscale: #5B5B5B. Windows color (decimal): -5815038 or 148903. OLE color: 148903.
HSL color Cylindrical-coordinate representation of color #A74502: hue angle of 24.36º 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 #A74502 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.35 |
| HSL | 24.36º | 0.98% | 0.33% | - |
| HSV(B) | 24.36º | 0.99% | 0.65% | - |
| XYZ | 18.08 | 12.48 | 1.51 | - |
| YUV | 90.66 | 77.97 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 2 | 0 | 0.59 | 0.99 | 0.35 | 24.36 | 0.98 | 0.33 |
| Hex | A7 | 45 | 2 | 0 | 3B | 63 | 23 | 18 | 62 | 21 |
| Octal | 247 | 105 | 2 | 0 | 73 | 143 | 43 | 30 | 142 | 41 |
| Binary | 10100111 | 1000101 | 10 | 0 | 111011 | 1100011 | 100011 | 11000 | 1100010 | 100001 |
Color Harmonies of #A74502
Complementary color
Monochromatic Colors of #A74502
Black with #A74502
Text Example
Text Example
White with #A74502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74502; }
p { color: rgb(167,69,2); }
H1.HeaderClassName
{
color: #A74502;
}
.AnyTagClassName
{
color: #A74502;
}
</style>
background-color css
<style>
a { background-color: #A74502; }
a { background-color: rgb(167,69,2); }
div.DivClassName
{
background-color: #A74502;
}
.BgClassName
{
background-color: #A74502;
}
</style>
border-color css
<style>
span { border-color: #A74502; }
span { border-color: rgb(167,69,2); }
td.TdClassName
{
border-color: #A74502;
}
.TagClassName
{
border-color: #A74502;
}
</style>