Shades of Rust #A64301
Tints of Rust #A64301
RGB
CMYK
RGB Variations
Color information
#A64301 (or 0xA64301) is known color: Rust. HEX triplet: A6, 43 and 01. RGB value is (166,67,1). Sum of RGB (Red+Green+Blue) = 166+67+1=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A64301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64301 is #59BCFE. Grayscale: #595959. Windows color (decimal): -5881087 or 82854. OLE color: 82854.
HSL color Cylindrical-coordinate representation of color #A64301: hue angle of 24º 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 #A64301 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.35 |
| HSL | 24º | 0.99% | 0.33% | - |
| HSV(B) | 24º | 0.99% | 0.65% | - |
| XYZ | 17.74 | 12.12 | 1.43 | - |
| YUV | 89.08 | 78.3 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 1 | 0 | 0.60 | 0.99 | 0.35 | 24 | 0.99 | 0.33 |
| Hex | A6 | 43 | 1 | 0 | 3C | 63 | 23 | 18 | 63 | 21 |
| Octal | 246 | 103 | 1 | 0 | 74 | 143 | 43 | 30 | 143 | 41 |
| Binary | 10100110 | 1000011 | 1 | 0 | 111100 | 1100011 | 100011 | 11000 | 1100011 | 100001 |
Color Harmonies of #A64301
Complementary color
Monochromatic Colors of #A64301
Black with #A64301
Text Example
Text Example
White with #A64301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64301; }
p { color: rgb(166,67,1); }
H1.HeaderClassName
{
color: #A64301;
}
.AnyTagClassName
{
color: #A64301;
}
</style>
background-color css
<style>
a { background-color: #A64301; }
a { background-color: rgb(166,67,1); }
div.DivClassName
{
background-color: #A64301;
}
.BgClassName
{
background-color: #A64301;
}
</style>
border-color css
<style>
span { border-color: #A64301; }
span { border-color: rgb(166,67,1); }
td.TdClassName
{
border-color: #A64301;
}
.TagClassName
{
border-color: #A64301;
}
</style>