Shades of Rust #A1330A
Tints of Rust #A1330A
RGB
CMYK
RGB Variations
Color information
#A1330A (or 0xA1330A) is known color: Rust. HEX triplet: A1, 33 and 0A. RGB value is (161,51,10). Sum of RGB (Red+Green+Blue) = 161+51+10=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A1330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1330A is #5ECCF5. Grayscale: #4F4F4F. Windows color (decimal): -6212854 or 668577. OLE color: 668577.
HSL color Cylindrical-coordinate representation of color #A1330A: hue angle of 16.29º 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 #A1330A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.37 |
| HSL | 16.29º | 0.88% | 0.34% | - |
| HSV(B) | 16.29º | 0.94% | 0.63% | - |
| XYZ | 15.94 | 9.97 | 1.37 | - |
| YUV | 79.22 | 88.94 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 10 | 0 | 0.68 | 0.94 | 0.37 | 16.29 | 0.88 | 0.34 |
| Hex | A1 | 33 | A | 0 | 44 | 5E | 25 | 10 | 58 | 22 |
| Octal | 241 | 63 | 12 | 0 | 104 | 136 | 45 | 20 | 130 | 42 |
| Binary | 10100001 | 110011 | 1010 | 0 | 1000100 | 1011110 | 100101 | 10000 | 1011000 | 100010 |
Color Harmonies of #A1330A
Complementary color
Monochromatic Colors of #A1330A
Black with #A1330A
Text Example
Text Example
White with #A1330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1330A; }
p { color: rgb(161,51,10); }
H1.HeaderClassName
{
color: #A1330A;
}
.AnyTagClassName
{
color: #A1330A;
}
</style>
background-color css
<style>
a { background-color: #A1330A; }
a { background-color: rgb(161,51,10); }
div.DivClassName
{
background-color: #A1330A;
}
.BgClassName
{
background-color: #A1330A;
}
</style>
border-color css
<style>
span { border-color: #A1330A; }
span { border-color: rgb(161,51,10); }
td.TdClassName
{
border-color: #A1330A;
}
.TagClassName
{
border-color: #A1330A;
}
</style>