Shades of Rust #A82600
Tints of Rust #A82600
RGB
CMYK
RGB Variations
Color information
#A82600 (or 0xA82600) is known color: Rust. HEX triplet: A8, 26 and 00. RGB value is (168,38,0). Sum of RGB (Red+Green+Blue) = 168+38+0=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A82600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82600 is #57D9FF. Grayscale: #484848. Windows color (decimal): -5757440 or 9896. OLE color: 9896.
HSL color Cylindrical-coordinate representation of color #A82600: hue angle of 13.57º 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 #A82600 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.34 |
| HSL | 13.57º | 1% | 0.33% | - |
| HSV(B) | 13.57º | 1% | 0.66% | - |
| XYZ | 16.84 | 9.71 | 0.99 | - |
| YUV | 72.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 0 | 0 | 0.77 | 1 | 0.34 | 13.57 | 1 | 0.33 |
| Hex | A8 | 26 | 0 | 0 | 4D | 64 | 22 | E | 64 | 21 |
| Octal | 250 | 46 | 0 | 0 | 115 | 144 | 42 | 16 | 144 | 41 |
| Binary | 10101000 | 100110 | 0 | 0 | 1001101 | 1100100 | 100010 | 1110 | 1100100 | 100001 |
Color Harmonies of #A82600
Complementary color
Monochromatic Colors of #A82600
Black with #A82600
Text Example
Text Example
White with #A82600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82600; }
p { color: rgb(168,38,0); }
H1.HeaderClassName
{
color: #A82600;
}
.AnyTagClassName
{
color: #A82600;
}
</style>
background-color css
<style>
a { background-color: #A82600; }
a { background-color: rgb(168,38,0); }
div.DivClassName
{
background-color: #A82600;
}
.BgClassName
{
background-color: #A82600;
}
</style>
border-color css
<style>
span { border-color: #A82600; }
span { border-color: rgb(168,38,0); }
td.TdClassName
{
border-color: #A82600;
}
.TagClassName
{
border-color: #A82600;
}
</style>