Shades of Rust #A13C0E
Tints of Rust #A13C0E
RGB
CMYK
RGB Variations
Color information
#A13C0E (or 0xA13C0E) is known color: Rust. HEX triplet: A1, 3C and 0E. RGB value is (161,60,14). Sum of RGB (Red+Green+Blue) = 161+60+14=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C0E is #5EC3F1. Grayscale: #555555. Windows color (decimal): -6210546 or 933025. OLE color: 933025.
HSL color Cylindrical-coordinate representation of color #A13C0E: hue angle of 18.78º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A13C0E is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 14 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.37 |
| HSL | 18.78º | 0.84% | 0.34% | - |
| HSV(B) | 18.78º | 0.91% | 0.63% | - |
| XYZ | 16.39 | 10.84 | 1.64 | - |
| YUV | 84.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 14 | 0 | 0.63 | 0.91 | 0.37 | 18.78 | 0.84 | 0.34 |
| Hex | A1 | 3C | E | 0 | 3F | 5B | 25 | 13 | 54 | 22 |
| Octal | 241 | 74 | 16 | 0 | 77 | 133 | 45 | 23 | 124 | 42 |
| Binary | 10100001 | 111100 | 1110 | 0 | 111111 | 1011011 | 100101 | 10011 | 1010100 | 100010 |
Color Harmonies of #A13C0E
Complementary color
Monochromatic Colors of #A13C0E
Black with #A13C0E
Text Example
Text Example
White with #A13C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C0E; }
p { color: rgb(161,60,14); }
H1.HeaderClassName
{
color: #A13C0E;
}
.AnyTagClassName
{
color: #A13C0E;
}
</style>
background-color css
<style>
a { background-color: #A13C0E; }
a { background-color: rgb(161,60,14); }
div.DivClassName
{
background-color: #A13C0E;
}
.BgClassName
{
background-color: #A13C0E;
}
</style>
border-color css
<style>
span { border-color: #A13C0E; }
span { border-color: rgb(161,60,14); }
td.TdClassName
{
border-color: #A13C0E;
}
.TagClassName
{
border-color: #A13C0E;
}
</style>