Shades of Rust #A82800
Tints of Rust #A82800
RGB
CMYK
RGB Variations
Color information
#A82800 (or 0xA82800) is known color: Rust. HEX triplet: A8, 28 and 00. RGB value is (168,40,0). Sum of RGB (Red+Green+Blue) = 168+40+0=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A82800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82800 is #57D7FF. Grayscale: #4A4A4A. Windows color (decimal): -5756928 or 10408. OLE color: 10408.
HSL color Cylindrical-coordinate representation of color #A82800: hue angle of 14.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A82800 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.34 |
| HSL | 14.29º | 1% | 0.33% | - |
| HSV(B) | 14.29º | 1% | 0.66% | - |
| XYZ | 16.91 | 9.84 | 1.01 | - |
| YUV | 73.71 | 86.41 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 0 | 0 | 0.76 | 1 | 0.34 | 14.29 | 1 | 0.33 |
| Hex | A8 | 28 | 0 | 0 | 4C | 64 | 22 | E | 64 | 21 |
| Octal | 250 | 50 | 0 | 0 | 114 | 144 | 42 | 16 | 144 | 41 |
| Binary | 10101000 | 101000 | 0 | 0 | 1001100 | 1100100 | 100010 | 1110 | 1100100 | 100001 |
Color Harmonies of #A82800
Complementary color
Monochromatic Colors of #A82800
Black with #A82800
Text Example
Text Example
White with #A82800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82800; }
p { color: rgb(168,40,0); }
H1.HeaderClassName
{
color: #A82800;
}
.AnyTagClassName
{
color: #A82800;
}
</style>
background-color css
<style>
a { background-color: #A82800; }
a { background-color: rgb(168,40,0); }
div.DivClassName
{
background-color: #A82800;
}
.BgClassName
{
background-color: #A82800;
}
</style>
border-color css
<style>
span { border-color: #A82800; }
span { border-color: rgb(168,40,0); }
td.TdClassName
{
border-color: #A82800;
}
.TagClassName
{
border-color: #A82800;
}
</style>