Shades of Rust #A82401
Tints of Rust #A82401
RGB
CMYK
RGB Variations
Color information
#A82401 (or 0xA82401) is known color: Rust. HEX triplet: A8, 24 and 01. RGB value is (168,36,1). Sum of RGB (Red+Green+Blue) = 168+36+1=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A82401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82401 is #57DBFE. Grayscale: #474747. Windows color (decimal): -5757951 or 74920. OLE color: 74920.
HSL color Cylindrical-coordinate representation of color #A82401: hue angle of 12.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A82401 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.34 |
| HSL | 12.57º | 0.99% | 0.33% | - |
| HSV(B) | 12.57º | 0.99% | 0.66% | - |
| XYZ | 16.78 | 9.59 | 0.99 | - |
| YUV | 71.48 | 88.23 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 1 | 0 | 0.79 | 0.99 | 0.34 | 12.57 | 0.99 | 0.33 |
| Hex | A8 | 24 | 1 | 0 | 4F | 63 | 22 | D | 63 | 21 |
| Octal | 250 | 44 | 1 | 0 | 117 | 143 | 42 | 15 | 143 | 41 |
| Binary | 10101000 | 100100 | 1 | 0 | 1001111 | 1100011 | 100010 | 1101 | 1100011 | 100001 |
Color Harmonies of #A82401
Complementary color
Monochromatic Colors of #A82401
Black with #A82401
Text Example
Text Example
White with #A82401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82401; }
p { color: rgb(168,36,1); }
H1.HeaderClassName
{
color: #A82401;
}
.AnyTagClassName
{
color: #A82401;
}
</style>
background-color css
<style>
a { background-color: #A82401; }
a { background-color: rgb(168,36,1); }
div.DivClassName
{
background-color: #A82401;
}
.BgClassName
{
background-color: #A82401;
}
</style>
border-color css
<style>
span { border-color: #A82401; }
span { border-color: rgb(168,36,1); }
td.TdClassName
{
border-color: #A82401;
}
.TagClassName
{
border-color: #A82401;
}
</style>