Shades of Rust #A82601
Tints of Rust #A82601
RGB
CMYK
RGB Variations
Color information
#A82601 (or 0xA82601) is known color: Rust. HEX triplet: A8, 26 and 01. RGB value is (168,38,1). Sum of RGB (Red+Green+Blue) = 168+38+1=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A82601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82601 is #57D9FE. Grayscale: #484848. Windows color (decimal): -5757439 or 75432. OLE color: 75432.
HSL color Cylindrical-coordinate representation of color #A82601: hue angle of 13.29º 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 #A82601 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.34 |
| HSL | 13.29º | 0.99% | 0.33% | - |
| HSV(B) | 13.29º | 0.99% | 0.66% | - |
| XYZ | 16.85 | 9.71 | 1.02 | - |
| YUV | 72.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 1 | 0 | 0.77 | 0.99 | 0.34 | 13.29 | 0.99 | 0.33 |
| Hex | A8 | 26 | 1 | 0 | 4D | 63 | 22 | D | 63 | 21 |
| Octal | 250 | 46 | 1 | 0 | 115 | 143 | 42 | 15 | 143 | 41 |
| Binary | 10101000 | 100110 | 1 | 0 | 1001101 | 1100011 | 100010 | 1101 | 1100011 | 100001 |
Color Harmonies of #A82601
Complementary color
Monochromatic Colors of #A82601
Black with #A82601
Text Example
Text Example
White with #A82601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82601; }
p { color: rgb(168,38,1); }
H1.HeaderClassName
{
color: #A82601;
}
.AnyTagClassName
{
color: #A82601;
}
</style>
background-color css
<style>
a { background-color: #A82601; }
a { background-color: rgb(168,38,1); }
div.DivClassName
{
background-color: #A82601;
}
.BgClassName
{
background-color: #A82601;
}
</style>
border-color css
<style>
span { border-color: #A82601; }
span { border-color: rgb(168,38,1); }
td.TdClassName
{
border-color: #A82601;
}
.TagClassName
{
border-color: #A82601;
}
</style>