Shades of Rust #A94115
Tints of Rust #A94115
RGB
CMYK
RGB Variations
Color information
#A94115 (or 0xA94115) is known color: Rust. HEX triplet: A9, 41 and 15. RGB value is (169,65,21). Sum of RGB (Red+Green+Blue) = 169+65+21=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A94115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94115 is #56BEEA. Grayscale: #5B5B5B. Windows color (decimal): -5684971 or 1393065. OLE color: 1393065.
HSL color Cylindrical-coordinate representation of color #A94115: hue angle of 17.84º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A94115 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 21 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.34 |
| HSL | 17.84º | 0.78% | 0.37% | - |
| HSV(B) | 17.84º | 0.88% | 0.66% | - |
| XYZ | 18.39 | 12.27 | 2.11 | - |
| YUV | 91.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 21 | 0 | 0.62 | 0.88 | 0.34 | 17.84 | 0.78 | 0.37 |
| Hex | A9 | 41 | 15 | 0 | 3E | 58 | 22 | 12 | 4E | 25 |
| Octal | 251 | 101 | 25 | 0 | 76 | 130 | 42 | 22 | 116 | 45 |
| Binary | 10101001 | 1000001 | 10101 | 0 | 111110 | 1011000 | 100010 | 10010 | 1001110 | 100101 |
Color Harmonies of #A94115
Complementary color
Monochromatic Colors of #A94115
Black with #A94115
Text Example
Text Example
White with #A94115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94115; }
p { color: rgb(169,65,21); }
H1.HeaderClassName
{
color: #A94115;
}
.AnyTagClassName
{
color: #A94115;
}
</style>
background-color css
<style>
a { background-color: #A94115; }
a { background-color: rgb(169,65,21); }
div.DivClassName
{
background-color: #A94115;
}
.BgClassName
{
background-color: #A94115;
}
</style>
border-color css
<style>
span { border-color: #A94115; }
span { border-color: rgb(169,65,21); }
td.TdClassName
{
border-color: #A94115;
}
.TagClassName
{
border-color: #A94115;
}
</style>