Shades of Rust #A1310C
Tints of Rust #A1310C
RGB
CMYK
RGB Variations
Color information
#A1310C (or 0xA1310C) is known color: Rust. HEX triplet: A1, 31 and 0C. RGB value is (161,49,12). Sum of RGB (Red+Green+Blue) = 161+49+12=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A1310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1310C is #5ECEF3. Grayscale: #4E4E4E. Windows color (decimal): -6213364 or 799137. OLE color: 799137.
HSL color Cylindrical-coordinate representation of color #A1310C: hue angle of 14.9º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1310C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.37 |
| HSL | 14.9º | 0.86% | 0.34% | - |
| HSV(B) | 14.9º | 0.93% | 0.63% | - |
| XYZ | 15.86 | 9.8 | 1.4 | - |
| YUV | 78.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 12 | 0 | 0.70 | 0.93 | 0.37 | 14.9 | 0.86 | 0.34 |
| Hex | A1 | 31 | C | 0 | 46 | 5D | 25 | F | 56 | 22 |
| Octal | 241 | 61 | 14 | 0 | 106 | 135 | 45 | 17 | 126 | 42 |
| Binary | 10100001 | 110001 | 1100 | 0 | 1000110 | 1011101 | 100101 | 1111 | 1010110 | 100010 |
Color Harmonies of #A1310C
Complementary color
Monochromatic Colors of #A1310C
Black with #A1310C
Text Example
Text Example
White with #A1310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1310C; }
p { color: rgb(161,49,12); }
H1.HeaderClassName
{
color: #A1310C;
}
.AnyTagClassName
{
color: #A1310C;
}
</style>
background-color css
<style>
a { background-color: #A1310C; }
a { background-color: rgb(161,49,12); }
div.DivClassName
{
background-color: #A1310C;
}
.BgClassName
{
background-color: #A1310C;
}
</style>
border-color css
<style>
span { border-color: #A1310C; }
span { border-color: rgb(161,49,12); }
td.TdClassName
{
border-color: #A1310C;
}
.TagClassName
{
border-color: #A1310C;
}
</style>