Shades of Rust #A94001
Tints of Rust #A94001
RGB
CMYK
RGB Variations
Color information
#A94001 (or 0xA94001) is known color: Rust. HEX triplet: A9, 40 and 01. RGB value is (169,64,1). Sum of RGB (Red+Green+Blue) = 169+64+1=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A94001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94001 is #56BFFE. Grayscale: #585858. Windows color (decimal): -5685247 or 82089. OLE color: 82089.
HSL color Cylindrical-coordinate representation of color #A94001: hue angle of 22.5º 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 #A94001 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.34 |
| HSL | 22.5º | 0.99% | 0.33% | - |
| HSV(B) | 22.5º | 0.99% | 0.66% | - |
| XYZ | 18.2 | 12.1 | 1.41 | - |
| YUV | 88.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 1 | 0 | 0.62 | 0.99 | 0.34 | 22.5 | 0.99 | 0.33 |
| Hex | A9 | 40 | 1 | 0 | 3E | 63 | 22 | 16 | 63 | 21 |
| Octal | 251 | 100 | 1 | 0 | 76 | 143 | 42 | 26 | 143 | 41 |
| Binary | 10101001 | 1000000 | 1 | 0 | 111110 | 1100011 | 100010 | 10110 | 1100011 | 100001 |
Color Harmonies of #A94001
Complementary color
Monochromatic Colors of #A94001
Black with #A94001
Text Example
Text Example
White with #A94001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94001; }
p { color: rgb(169,64,1); }
H1.HeaderClassName
{
color: #A94001;
}
.AnyTagClassName
{
color: #A94001;
}
</style>
background-color css
<style>
a { background-color: #A94001; }
a { background-color: rgb(169,64,1); }
div.DivClassName
{
background-color: #A94001;
}
.BgClassName
{
background-color: #A94001;
}
</style>
border-color css
<style>
span { border-color: #A94001; }
span { border-color: rgb(169,64,1); }
td.TdClassName
{
border-color: #A94001;
}
.TagClassName
{
border-color: #A94001;
}
</style>