Shades of Rust #A1430E
Tints of Rust #A1430E
RGB
CMYK
RGB Variations
Color information
#A1430E (or 0xA1430E) is known color: Rust. HEX triplet: A1, 43 and 0E. RGB value is (161,67,14). Sum of RGB (Red+Green+Blue) = 161+67+14=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1430E is #5EBCF1. Grayscale: #595959. Windows color (decimal): -6208754 or 934817. OLE color: 934817.
HSL color Cylindrical-coordinate representation of color #A1430E: hue angle of 21.63º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1430E is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 14 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.37 |
| HSL | 21.63º | 0.84% | 0.34% | - |
| HSV(B) | 21.63º | 0.91% | 0.63% | - |
| XYZ | 16.78 | 11.62 | 1.77 | - |
| YUV | 89.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 14 | 0 | 0.58 | 0.91 | 0.37 | 21.63 | 0.84 | 0.34 |
| Hex | A1 | 43 | E | 0 | 3A | 5B | 25 | 16 | 54 | 22 |
| Octal | 241 | 103 | 16 | 0 | 72 | 133 | 45 | 26 | 124 | 42 |
| Binary | 10100001 | 1000011 | 1110 | 0 | 111010 | 1011011 | 100101 | 10110 | 1010100 | 100010 |
Color Harmonies of #A1430E
Complementary color
Monochromatic Colors of #A1430E
Black with #A1430E
Text Example
Text Example
White with #A1430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1430E; }
p { color: rgb(161,67,14); }
H1.HeaderClassName
{
color: #A1430E;
}
.AnyTagClassName
{
color: #A1430E;
}
</style>
background-color css
<style>
a { background-color: #A1430E; }
a { background-color: rgb(161,67,14); }
div.DivClassName
{
background-color: #A1430E;
}
.BgClassName
{
background-color: #A1430E;
}
</style>
border-color css
<style>
span { border-color: #A1430E; }
span { border-color: rgb(161,67,14); }
td.TdClassName
{
border-color: #A1430E;
}
.TagClassName
{
border-color: #A1430E;
}
</style>