Shades of Rust #A82400
Tints of Rust #A82400
RGB
CMYK
RGB Variations
Color information
#A82400 (or 0xA82400) is known color: Rust. HEX triplet: A8, 24 and 00. RGB value is (168,36,0). Sum of RGB (Red+Green+Blue) = 168+36+0=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A82400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82400 is #57DBFF. Grayscale: #474747. Windows color (decimal): -5757952 or 9384. OLE color: 9384.
HSL color Cylindrical-coordinate representation of color #A82400: hue angle of 12.86º 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 #A82400 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.34 |
| HSL | 12.86º | 1% | 0.33% | - |
| HSV(B) | 12.86º | 1% | 0.66% | - |
| XYZ | 16.78 | 9.59 | 0.97 | - |
| YUV | 71.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 0 | 0 | 0.79 | 1 | 0.34 | 12.86 | 1 | 0.33 |
| Hex | A8 | 24 | 0 | 0 | 4F | 64 | 22 | D | 64 | 21 |
| Octal | 250 | 44 | 0 | 0 | 117 | 144 | 42 | 15 | 144 | 41 |
| Binary | 10101000 | 100100 | 0 | 0 | 1001111 | 1100100 | 100010 | 1101 | 1100100 | 100001 |
Color Harmonies of #A82400
Complementary color
Monochromatic Colors of #A82400
Black with #A82400
Text Example
Text Example
White with #A82400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82400; }
p { color: rgb(168,36,0); }
H1.HeaderClassName
{
color: #A82400;
}
.AnyTagClassName
{
color: #A82400;
}
</style>
background-color css
<style>
a { background-color: #A82400; }
a { background-color: rgb(168,36,0); }
div.DivClassName
{
background-color: #A82400;
}
.BgClassName
{
background-color: #A82400;
}
</style>
border-color css
<style>
span { border-color: #A82400; }
span { border-color: rgb(168,36,0); }
td.TdClassName
{
border-color: #A82400;
}
.TagClassName
{
border-color: #A82400;
}
</style>