Shades of Rust #A64F01
Tints of Rust #A64F01
RGB
CMYK
RGB Variations
Color information
#A64F01 (or 0xA64F01) is known color: Rust. HEX triplet: A6, 4F and 01. RGB value is (166,79,1). Sum of RGB (Red+Green+Blue) = 166+79+1=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64F01 is #59B0FE. Grayscale: #606060. Windows color (decimal): -5878015 or 85926. OLE color: 85926.
HSL color Cylindrical-coordinate representation of color #A64F01: hue angle of 28.36º 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 #A64F01 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.35 |
| HSL | 28.36º | 0.99% | 0.33% | - |
| HSV(B) | 28.36º | 0.99% | 0.65% | - |
| XYZ | 18.53 | 13.7 | 1.7 | - |
| YUV | 96.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 1 | 0 | 0.52 | 0.99 | 0.35 | 28.36 | 0.99 | 0.33 |
| Hex | A6 | 4F | 1 | 0 | 34 | 63 | 23 | 1C | 63 | 21 |
| Octal | 246 | 117 | 1 | 0 | 64 | 143 | 43 | 34 | 143 | 41 |
| Binary | 10100110 | 1001111 | 1 | 0 | 110100 | 1100011 | 100011 | 11100 | 1100011 | 100001 |
Color Harmonies of #A64F01
Complementary color
Monochromatic Colors of #A64F01
Black with #A64F01
Text Example
Text Example
White with #A64F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F01; }
p { color: rgb(166,79,1); }
H1.HeaderClassName
{
color: #A64F01;
}
.AnyTagClassName
{
color: #A64F01;
}
</style>
background-color css
<style>
a { background-color: #A64F01; }
a { background-color: rgb(166,79,1); }
div.DivClassName
{
background-color: #A64F01;
}
.BgClassName
{
background-color: #A64F01;
}
</style>
border-color css
<style>
span { border-color: #A64F01; }
span { border-color: rgb(166,79,1); }
td.TdClassName
{
border-color: #A64F01;
}
.TagClassName
{
border-color: #A64F01;
}
</style>