Shades of Rust #A72704
Tints of Rust #A72704
RGB
CMYK
RGB Variations
Color information
#A72704 (or 0xA72704) is known color: Rust. HEX triplet: A7, 27 and 04. RGB value is (167,39,4). Sum of RGB (Red+Green+Blue) = 167+39+4=210 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.52% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 167 - color contains mainly: red. Hex color #A72704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72704 is #58D8FB. Grayscale: #494949. Windows color (decimal): -5822716 or 272295. OLE color: 272295.
HSL color Cylindrical-coordinate representation of color #A72704: hue angle of 12.88º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A72704 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 39 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.35 |
| HSL | 12.88º | 0.95% | 0.34% | - |
| HSV(B) | 12.88º | 0.98% | 0.65% | - |
| XYZ | 16.68 | 9.68 | 1.1 | - |
| YUV | 73.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 4 | 0 | 0.77 | 0.98 | 0.35 | 12.88 | 0.95 | 0.34 |
| Hex | A7 | 27 | 4 | 0 | 4D | 62 | 23 | D | 5F | 22 |
| Octal | 247 | 47 | 4 | 0 | 115 | 142 | 43 | 15 | 137 | 42 |
| Binary | 10100111 | 100111 | 100 | 0 | 1001101 | 1100010 | 100011 | 1101 | 1011111 | 100010 |
Color Harmonies of #A72704
Complementary color
Monochromatic Colors of #A72704
Black with #A72704
Text Example
Text Example
White with #A72704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72704; }
p { color: rgb(167,39,4); }
H1.HeaderClassName
{
color: #A72704;
}
.AnyTagClassName
{
color: #A72704;
}
</style>
background-color css
<style>
a { background-color: #A72704; }
a { background-color: rgb(167,39,4); }
div.DivClassName
{
background-color: #A72704;
}
.BgClassName
{
background-color: #A72704;
}
</style>
border-color css
<style>
span { border-color: #A72704; }
span { border-color: rgb(167,39,4); }
td.TdClassName
{
border-color: #A72704;
}
.TagClassName
{
border-color: #A72704;
}
</style>