Shades of Rust #A64002
Tints of Rust #A64002
RGB
CMYK
RGB Variations
Color information
#A64002 (or 0xA64002) is known color: Rust. HEX triplet: A6, 40 and 02. RGB value is (166,64,2). Sum of RGB (Red+Green+Blue) = 166+64+2=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A64002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64002 is #59BFFD. Grayscale: #575757. Windows color (decimal): -5881854 or 147622. OLE color: 147622.
HSL color Cylindrical-coordinate representation of color #A64002: hue angle of 22.68º 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 #A64002 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.35 |
| HSL | 22.68º | 0.98% | 0.33% | - |
| HSV(B) | 22.68º | 0.99% | 0.65% | - |
| XYZ | 17.57 | 11.78 | 1.4 | - |
| YUV | 87.43 | 79.79 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 2 | 0 | 0.61 | 0.99 | 0.35 | 22.68 | 0.98 | 0.33 |
| Hex | A6 | 40 | 2 | 0 | 3D | 63 | 23 | 17 | 62 | 21 |
| Octal | 246 | 100 | 2 | 0 | 75 | 143 | 43 | 27 | 142 | 41 |
| Binary | 10100110 | 1000000 | 10 | 0 | 111101 | 1100011 | 100011 | 10111 | 1100010 | 100001 |
Color Harmonies of #A64002
Complementary color
Monochromatic Colors of #A64002
Black with #A64002
Text Example
Text Example
White with #A64002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64002; }
p { color: rgb(166,64,2); }
H1.HeaderClassName
{
color: #A64002;
}
.AnyTagClassName
{
color: #A64002;
}
</style>
background-color css
<style>
a { background-color: #A64002; }
a { background-color: rgb(166,64,2); }
div.DivClassName
{
background-color: #A64002;
}
.BgClassName
{
background-color: #A64002;
}
</style>
border-color css
<style>
span { border-color: #A64002; }
span { border-color: rgb(166,64,2); }
td.TdClassName
{
border-color: #A64002;
}
.TagClassName
{
border-color: #A64002;
}
</style>