Shades of Rust #A1430D
Tints of Rust #A1430D
RGB
CMYK
RGB Variations
Color information
#A1430D (or 0xA1430D) is known color: Rust. HEX triplet: A1, 43 and 0D. RGB value is (161,67,13). Sum of RGB (Red+Green+Blue) = 161+67+13=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1430D is #5EBCF2. Grayscale: #595959. Windows color (decimal): -6208755 or 869281. OLE color: 869281.
HSL color Cylindrical-coordinate representation of color #A1430D: hue angle of 21.89º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1430D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 13 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.37 |
| HSL | 21.89º | 0.85% | 0.34% | - |
| HSV(B) | 21.89º | 0.92% | 0.63% | - |
| XYZ | 16.78 | 11.62 | 1.74 | - |
| YUV | 88.95 | 85.14 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 13 | 0 | 0.58 | 0.92 | 0.37 | 21.89 | 0.85 | 0.34 |
| Hex | A1 | 43 | D | 0 | 3A | 5C | 25 | 16 | 55 | 22 |
| Octal | 241 | 103 | 15 | 0 | 72 | 134 | 45 | 26 | 125 | 42 |
| Binary | 10100001 | 1000011 | 1101 | 0 | 111010 | 1011100 | 100101 | 10110 | 1010101 | 100010 |
Color Harmonies of #A1430D
Complementary color
Monochromatic Colors of #A1430D
Black with #A1430D
Text Example
Text Example
White with #A1430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1430D; }
p { color: rgb(161,67,13); }
H1.HeaderClassName
{
color: #A1430D;
}
.AnyTagClassName
{
color: #A1430D;
}
</style>
background-color css
<style>
a { background-color: #A1430D; }
a { background-color: rgb(161,67,13); }
div.DivClassName
{
background-color: #A1430D;
}
.BgClassName
{
background-color: #A1430D;
}
</style>
border-color css
<style>
span { border-color: #A1430D; }
span { border-color: rgb(161,67,13); }
td.TdClassName
{
border-color: #A1430D;
}
.TagClassName
{
border-color: #A1430D;
}
</style>