Shades of Rust #A02800
Tints of Rust #A02800
RGB
CMYK
RGB Variations
Color information
#A02800 (or 0xA02800) is known color: Rust. HEX triplet: A0, 28 and 00. RGB value is (160,40,0). Sum of RGB (Red+Green+Blue) = 160+40+0=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A02800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02800 is #5FD7FF. Grayscale: #474747. Windows color (decimal): -6281216 or 10400. OLE color: 10400.
HSL color Cylindrical-coordinate representation of color #A02800: hue angle of 15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A02800 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.37 |
| HSL | 15º | 1% | 0.31% | - |
| HSV(B) | 15º | 1% | 0.63% | - |
| XYZ | 15.26 | 8.99 | 0.93 | - |
| YUV | 71.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 0 | 0 | 0.75 | 1 | 0.37 | 15 | 1 | 0.31 |
| Hex | A0 | 28 | 0 | 0 | 4B | 64 | 25 | F | 64 | 1F |
| Octal | 240 | 50 | 0 | 0 | 113 | 144 | 45 | 17 | 144 | 37 |
| Binary | 10100000 | 101000 | 0 | 0 | 1001011 | 1100100 | 100101 | 1111 | 1100100 | 11111 |
Color Harmonies of #A02800
Complementary color
Monochromatic Colors of #A02800
Black with #A02800
Text Example
Text Example
White with #A02800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02800; }
p { color: rgb(160,40,0); }
H1.HeaderClassName
{
color: #A02800;
}
.AnyTagClassName
{
color: #A02800;
}
</style>
background-color css
<style>
a { background-color: #A02800; }
a { background-color: rgb(160,40,0); }
div.DivClassName
{
background-color: #A02800;
}
.BgClassName
{
background-color: #A02800;
}
</style>
border-color css
<style>
span { border-color: #A02800; }
span { border-color: rgb(160,40,0); }
td.TdClassName
{
border-color: #A02800;
}
.TagClassName
{
border-color: #A02800;
}
</style>