Shades of Rust #A9410F
Tints of Rust #A9410F
RGB
CMYK
RGB Variations
Color information
#A9410F (or 0xA9410F) is known color: Rust. HEX triplet: A9, 41 and 0F. RGB value is (169,65,15). Sum of RGB (Red+Green+Blue) = 169+65+15=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A9410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9410F is #56BEF0. Grayscale: #5A5A5A. Windows color (decimal): -5684977 or 999849. OLE color: 999849.
HSL color Cylindrical-coordinate representation of color #A9410F: hue angle of 19.48º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9410F is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 15 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.34 |
| HSL | 19.48º | 0.84% | 0.36% | - |
| HSV(B) | 19.48º | 0.91% | 0.66% | - |
| XYZ | 18.34 | 12.25 | 1.85 | - |
| YUV | 90.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 15 | 0 | 0.62 | 0.91 | 0.34 | 19.48 | 0.84 | 0.36 |
| Hex | A9 | 41 | F | 0 | 3E | 5B | 22 | 13 | 54 | 24 |
| Octal | 251 | 101 | 17 | 0 | 76 | 133 | 42 | 23 | 124 | 44 |
| Binary | 10101001 | 1000001 | 1111 | 0 | 111110 | 1011011 | 100010 | 10011 | 1010100 | 100100 |
Color Harmonies of #A9410F
Complementary color
Monochromatic Colors of #A9410F
Black with #A9410F
Text Example
Text Example
White with #A9410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9410F; }
p { color: rgb(169,65,15); }
H1.HeaderClassName
{
color: #A9410F;
}
.AnyTagClassName
{
color: #A9410F;
}
</style>
background-color css
<style>
a { background-color: #A9410F; }
a { background-color: rgb(169,65,15); }
div.DivClassName
{
background-color: #A9410F;
}
.BgClassName
{
background-color: #A9410F;
}
</style>
border-color css
<style>
span { border-color: #A9410F; }
span { border-color: rgb(169,65,15); }
td.TdClassName
{
border-color: #A9410F;
}
.TagClassName
{
border-color: #A9410F;
}
</style>