Shades of Rust #A72201
Tints of Rust #A72201
RGB
CMYK
RGB Variations
Color information
#A72201 (or 0xA72201) is known color: Rust. HEX triplet: A7, 22 and 01. RGB value is (167,34,1). Sum of RGB (Red+Green+Blue) = 167+34+1=202 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.67% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 167 - color contains mainly: red. Hex color #A72201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72201 is #58DDFE. Grayscale: #464646. Windows color (decimal): -5823999 or 74407. OLE color: 74407.
HSL color Cylindrical-coordinate representation of color #A72201: hue angle of 11.93º degrees, saturation: 0.99, 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 #A72201 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 34 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.35 |
| HSL | 11.93º | 0.99% | 0.33% | - |
| HSV(B) | 11.93º | 0.99% | 0.65% | - |
| XYZ | 16.51 | 9.36 | 0.97 | - |
| YUV | 70.01 | 89.06 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 34 | 1 | 0 | 0.80 | 0.99 | 0.35 | 11.93 | 0.99 | 0.33 |
| Hex | A7 | 22 | 1 | 0 | 50 | 63 | 23 | C | 63 | 21 |
| Octal | 247 | 42 | 1 | 0 | 120 | 143 | 43 | 14 | 143 | 41 |
| Binary | 10100111 | 100010 | 1 | 0 | 1010000 | 1100011 | 100011 | 1100 | 1100011 | 100001 |
Color Harmonies of #A72201
Complementary color
Monochromatic Colors of #A72201
Black with #A72201
Text Example
Text Example
White with #A72201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72201; }
p { color: rgb(167,34,1); }
H1.HeaderClassName
{
color: #A72201;
}
.AnyTagClassName
{
color: #A72201;
}
</style>
background-color css
<style>
a { background-color: #A72201; }
a { background-color: rgb(167,34,1); }
div.DivClassName
{
background-color: #A72201;
}
.BgClassName
{
background-color: #A72201;
}
</style>
border-color css
<style>
span { border-color: #A72201; }
span { border-color: rgb(167,34,1); }
td.TdClassName
{
border-color: #A72201;
}
.TagClassName
{
border-color: #A72201;
}
</style>