Shades of Rust #A82701
Tints of Rust #A82701
RGB
CMYK
RGB Variations
Color information
#A82701 (or 0xA82701) is known color: Rust. HEX triplet: A8, 27 and 01. RGB value is (168,39,1). Sum of RGB (Red+Green+Blue) = 168+39+1=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A82701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82701 is #57D8FE. Grayscale: #494949. Windows color (decimal): -5757183 or 75688. OLE color: 75688.
HSL color Cylindrical-coordinate representation of color #A82701: hue angle of 13.65º 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 #A82701 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.34 |
| HSL | 13.65º | 0.99% | 0.33% | - |
| HSV(B) | 13.65º | 0.99% | 0.66% | - |
| XYZ | 16.88 | 9.78 | 1.03 | - |
| YUV | 73.24 | 87.24 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 1 | 0 | 0.77 | 0.99 | 0.34 | 13.65 | 0.99 | 0.33 |
| Hex | A8 | 27 | 1 | 0 | 4D | 63 | 22 | E | 63 | 21 |
| Octal | 250 | 47 | 1 | 0 | 115 | 143 | 42 | 16 | 143 | 41 |
| Binary | 10101000 | 100111 | 1 | 0 | 1001101 | 1100011 | 100010 | 1110 | 1100011 | 100001 |
Color Harmonies of #A82701
Complementary color
Monochromatic Colors of #A82701
Black with #A82701
Text Example
Text Example
White with #A82701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82701; }
p { color: rgb(168,39,1); }
H1.HeaderClassName
{
color: #A82701;
}
.AnyTagClassName
{
color: #A82701;
}
</style>
background-color css
<style>
a { background-color: #A82701; }
a { background-color: rgb(168,39,1); }
div.DivClassName
{
background-color: #A82701;
}
.BgClassName
{
background-color: #A82701;
}
</style>
border-color css
<style>
span { border-color: #A82701; }
span { border-color: rgb(168,39,1); }
td.TdClassName
{
border-color: #A82701;
}
.TagClassName
{
border-color: #A82701;
}
</style>