Shades of Rust #A9431A
Tints of Rust #A9431A
RGB
CMYK
RGB Variations
Color information
#A9431A (or 0xA9431A) is known color: Rust. HEX triplet: A9, 43 and 1A. RGB value is (169,67,26). Sum of RGB (Red+Green+Blue) = 169+67+26=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A9431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9431A is #56BCE5. Grayscale: #5D5D5D. Windows color (decimal): -5684454 or 1721257. OLE color: 1721257.
HSL color Cylindrical-coordinate representation of color #A9431A: hue angle of 17.2º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9431A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 26 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.34 |
| HSL | 17.2º | 0.73% | 0.38% | - |
| HSV(B) | 17.2º | 0.85% | 0.66% | - |
| XYZ | 18.56 | 12.52 | 2.42 | - |
| YUV | 92.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 26 | 0 | 0.60 | 0.85 | 0.34 | 17.2 | 0.73 | 0.38 |
| Hex | A9 | 43 | 1A | 0 | 3C | 55 | 22 | 11 | 49 | 26 |
| Octal | 251 | 103 | 32 | 0 | 74 | 125 | 42 | 21 | 111 | 46 |
| Binary | 10101001 | 1000011 | 11010 | 0 | 111100 | 1010101 | 100010 | 10001 | 1001001 | 100110 |
Color Harmonies of #A9431A
Complementary color
Monochromatic Colors of #A9431A
Black with #A9431A
Text Example
Text Example
White with #A9431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9431A; }
p { color: rgb(169,67,26); }
H1.HeaderClassName
{
color: #A9431A;
}
.AnyTagClassName
{
color: #A9431A;
}
</style>
background-color css
<style>
a { background-color: #A9431A; }
a { background-color: rgb(169,67,26); }
div.DivClassName
{
background-color: #A9431A;
}
.BgClassName
{
background-color: #A9431A;
}
</style>
border-color css
<style>
span { border-color: #A9431A; }
span { border-color: rgb(169,67,26); }
td.TdClassName
{
border-color: #A9431A;
}
.TagClassName
{
border-color: #A9431A;
}
</style>