Shades of Rust #A64302
Tints of Rust #A64302
RGB
CMYK
RGB Variations
Color information
#A64302 (or 0xA64302) is known color: Rust. HEX triplet: A6, 43 and 02. RGB value is (166,67,2). Sum of RGB (Red+Green+Blue) = 166+67+2=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A64302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64302 is #59BCFD. Grayscale: #595959. Windows color (decimal): -5881086 or 148390. OLE color: 148390.
HSL color Cylindrical-coordinate representation of color #A64302: hue angle of 23.78º 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 #A64302 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.35 |
| HSL | 23.78º | 0.98% | 0.33% | - |
| HSV(B) | 23.78º | 0.99% | 0.65% | - |
| XYZ | 17.74 | 12.13 | 1.46 | - |
| YUV | 89.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 2 | 0 | 0.60 | 0.99 | 0.35 | 23.78 | 0.98 | 0.33 |
| Hex | A6 | 43 | 2 | 0 | 3C | 63 | 23 | 18 | 62 | 21 |
| Octal | 246 | 103 | 2 | 0 | 74 | 143 | 43 | 30 | 142 | 41 |
| Binary | 10100110 | 1000011 | 10 | 0 | 111100 | 1100011 | 100011 | 11000 | 1100010 | 100001 |
Color Harmonies of #A64302
Complementary color
Monochromatic Colors of #A64302
Black with #A64302
Text Example
Text Example
White with #A64302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64302; }
p { color: rgb(166,67,2); }
H1.HeaderClassName
{
color: #A64302;
}
.AnyTagClassName
{
color: #A64302;
}
</style>
background-color css
<style>
a { background-color: #A64302; }
a { background-color: rgb(166,67,2); }
div.DivClassName
{
background-color: #A64302;
}
.BgClassName
{
background-color: #A64302;
}
</style>
border-color css
<style>
span { border-color: #A64302; }
span { border-color: rgb(166,67,2); }
td.TdClassName
{
border-color: #A64302;
}
.TagClassName
{
border-color: #A64302;
}
</style>