Shades of Rust #A64803
Tints of Rust #A64803
RGB
CMYK
RGB Variations
Color information
#A64803 (or 0xA64803) is known color: Rust. HEX triplet: A6, 48 and 03. RGB value is (166,72,3). Sum of RGB (Red+Green+Blue) = 166+72+3=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A64803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64803 is #59B7FC. Grayscale: #5C5C5C. Windows color (decimal): -5879805 or 215206. OLE color: 215206.
HSL color Cylindrical-coordinate representation of color #A64803: hue angle of 25.4º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A64803 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.35 |
| HSL | 25.4º | 0.96% | 0.33% | - |
| HSV(B) | 25.4º | 0.98% | 0.65% | - |
| XYZ | 18.06 | 12.75 | 1.59 | - |
| YUV | 92.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 3 | 0 | 0.57 | 0.98 | 0.35 | 25.4 | 0.96 | 0.33 |
| Hex | A6 | 48 | 3 | 0 | 39 | 62 | 23 | 19 | 60 | 21 |
| Octal | 246 | 110 | 3 | 0 | 71 | 142 | 43 | 31 | 140 | 41 |
| Binary | 10100110 | 1001000 | 11 | 0 | 111001 | 1100010 | 100011 | 11001 | 1100000 | 100001 |
Color Harmonies of #A64803
Complementary color
Monochromatic Colors of #A64803
Black with #A64803
Text Example
Text Example
White with #A64803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64803; }
p { color: rgb(166,72,3); }
H1.HeaderClassName
{
color: #A64803;
}
.AnyTagClassName
{
color: #A64803;
}
</style>
background-color css
<style>
a { background-color: #A64803; }
a { background-color: rgb(166,72,3); }
div.DivClassName
{
background-color: #A64803;
}
.BgClassName
{
background-color: #A64803;
}
</style>
border-color css
<style>
span { border-color: #A64803; }
span { border-color: rgb(166,72,3); }
td.TdClassName
{
border-color: #A64803;
}
.TagClassName
{
border-color: #A64803;
}
</style>