Shades of Rust #A72804
Tints of Rust #A72804
RGB
CMYK
RGB Variations
Color information
#A72804 (or 0xA72804) is known color: Rust. HEX triplet: A7, 28 and 04. RGB value is (167,40,4). Sum of RGB (Red+Green+Blue) = 167+40+4=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A72804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72804 is #58D7FB. Grayscale: #4A4A4A. Windows color (decimal): -5822460 or 272551. OLE color: 272551.
HSL color Cylindrical-coordinate representation of color #A72804: hue angle of 13.25º 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 #A72804 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 40 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.35 |
| HSL | 13.25º | 0.95% | 0.34% | - |
| HSV(B) | 13.25º | 0.98% | 0.65% | - |
| XYZ | 16.72 | 9.74 | 1.11 | - |
| YUV | 73.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 4 | 0 | 0.76 | 0.98 | 0.35 | 13.25 | 0.95 | 0.34 |
| Hex | A7 | 28 | 4 | 0 | 4C | 62 | 23 | D | 5F | 22 |
| Octal | 247 | 50 | 4 | 0 | 114 | 142 | 43 | 15 | 137 | 42 |
| Binary | 10100111 | 101000 | 100 | 0 | 1001100 | 1100010 | 100011 | 1101 | 1011111 | 100010 |
Color Harmonies of #A72804
Complementary color
Monochromatic Colors of #A72804
Black with #A72804
Text Example
Text Example
White with #A72804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72804; }
p { color: rgb(167,40,4); }
H1.HeaderClassName
{
color: #A72804;
}
.AnyTagClassName
{
color: #A72804;
}
</style>
background-color css
<style>
a { background-color: #A72804; }
a { background-color: rgb(167,40,4); }
div.DivClassName
{
background-color: #A72804;
}
.BgClassName
{
background-color: #A72804;
}
</style>
border-color css
<style>
span { border-color: #A72804; }
span { border-color: rgb(167,40,4); }
td.TdClassName
{
border-color: #A72804;
}
.TagClassName
{
border-color: #A72804;
}
</style>