Shades of Rust #A62801
Tints of Rust #A62801
RGB
CMYK
RGB Variations
Color information
#A62801 (or 0xA62801) is known color: Rust. HEX triplet: A6, 28 and 01. RGB value is (166,40,1). Sum of RGB (Red+Green+Blue) = 166+40+1=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A62801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62801 is #59D7FE. Grayscale: #494949. Windows color (decimal): -5887999 or 75942. OLE color: 75942.
HSL color Cylindrical-coordinate representation of color #A62801: hue angle of 14.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A62801 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.35 |
| HSL | 14.18º | 0.99% | 0.33% | - |
| HSV(B) | 14.18º | 0.99% | 0.65% | - |
| XYZ | 16.49 | 9.63 | 1.02 | - |
| YUV | 73.23 | 87.24 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 1 | 0 | 0.76 | 0.99 | 0.35 | 14.18 | 0.99 | 0.33 |
| Hex | A6 | 28 | 1 | 0 | 4C | 63 | 23 | E | 63 | 21 |
| Octal | 246 | 50 | 1 | 0 | 114 | 143 | 43 | 16 | 143 | 41 |
| Binary | 10100110 | 101000 | 1 | 0 | 1001100 | 1100011 | 100011 | 1110 | 1100011 | 100001 |
Color Harmonies of #A62801
Complementary color
Monochromatic Colors of #A62801
Black with #A62801
Text Example
Text Example
White with #A62801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62801; }
p { color: rgb(166,40,1); }
H1.HeaderClassName
{
color: #A62801;
}
.AnyTagClassName
{
color: #A62801;
}
</style>
background-color css
<style>
a { background-color: #A62801; }
a { background-color: rgb(166,40,1); }
div.DivClassName
{
background-color: #A62801;
}
.BgClassName
{
background-color: #A62801;
}
</style>
border-color css
<style>
span { border-color: #A62801; }
span { border-color: rgb(166,40,1); }
td.TdClassName
{
border-color: #A62801;
}
.TagClassName
{
border-color: #A62801;
}
</style>