Shades of Rust #A65203
Tints of Rust #A65203
RGB
CMYK
RGB Variations
Color information
#A65203 (or 0xA65203) is known color: Rust. HEX triplet: A6, 52 and 03. RGB value is (166,82,3). Sum of RGB (Red+Green+Blue) = 166+82+3=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A65203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65203 is #59ADFC. Grayscale: #626262. Windows color (decimal): -5877245 or 217766. OLE color: 217766.
HSL color Cylindrical-coordinate representation of color #A65203: hue angle of 29.08º 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 #A65203 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.35 |
| HSL | 29.08º | 0.96% | 0.33% | - |
| HSV(B) | 29.08º | 0.98% | 0.65% | - |
| XYZ | 18.76 | 14.15 | 1.83 | - |
| YUV | 98.11 | 74.33 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 3 | 0 | 0.51 | 0.98 | 0.35 | 29.08 | 0.96 | 0.33 |
| Hex | A6 | 52 | 3 | 0 | 33 | 62 | 23 | 1D | 60 | 21 |
| Octal | 246 | 122 | 3 | 0 | 63 | 142 | 43 | 35 | 140 | 41 |
| Binary | 10100110 | 1010010 | 11 | 0 | 110011 | 1100010 | 100011 | 11101 | 1100000 | 100001 |
Color Harmonies of #A65203
Complementary color
Monochromatic Colors of #A65203
Black with #A65203
Text Example
Text Example
White with #A65203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65203; }
p { color: rgb(166,82,3); }
H1.HeaderClassName
{
color: #A65203;
}
.AnyTagClassName
{
color: #A65203;
}
</style>
background-color css
<style>
a { background-color: #A65203; }
a { background-color: rgb(166,82,3); }
div.DivClassName
{
background-color: #A65203;
}
.BgClassName
{
background-color: #A65203;
}
</style>
border-color css
<style>
span { border-color: #A65203; }
span { border-color: rgb(166,82,3); }
td.TdClassName
{
border-color: #A65203;
}
.TagClassName
{
border-color: #A65203;
}
</style>