Shades of Rust #A63401
Tints of Rust #A63401
RGB
CMYK
RGB Variations
Color information
#A63401 (or 0xA63401) is known color: Rust. HEX triplet: A6, 34 and 01. RGB value is (166,52,1). Sum of RGB (Red+Green+Blue) = 166+52+1=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A63401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63401 is #59CBFE. Grayscale: #505050. Windows color (decimal): -5884927 or 79014. OLE color: 79014.
HSL color Cylindrical-coordinate representation of color #A63401: hue angle of 18.55º degrees, saturation: 0.99, 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 #A63401 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.35 |
| HSL | 18.55º | 0.99% | 0.33% | - |
| HSV(B) | 18.55º | 0.99% | 0.65% | - |
| XYZ | 16.96 | 10.57 | 1.17 | - |
| YUV | 80.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 1 | 0 | 0.69 | 0.99 | 0.35 | 18.55 | 0.99 | 0.33 |
| Hex | A6 | 34 | 1 | 0 | 45 | 63 | 23 | 13 | 63 | 21 |
| Octal | 246 | 64 | 1 | 0 | 105 | 143 | 43 | 23 | 143 | 41 |
| Binary | 10100110 | 110100 | 1 | 0 | 1000101 | 1100011 | 100011 | 10011 | 1100011 | 100001 |
Color Harmonies of #A63401
Complementary color
Monochromatic Colors of #A63401
Black with #A63401
Text Example
Text Example
White with #A63401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63401; }
p { color: rgb(166,52,1); }
H1.HeaderClassName
{
color: #A63401;
}
.AnyTagClassName
{
color: #A63401;
}
</style>
background-color css
<style>
a { background-color: #A63401; }
a { background-color: rgb(166,52,1); }
div.DivClassName
{
background-color: #A63401;
}
.BgClassName
{
background-color: #A63401;
}
</style>
border-color css
<style>
span { border-color: #A63401; }
span { border-color: rgb(166,52,1); }
td.TdClassName
{
border-color: #A63401;
}
.TagClassName
{
border-color: #A63401;
}
</style>