Shades of Rust #A64F03
Tints of Rust #A64F03
RGB
CMYK
RGB Variations
Color information
#A64F03 (or 0xA64F03) is known color: Rust. HEX triplet: A6, 4F and 03. RGB value is (166,79,3). Sum of RGB (Red+Green+Blue) = 166+79+3=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64F03 is #59B0FC. Grayscale: #606060. Windows color (decimal): -5878013 or 216998. OLE color: 216998.
HSL color Cylindrical-coordinate representation of color #A64F03: hue angle of 27.98º 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 #A64F03 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.35 |
| HSL | 27.98º | 0.96% | 0.33% | - |
| HSV(B) | 27.98º | 0.98% | 0.65% | - |
| XYZ | 18.54 | 13.71 | 1.75 | - |
| YUV | 96.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 3 | 0 | 0.52 | 0.98 | 0.35 | 27.98 | 0.96 | 0.33 |
| Hex | A6 | 4F | 3 | 0 | 34 | 62 | 23 | 1C | 60 | 21 |
| Octal | 246 | 117 | 3 | 0 | 64 | 142 | 43 | 34 | 140 | 41 |
| Binary | 10100110 | 1001111 | 11 | 0 | 110100 | 1100010 | 100011 | 11100 | 1100000 | 100001 |
Color Harmonies of #A64F03
Complementary color
Monochromatic Colors of #A64F03
Black with #A64F03
Text Example
Text Example
White with #A64F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F03; }
p { color: rgb(166,79,3); }
H1.HeaderClassName
{
color: #A64F03;
}
.AnyTagClassName
{
color: #A64F03;
}
</style>
background-color css
<style>
a { background-color: #A64F03; }
a { background-color: rgb(166,79,3); }
div.DivClassName
{
background-color: #A64F03;
}
.BgClassName
{
background-color: #A64F03;
}
</style>
border-color css
<style>
span { border-color: #A64F03; }
span { border-color: rgb(166,79,3); }
td.TdClassName
{
border-color: #A64F03;
}
.TagClassName
{
border-color: #A64F03;
}
</style>