Shades of Rust #A65003
Tints of Rust #A65003
RGB
CMYK
RGB Variations
Color information
#A65003 (or 0xA65003) is known color: Rust. HEX triplet: A6, 50 and 03. RGB value is (166,80,3). Sum of RGB (Red+Green+Blue) = 166+80+3=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A65003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65003 is #59AFFC. Grayscale: #616161. Windows color (decimal): -5877757 or 217254. OLE color: 217254.
HSL color Cylindrical-coordinate representation of color #A65003: hue angle of 28.34º 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 #A65003 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.35 |
| HSL | 28.34º | 0.96% | 0.33% | - |
| HSV(B) | 28.34º | 0.98% | 0.65% | - |
| XYZ | 18.61 | 13.85 | 1.78 | - |
| YUV | 96.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 3 | 0 | 0.52 | 0.98 | 0.35 | 28.34 | 0.96 | 0.33 |
| Hex | A6 | 50 | 3 | 0 | 34 | 62 | 23 | 1C | 60 | 21 |
| Octal | 246 | 120 | 3 | 0 | 64 | 142 | 43 | 34 | 140 | 41 |
| Binary | 10100110 | 1010000 | 11 | 0 | 110100 | 1100010 | 100011 | 11100 | 1100000 | 100001 |
Color Harmonies of #A65003
Complementary color
Monochromatic Colors of #A65003
Black with #A65003
Text Example
Text Example
White with #A65003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65003; }
p { color: rgb(166,80,3); }
H1.HeaderClassName
{
color: #A65003;
}
.AnyTagClassName
{
color: #A65003;
}
</style>
background-color css
<style>
a { background-color: #A65003; }
a { background-color: rgb(166,80,3); }
div.DivClassName
{
background-color: #A65003;
}
.BgClassName
{
background-color: #A65003;
}
</style>
border-color css
<style>
span { border-color: #A65003; }
span { border-color: rgb(166,80,3); }
td.TdClassName
{
border-color: #A65003;
}
.TagClassName
{
border-color: #A65003;
}
</style>