Shades of Rust #A13D0E
Tints of Rust #A13D0E
RGB
CMYK
RGB Variations
Color information
#A13D0E (or 0xA13D0E) is known color: Rust. HEX triplet: A1, 3D and 0E. RGB value is (161,61,14). Sum of RGB (Red+Green+Blue) = 161+61+14=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13D0E is #5EC2F1. Grayscale: #555555. Windows color (decimal): -6210290 or 933281. OLE color: 933281.
HSL color Cylindrical-coordinate representation of color #A13D0E: hue angle of 19.18º 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 #A13D0E is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 14 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.37 |
| HSL | 19.18º | 0.84% | 0.34% | - |
| HSV(B) | 19.18º | 0.91% | 0.63% | - |
| XYZ | 16.45 | 10.95 | 1.66 | - |
| YUV | 85.54 | 87.63 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 14 | 0 | 0.62 | 0.91 | 0.37 | 19.18 | 0.84 | 0.34 |
| Hex | A1 | 3D | E | 0 | 3E | 5B | 25 | 13 | 54 | 22 |
| Octal | 241 | 75 | 16 | 0 | 76 | 133 | 45 | 23 | 124 | 42 |
| Binary | 10100001 | 111101 | 1110 | 0 | 111110 | 1011011 | 100101 | 10011 | 1010100 | 100010 |
Color Harmonies of #A13D0E
Complementary color
Monochromatic Colors of #A13D0E
Black with #A13D0E
Text Example
Text Example
White with #A13D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D0E; }
p { color: rgb(161,61,14); }
H1.HeaderClassName
{
color: #A13D0E;
}
.AnyTagClassName
{
color: #A13D0E;
}
</style>
background-color css
<style>
a { background-color: #A13D0E; }
a { background-color: rgb(161,61,14); }
div.DivClassName
{
background-color: #A13D0E;
}
.BgClassName
{
background-color: #A13D0E;
}
</style>
border-color css
<style>
span { border-color: #A13D0E; }
span { border-color: rgb(161,61,14); }
td.TdClassName
{
border-color: #A13D0E;
}
.TagClassName
{
border-color: #A13D0E;
}
</style>