Shades of Rust #A82500
Tints of Rust #A82500
RGB
CMYK
RGB Variations
Color information
#A82500 (or 0xA82500) is known color: Rust. HEX triplet: A8, 25 and 00. RGB value is (168,37,0). Sum of RGB (Red+Green+Blue) = 168+37+0=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A82500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82500 is #57DAFF. Grayscale: #484848. Windows color (decimal): -5757696 or 9640. OLE color: 9640.
HSL color Cylindrical-coordinate representation of color #A82500: hue angle of 13.21º 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 #A82500 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.34 |
| HSL | 13.21º | 1% | 0.33% | - |
| HSV(B) | 13.21º | 1% | 0.66% | - |
| XYZ | 16.81 | 9.65 | 0.98 | - |
| YUV | 71.95 | 87.4 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 0 | 0 | 0.78 | 1 | 0.34 | 13.21 | 1 | 0.33 |
| Hex | A8 | 25 | 0 | 0 | 4E | 64 | 22 | D | 64 | 21 |
| Octal | 250 | 45 | 0 | 0 | 116 | 144 | 42 | 15 | 144 | 41 |
| Binary | 10101000 | 100101 | 0 | 0 | 1001110 | 1100100 | 100010 | 1101 | 1100100 | 100001 |
Color Harmonies of #A82500
Complementary color
Monochromatic Colors of #A82500
Black with #A82500
Text Example
Text Example
White with #A82500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82500; }
p { color: rgb(168,37,0); }
H1.HeaderClassName
{
color: #A82500;
}
.AnyTagClassName
{
color: #A82500;
}
</style>
background-color css
<style>
a { background-color: #A82500; }
a { background-color: rgb(168,37,0); }
div.DivClassName
{
background-color: #A82500;
}
.BgClassName
{
background-color: #A82500;
}
</style>
border-color css
<style>
span { border-color: #A82500; }
span { border-color: rgb(168,37,0); }
td.TdClassName
{
border-color: #A82500;
}
.TagClassName
{
border-color: #A82500;
}
</style>