Shades of Rust #A1440F
Tints of Rust #A1440F
RGB
CMYK
RGB Variations
Color information
#A1440F (or 0xA1440F) is known color: Rust. HEX triplet: A1, 44 and 0F. RGB value is (161,68,15). Sum of RGB (Red+Green+Blue) = 161+68+15=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1440F is #5EBBF0. Grayscale: #5A5A5A. Windows color (decimal): -6208497 or 1000609. OLE color: 1000609.
HSL color Cylindrical-coordinate representation of color #A1440F: hue angle of 21.78º 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 #A1440F is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 68 | 15 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.37 |
| HSL | 21.78º | 0.83% | 0.35% | - |
| HSV(B) | 21.78º | 0.91% | 0.63% | - |
| XYZ | 16.85 | 11.75 | 1.83 | - |
| YUV | 89.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 15 | 0 | 0.58 | 0.91 | 0.37 | 21.78 | 0.83 | 0.35 |
| Hex | A1 | 44 | F | 0 | 3A | 5B | 25 | 16 | 53 | 23 |
| Octal | 241 | 104 | 17 | 0 | 72 | 133 | 45 | 26 | 123 | 43 |
| Binary | 10100001 | 1000100 | 1111 | 0 | 111010 | 1011011 | 100101 | 10110 | 1010011 | 100011 |
Color Harmonies of #A1440F
Complementary color
Monochromatic Colors of #A1440F
Black with #A1440F
Text Example
Text Example
White with #A1440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1440F; }
p { color: rgb(161,68,15); }
H1.HeaderClassName
{
color: #A1440F;
}
.AnyTagClassName
{
color: #A1440F;
}
</style>
background-color css
<style>
a { background-color: #A1440F; }
a { background-color: rgb(161,68,15); }
div.DivClassName
{
background-color: #A1440F;
}
.BgClassName
{
background-color: #A1440F;
}
</style>
border-color css
<style>
span { border-color: #A1440F; }
span { border-color: rgb(161,68,15); }
td.TdClassName
{
border-color: #A1440F;
}
.TagClassName
{
border-color: #A1440F;
}
</style>