Shades of Rust #A72800
Tints of Rust #A72800
RGB
CMYK
RGB Variations
Color information
#A72800 (or 0xA72800) is known color: Rust. HEX triplet: A7, 28 and 00. RGB value is (167,40,0). Sum of RGB (Red+Green+Blue) = 167+40+0=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A72800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72800 is #58D7FF. Grayscale: #494949. Windows color (decimal): -5822464 or 10407. OLE color: 10407.
HSL color Cylindrical-coordinate representation of color #A72800: hue angle of 14.37º 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 #A72800 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 40 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.35 |
| HSL | 14.37º | 1% | 0.33% | - |
| HSV(B) | 14.37º | 1% | 0.65% | - |
| XYZ | 16.7 | 9.73 | 1 | - |
| YUV | 73.41 | 86.58 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 0 | 0 | 0.76 | 1 | 0.35 | 14.37 | 1 | 0.33 |
| Hex | A7 | 28 | 0 | 0 | 4C | 64 | 23 | E | 64 | 21 |
| Octal | 247 | 50 | 0 | 0 | 114 | 144 | 43 | 16 | 144 | 41 |
| Binary | 10100111 | 101000 | 0 | 0 | 1001100 | 1100100 | 100011 | 1110 | 1100100 | 100001 |
Color Harmonies of #A72800
Complementary color
Monochromatic Colors of #A72800
Black with #A72800
Text Example
Text Example
White with #A72800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72800; }
p { color: rgb(167,40,0); }
H1.HeaderClassName
{
color: #A72800;
}
.AnyTagClassName
{
color: #A72800;
}
</style>
background-color css
<style>
a { background-color: #A72800; }
a { background-color: rgb(167,40,0); }
div.DivClassName
{
background-color: #A72800;
}
.BgClassName
{
background-color: #A72800;
}
</style>
border-color css
<style>
span { border-color: #A72800; }
span { border-color: rgb(167,40,0); }
td.TdClassName
{
border-color: #A72800;
}
.TagClassName
{
border-color: #A72800;
}
</style>