Shades of Rust #A94101
Tints of Rust #A94101
RGB
CMYK
RGB Variations
Color information
#A94101 (or 0xA94101) is known color: Rust. HEX triplet: A9, 41 and 01. RGB value is (169,65,1). Sum of RGB (Red+Green+Blue) = 169+65+1=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A94101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94101 is #56BEFE. Grayscale: #595959. Windows color (decimal): -5684991 or 82345. OLE color: 82345.
HSL color Cylindrical-coordinate representation of color #A94101: hue angle of 22.86º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A94101 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.34 |
| HSL | 22.86º | 0.99% | 0.33% | - |
| HSV(B) | 22.86º | 0.99% | 0.66% | - |
| XYZ | 18.26 | 12.22 | 1.42 | - |
| YUV | 88.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 1 | 0 | 0.62 | 0.99 | 0.34 | 22.86 | 0.99 | 0.33 |
| Hex | A9 | 41 | 1 | 0 | 3E | 63 | 22 | 17 | 63 | 21 |
| Octal | 251 | 101 | 1 | 0 | 76 | 143 | 42 | 27 | 143 | 41 |
| Binary | 10101001 | 1000001 | 1 | 0 | 111110 | 1100011 | 100010 | 10111 | 1100011 | 100001 |
Color Harmonies of #A94101
Complementary color
Monochromatic Colors of #A94101
Black with #A94101
Text Example
Text Example
White with #A94101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94101; }
p { color: rgb(169,65,1); }
H1.HeaderClassName
{
color: #A94101;
}
.AnyTagClassName
{
color: #A94101;
}
</style>
background-color css
<style>
a { background-color: #A94101; }
a { background-color: rgb(169,65,1); }
div.DivClassName
{
background-color: #A94101;
}
.BgClassName
{
background-color: #A94101;
}
</style>
border-color css
<style>
span { border-color: #A94101; }
span { border-color: rgb(169,65,1); }
td.TdClassName
{
border-color: #A94101;
}
.TagClassName
{
border-color: #A94101;
}
</style>