Shades of Rust #A64503
Tints of Rust #A64503
RGB
CMYK
RGB Variations
Color information
#A64503 (or 0xA64503) is known color: Rust. HEX triplet: A6, 45 and 03. RGB value is (166,69,3). Sum of RGB (Red+Green+Blue) = 166+69+3=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A64503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64503 is #59BAFC. Grayscale: #5A5A5A. Windows color (decimal): -5880573 or 214438. OLE color: 214438.
HSL color Cylindrical-coordinate representation of color #A64503: hue angle of 24.29º 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 #A64503 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.35 |
| HSL | 24.29º | 0.96% | 0.33% | - |
| HSV(B) | 24.29º | 0.98% | 0.65% | - |
| XYZ | 17.87 | 12.37 | 1.53 | - |
| YUV | 90.48 | 78.64 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 3 | 0 | 0.58 | 0.98 | 0.35 | 24.29 | 0.96 | 0.33 |
| Hex | A6 | 45 | 3 | 0 | 3A | 62 | 23 | 18 | 60 | 21 |
| Octal | 246 | 105 | 3 | 0 | 72 | 142 | 43 | 30 | 140 | 41 |
| Binary | 10100110 | 1000101 | 11 | 0 | 111010 | 1100010 | 100011 | 11000 | 1100000 | 100001 |
Color Harmonies of #A64503
Complementary color
Monochromatic Colors of #A64503
Black with #A64503
Text Example
Text Example
White with #A64503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64503; }
p { color: rgb(166,69,3); }
H1.HeaderClassName
{
color: #A64503;
}
.AnyTagClassName
{
color: #A64503;
}
</style>
background-color css
<style>
a { background-color: #A64503; }
a { background-color: rgb(166,69,3); }
div.DivClassName
{
background-color: #A64503;
}
.BgClassName
{
background-color: #A64503;
}
</style>
border-color css
<style>
span { border-color: #A64503; }
span { border-color: rgb(166,69,3); }
td.TdClassName
{
border-color: #A64503;
}
.TagClassName
{
border-color: #A64503;
}
</style>