Shades of Rust #A63A04
Tints of Rust #A63A04
RGB
CMYK
RGB Variations
Color information
#A63A04 (or 0xA63A04) is known color: Rust. HEX triplet: A6, 3A and 04. RGB value is (166,58,4). Sum of RGB (Red+Green+Blue) = 166+58+4=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63A04 is #59C5FB. Grayscale: #545454. Windows color (decimal): -5883388 or 277158. OLE color: 277158.
HSL color Cylindrical-coordinate representation of color #A63A04: hue angle of 20º degrees, saturation: 0.95, 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 #A63A04 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.35 |
| HSL | 20º | 0.95% | 0.33% | - |
| HSV(B) | 20º | 0.98% | 0.65% | - |
| XYZ | 17.26 | 11.14 | 1.36 | - |
| YUV | 84.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 4 | 0 | 0.65 | 0.98 | 0.35 | 20 | 0.95 | 0.33 |
| Hex | A6 | 3A | 4 | 0 | 41 | 62 | 23 | 14 | 5F | 21 |
| Octal | 246 | 72 | 4 | 0 | 101 | 142 | 43 | 24 | 137 | 41 |
| Binary | 10100110 | 111010 | 100 | 0 | 1000001 | 1100010 | 100011 | 10100 | 1011111 | 100001 |
Color Harmonies of #A63A04
Complementary color
Monochromatic Colors of #A63A04
Black with #A63A04
Text Example
Text Example
White with #A63A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A04; }
p { color: rgb(166,58,4); }
H1.HeaderClassName
{
color: #A63A04;
}
.AnyTagClassName
{
color: #A63A04;
}
</style>
background-color css
<style>
a { background-color: #A63A04; }
a { background-color: rgb(166,58,4); }
div.DivClassName
{
background-color: #A63A04;
}
.BgClassName
{
background-color: #A63A04;
}
</style>
border-color css
<style>
span { border-color: #A63A04; }
span { border-color: rgb(166,58,4); }
td.TdClassName
{
border-color: #A63A04;
}
.TagClassName
{
border-color: #A63A04;
}
</style>