Shades of Rust #A65002
Tints of Rust #A65002
RGB
CMYK
RGB Variations
Color information
#A65002 (or 0xA65002) is known color: Rust. HEX triplet: A6, 50 and 02. RGB value is (166,80,2). Sum of RGB (Red+Green+Blue) = 166+80+2=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A65002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65002 is #59AFFD. Grayscale: #616161. Windows color (decimal): -5877758 or 151718. OLE color: 151718.
HSL color Cylindrical-coordinate representation of color #A65002: hue angle of 28.54º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A65002 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.35 |
| HSL | 28.54º | 0.98% | 0.33% | - |
| HSV(B) | 28.54º | 0.99% | 0.65% | - |
| XYZ | 18.61 | 13.85 | 1.75 | - |
| YUV | 96.82 | 74.49 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 2 | 0 | 0.52 | 0.99 | 0.35 | 28.54 | 0.98 | 0.33 |
| Hex | A6 | 50 | 2 | 0 | 34 | 63 | 23 | 1D | 62 | 21 |
| Octal | 246 | 120 | 2 | 0 | 64 | 143 | 43 | 35 | 142 | 41 |
| Binary | 10100110 | 1010000 | 10 | 0 | 110100 | 1100011 | 100011 | 11101 | 1100010 | 100001 |
Color Harmonies of #A65002
Complementary color
Monochromatic Colors of #A65002
Black with #A65002
Text Example
Text Example
White with #A65002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65002; }
p { color: rgb(166,80,2); }
H1.HeaderClassName
{
color: #A65002;
}
.AnyTagClassName
{
color: #A65002;
}
</style>
background-color css
<style>
a { background-color: #A65002; }
a { background-color: rgb(166,80,2); }
div.DivClassName
{
background-color: #A65002;
}
.BgClassName
{
background-color: #A65002;
}
</style>
border-color css
<style>
span { border-color: #A65002; }
span { border-color: rgb(166,80,2); }
td.TdClassName
{
border-color: #A65002;
}
.TagClassName
{
border-color: #A65002;
}
</style>