Shades of Rust #A63404
Tints of Rust #A63404
RGB
CMYK
RGB Variations
Color information
#A63404 (or 0xA63404) is known color: Rust. HEX triplet: A6, 34 and 04. RGB value is (166,52,4). Sum of RGB (Red+Green+Blue) = 166+52+4=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A63404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63404 is #59CBFB. Grayscale: #505050. Windows color (decimal): -5884924 or 275622. OLE color: 275622.
HSL color Cylindrical-coordinate representation of color #A63404: hue angle of 17.78º 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 #A63404 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.35 |
| HSL | 17.78º | 0.95% | 0.33% | - |
| HSV(B) | 17.78º | 0.98% | 0.65% | - |
| XYZ | 16.98 | 10.57 | 1.26 | - |
| YUV | 80.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 4 | 0 | 0.69 | 0.98 | 0.35 | 17.78 | 0.95 | 0.33 |
| Hex | A6 | 34 | 4 | 0 | 45 | 62 | 23 | 12 | 5F | 21 |
| Octal | 246 | 64 | 4 | 0 | 105 | 142 | 43 | 22 | 137 | 41 |
| Binary | 10100110 | 110100 | 100 | 0 | 1000101 | 1100010 | 100011 | 10010 | 1011111 | 100001 |
Color Harmonies of #A63404
Complementary color
Monochromatic Colors of #A63404
Black with #A63404
Text Example
Text Example
White with #A63404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63404; }
p { color: rgb(166,52,4); }
H1.HeaderClassName
{
color: #A63404;
}
.AnyTagClassName
{
color: #A63404;
}
</style>
background-color css
<style>
a { background-color: #A63404; }
a { background-color: rgb(166,52,4); }
div.DivClassName
{
background-color: #A63404;
}
.BgClassName
{
background-color: #A63404;
}
</style>
border-color css
<style>
span { border-color: #A63404; }
span { border-color: rgb(166,52,4); }
td.TdClassName
{
border-color: #A63404;
}
.TagClassName
{
border-color: #A63404;
}
</style>