Shades of Rust #A13E0A
Tints of Rust #A13E0A
RGB
CMYK
RGB Variations
Color information
#A13E0A (or 0xA13E0A) is known color: Rust. HEX triplet: A1, 3E and 0A. RGB value is (161,62,10). Sum of RGB (Red+Green+Blue) = 161+62+10=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13E0A is #5EC1F5. Grayscale: #555555. Windows color (decimal): -6210038 or 671393. OLE color: 671393.
HSL color Cylindrical-coordinate representation of color #A13E0A: hue angle of 20.66º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A13E0A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 62 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.37 |
| HSL | 20.66º | 0.88% | 0.34% | - |
| HSV(B) | 20.66º | 0.94% | 0.63% | - |
| XYZ | 16.48 | 11.04 | 1.55 | - |
| YUV | 85.67 | 85.3 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 10 | 0 | 0.61 | 0.94 | 0.37 | 20.66 | 0.88 | 0.34 |
| Hex | A1 | 3E | A | 0 | 3D | 5E | 25 | 15 | 58 | 22 |
| Octal | 241 | 76 | 12 | 0 | 75 | 136 | 45 | 25 | 130 | 42 |
| Binary | 10100001 | 111110 | 1010 | 0 | 111101 | 1011110 | 100101 | 10101 | 1011000 | 100010 |
Color Harmonies of #A13E0A
Complementary color
Monochromatic Colors of #A13E0A
Black with #A13E0A
Text Example
Text Example
White with #A13E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13E0A; }
p { color: rgb(161,62,10); }
H1.HeaderClassName
{
color: #A13E0A;
}
.AnyTagClassName
{
color: #A13E0A;
}
</style>
background-color css
<style>
a { background-color: #A13E0A; }
a { background-color: rgb(161,62,10); }
div.DivClassName
{
background-color: #A13E0A;
}
.BgClassName
{
background-color: #A13E0A;
}
</style>
border-color css
<style>
span { border-color: #A13E0A; }
span { border-color: rgb(161,62,10); }
td.TdClassName
{
border-color: #A13E0A;
}
.TagClassName
{
border-color: #A13E0A;
}
</style>