Shades of Rust #A72C00
Tints of Rust #A72C00
RGB
CMYK
RGB Variations
Color information
#A72C00 (or 0xA72C00) is known color: Rust. HEX triplet: A7, 2C and 00. RGB value is (167,44,0). Sum of RGB (Red+Green+Blue) = 167+44+0=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72C00 is #58D3FF. Grayscale: #4C4C4C. Windows color (decimal): -5821440 or 11431. OLE color: 11431.
HSL color Cylindrical-coordinate representation of color #A72C00: hue angle of 15.81º 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 #A72C00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 44 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.35 |
| HSL | 15.81º | 1% | 0.33% | - |
| HSV(B) | 15.81º | 1% | 0.65% | - |
| XYZ | 16.84 | 10.02 | 1.05 | - |
| YUV | 75.76 | 85.25 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 0 | 0 | 0.74 | 1 | 0.35 | 15.81 | 1 | 0.33 |
| Hex | A7 | 2C | 0 | 0 | 4A | 64 | 23 | 10 | 64 | 21 |
| Octal | 247 | 54 | 0 | 0 | 112 | 144 | 43 | 20 | 144 | 41 |
| Binary | 10100111 | 101100 | 0 | 0 | 1001010 | 1100100 | 100011 | 10000 | 1100100 | 100001 |
Color Harmonies of #A72C00
Complementary color
Monochromatic Colors of #A72C00
Black with #A72C00
Text Example
Text Example
White with #A72C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72C00; }
p { color: rgb(167,44,0); }
H1.HeaderClassName
{
color: #A72C00;
}
.AnyTagClassName
{
color: #A72C00;
}
</style>
background-color css
<style>
a { background-color: #A72C00; }
a { background-color: rgb(167,44,0); }
div.DivClassName
{
background-color: #A72C00;
}
.BgClassName
{
background-color: #A72C00;
}
</style>
border-color css
<style>
span { border-color: #A72C00; }
span { border-color: rgb(167,44,0); }
td.TdClassName
{
border-color: #A72C00;
}
.TagClassName
{
border-color: #A72C00;
}
</style>