Shades of Rust #A1320C
Tints of Rust #A1320C
RGB
CMYK
RGB Variations
Color information
#A1320C (or 0xA1320C) is known color: Rust. HEX triplet: A1, 32 and 0C. RGB value is (161,50,12). Sum of RGB (Red+Green+Blue) = 161+50+12=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1320C is #5ECDF3. Grayscale: #4F4F4F. Windows color (decimal): -6213108 or 799393. OLE color: 799393.
HSL color Cylindrical-coordinate representation of color #A1320C: hue angle of 15.3º 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 #A1320C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 12 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.37 |
| HSL | 15.3º | 0.86% | 0.34% | - |
| HSV(B) | 15.3º | 0.93% | 0.63% | - |
| XYZ | 15.9 | 9.88 | 1.42 | - |
| YUV | 78.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 12 | 0 | 0.69 | 0.93 | 0.37 | 15.3 | 0.86 | 0.34 |
| Hex | A1 | 32 | C | 0 | 45 | 5D | 25 | F | 56 | 22 |
| Octal | 241 | 62 | 14 | 0 | 105 | 135 | 45 | 17 | 126 | 42 |
| Binary | 10100001 | 110010 | 1100 | 0 | 1000101 | 1011101 | 100101 | 1111 | 1010110 | 100010 |
Color Harmonies of #A1320C
Complementary color
Monochromatic Colors of #A1320C
Black with #A1320C
Text Example
Text Example
White with #A1320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1320C; }
p { color: rgb(161,50,12); }
H1.HeaderClassName
{
color: #A1320C;
}
.AnyTagClassName
{
color: #A1320C;
}
</style>
background-color css
<style>
a { background-color: #A1320C; }
a { background-color: rgb(161,50,12); }
div.DivClassName
{
background-color: #A1320C;
}
.BgClassName
{
background-color: #A1320C;
}
</style>
border-color css
<style>
span { border-color: #A1320C; }
span { border-color: rgb(161,50,12); }
td.TdClassName
{
border-color: #A1320C;
}
.TagClassName
{
border-color: #A1320C;
}
</style>