Shades of Rust #A1330F
Tints of Rust #A1330F
RGB
CMYK
RGB Variations
Color information
#A1330F (or 0xA1330F) is known color: Rust. HEX triplet: A1, 33 and 0F. RGB value is (161,51,15). Sum of RGB (Red+Green+Blue) = 161+51+15=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A1330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1330F is #5ECCF0. Grayscale: #505050. Windows color (decimal): -6212849 or 996257. OLE color: 996257.
HSL color Cylindrical-coordinate representation of color #A1330F: hue angle of 14.79º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1330F is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 15 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.37 |
| HSL | 14.79º | 0.83% | 0.35% | - |
| HSV(B) | 14.79º | 0.91% | 0.63% | - |
| XYZ | 15.97 | 9.98 | 1.54 | - |
| YUV | 79.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 15 | 0 | 0.68 | 0.91 | 0.37 | 14.79 | 0.83 | 0.35 |
| Hex | A1 | 33 | F | 0 | 44 | 5B | 25 | F | 53 | 23 |
| Octal | 241 | 63 | 17 | 0 | 104 | 133 | 45 | 17 | 123 | 43 |
| Binary | 10100001 | 110011 | 1111 | 0 | 1000100 | 1011011 | 100101 | 1111 | 1010011 | 100011 |
Color Harmonies of #A1330F
Complementary color
Monochromatic Colors of #A1330F
Black with #A1330F
Text Example
Text Example
White with #A1330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1330F; }
p { color: rgb(161,51,15); }
H1.HeaderClassName
{
color: #A1330F;
}
.AnyTagClassName
{
color: #A1330F;
}
</style>
background-color css
<style>
a { background-color: #A1330F; }
a { background-color: rgb(161,51,15); }
div.DivClassName
{
background-color: #A1330F;
}
.BgClassName
{
background-color: #A1330F;
}
</style>
border-color css
<style>
span { border-color: #A1330F; }
span { border-color: rgb(161,51,15); }
td.TdClassName
{
border-color: #A1330F;
}
.TagClassName
{
border-color: #A1330F;
}
</style>