Shades of Rust #A64802
Tints of Rust #A64802
RGB
CMYK
RGB Variations
Color information
#A64802 (or 0xA64802) is known color: Rust. HEX triplet: A6, 48 and 02. RGB value is (166,72,2). Sum of RGB (Red+Green+Blue) = 166+72+2=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A64802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64802 is #59B7FD. Grayscale: #5C5C5C. Windows color (decimal): -5879806 or 149670. OLE color: 149670.
HSL color Cylindrical-coordinate representation of color #A64802: hue angle of 25.61º degrees, saturation: 0.98, 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 #A64802 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.35 |
| HSL | 25.61º | 0.98% | 0.33% | - |
| HSV(B) | 25.61º | 0.99% | 0.65% | - |
| XYZ | 18.05 | 12.75 | 1.57 | - |
| YUV | 92.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 2 | 0 | 0.57 | 0.99 | 0.35 | 25.61 | 0.98 | 0.33 |
| Hex | A6 | 48 | 2 | 0 | 39 | 63 | 23 | 1A | 62 | 21 |
| Octal | 246 | 110 | 2 | 0 | 71 | 143 | 43 | 32 | 142 | 41 |
| Binary | 10100110 | 1001000 | 10 | 0 | 111001 | 1100011 | 100011 | 11010 | 1100010 | 100001 |
Color Harmonies of #A64802
Complementary color
Monochromatic Colors of #A64802
Black with #A64802
Text Example
Text Example
White with #A64802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64802; }
p { color: rgb(166,72,2); }
H1.HeaderClassName
{
color: #A64802;
}
.AnyTagClassName
{
color: #A64802;
}
</style>
background-color css
<style>
a { background-color: #A64802; }
a { background-color: rgb(166,72,2); }
div.DivClassName
{
background-color: #A64802;
}
.BgClassName
{
background-color: #A64802;
}
</style>
border-color css
<style>
span { border-color: #A64802; }
span { border-color: rgb(166,72,2); }
td.TdClassName
{
border-color: #A64802;
}
.TagClassName
{
border-color: #A64802;
}
</style>