Shades of Rust #A82900
Tints of Rust #A82900
RGB
CMYK
RGB Variations
Color information
#A82900 (or 0xA82900) is known color: Rust. HEX triplet: A8, 29 and 00. RGB value is (168,41,0). Sum of RGB (Red+Green+Blue) = 168+41+0=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A82900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82900 is #57D6FF. Grayscale: #4A4A4A. Windows color (decimal): -5756672 or 10664. OLE color: 10664.
HSL color Cylindrical-coordinate representation of color #A82900: hue angle of 14.64º 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 #A82900 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.34 |
| HSL | 14.64º | 1% | 0.33% | - |
| HSV(B) | 14.64º | 1% | 0.66% | - |
| XYZ | 16.94 | 9.91 | 1.02 | - |
| YUV | 74.3 | 86.08 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 0 | 0 | 0.76 | 1 | 0.34 | 14.64 | 1 | 0.33 |
| Hex | A8 | 29 | 0 | 0 | 4C | 64 | 22 | F | 64 | 21 |
| Octal | 250 | 51 | 0 | 0 | 114 | 144 | 42 | 17 | 144 | 41 |
| Binary | 10101000 | 101001 | 0 | 0 | 1001100 | 1100100 | 100010 | 1111 | 1100100 | 100001 |
Color Harmonies of #A82900
Complementary color
Monochromatic Colors of #A82900
Black with #A82900
Text Example
Text Example
White with #A82900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82900; }
p { color: rgb(168,41,0); }
H1.HeaderClassName
{
color: #A82900;
}
.AnyTagClassName
{
color: #A82900;
}
</style>
background-color css
<style>
a { background-color: #A82900; }
a { background-color: rgb(168,41,0); }
div.DivClassName
{
background-color: #A82900;
}
.BgClassName
{
background-color: #A82900;
}
</style>
border-color css
<style>
span { border-color: #A82900; }
span { border-color: rgb(168,41,0); }
td.TdClassName
{
border-color: #A82900;
}
.TagClassName
{
border-color: #A82900;
}
</style>