Shades of Rust #A13604
Tints of Rust #A13604
RGB
CMYK
RGB Variations
Color information
#A13604 (or 0xA13604) is known color: Rust. HEX triplet: A1, 36 and 04. RGB value is (161,54,4). Sum of RGB (Red+Green+Blue) = 161+54+4=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A13604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13604 is #5EC9FB. Grayscale: #505050. Windows color (decimal): -6212092 or 276129. OLE color: 276129.
HSL color Cylindrical-coordinate representation of color #A13604: hue angle of 19.11º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A13604 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.37 |
| HSL | 19.11º | 0.95% | 0.32% | - |
| HSV(B) | 19.11º | 0.98% | 0.63% | - |
| XYZ | 16.04 | 10.22 | 1.24 | - |
| YUV | 80.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 4 | 0 | 0.66 | 0.98 | 0.37 | 19.11 | 0.95 | 0.32 |
| Hex | A1 | 36 | 4 | 0 | 42 | 62 | 25 | 13 | 5F | 20 |
| Octal | 241 | 66 | 4 | 0 | 102 | 142 | 45 | 23 | 137 | 40 |
| Binary | 10100001 | 110110 | 100 | 0 | 1000010 | 1100010 | 100101 | 10011 | 1011111 | 100000 |
Color Harmonies of #A13604
Complementary color
Monochromatic Colors of #A13604
Black with #A13604
Text Example
Text Example
White with #A13604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13604; }
p { color: rgb(161,54,4); }
H1.HeaderClassName
{
color: #A13604;
}
.AnyTagClassName
{
color: #A13604;
}
</style>
background-color css
<style>
a { background-color: #A13604; }
a { background-color: rgb(161,54,4); }
div.DivClassName
{
background-color: #A13604;
}
.BgClassName
{
background-color: #A13604;
}
</style>
border-color css
<style>
span { border-color: #A13604; }
span { border-color: rgb(161,54,4); }
td.TdClassName
{
border-color: #A13604;
}
.TagClassName
{
border-color: #A13604;
}
</style>