Shades of Rust #A13C04
Tints of Rust #A13C04
RGB
CMYK
RGB Variations
Color information
#A13C04 (or 0xA13C04) is known color: Rust. HEX triplet: A1, 3C and 04. RGB value is (161,60,4). Sum of RGB (Red+Green+Blue) = 161+60+4=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C04 is #5EC3FB. Grayscale: #545454. Windows color (decimal): -6210556 or 277665. OLE color: 277665.
HSL color Cylindrical-coordinate representation of color #A13C04: hue angle of 21.4º 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 #A13C04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.37 |
| HSL | 21.4º | 0.95% | 0.32% | - |
| HSV(B) | 21.4º | 0.98% | 0.63% | - |
| XYZ | 16.34 | 10.82 | 1.34 | - |
| YUV | 83.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 4 | 0 | 0.63 | 0.98 | 0.37 | 21.4 | 0.95 | 0.32 |
| Hex | A1 | 3C | 4 | 0 | 3F | 62 | 25 | 15 | 5F | 20 |
| Octal | 241 | 74 | 4 | 0 | 77 | 142 | 45 | 25 | 137 | 40 |
| Binary | 10100001 | 111100 | 100 | 0 | 111111 | 1100010 | 100101 | 10101 | 1011111 | 100000 |
Color Harmonies of #A13C04
Complementary color
Monochromatic Colors of #A13C04
Black with #A13C04
Text Example
Text Example
White with #A13C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C04; }
p { color: rgb(161,60,4); }
H1.HeaderClassName
{
color: #A13C04;
}
.AnyTagClassName
{
color: #A13C04;
}
</style>
background-color css
<style>
a { background-color: #A13C04; }
a { background-color: rgb(161,60,4); }
div.DivClassName
{
background-color: #A13C04;
}
.BgClassName
{
background-color: #A13C04;
}
</style>
border-color css
<style>
span { border-color: #A13C04; }
span { border-color: rgb(161,60,4); }
td.TdClassName
{
border-color: #A13C04;
}
.TagClassName
{
border-color: #A13C04;
}
</style>