Shades of Rust #A94019
Tints of Rust #A94019
RGB
CMYK
RGB Variations
Color information
#A94019 (or 0xA94019) is known color: Rust. HEX triplet: A9, 40 and 19. RGB value is (169,64,25). Sum of RGB (Red+Green+Blue) = 169+64+25=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A94019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94019 is #56BFE6. Grayscale: #5B5B5B. Windows color (decimal): -5685223 or 1654953. OLE color: 1654953.
HSL color Cylindrical-coordinate representation of color #A94019: hue angle of 16.25º degrees, saturation: 0.74, 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 #A94019 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 25 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.34 |
| HSL | 16.25º | 0.74% | 0.38% | - |
| HSV(B) | 16.25º | 0.85% | 0.66% | - |
| XYZ | 18.37 | 12.17 | 2.3 | - |
| YUV | 90.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 25 | 0 | 0.62 | 0.85 | 0.34 | 16.25 | 0.74 | 0.38 |
| Hex | A9 | 40 | 19 | 0 | 3E | 55 | 22 | 10 | 4A | 26 |
| Octal | 251 | 100 | 31 | 0 | 76 | 125 | 42 | 20 | 112 | 46 |
| Binary | 10101001 | 1000000 | 11001 | 0 | 111110 | 1010101 | 100010 | 10000 | 1001010 | 100110 |
Color Harmonies of #A94019
Complementary color
Monochromatic Colors of #A94019
Black with #A94019
Text Example
Text Example
White with #A94019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94019; }
p { color: rgb(169,64,25); }
H1.HeaderClassName
{
color: #A94019;
}
.AnyTagClassName
{
color: #A94019;
}
</style>
background-color css
<style>
a { background-color: #A94019; }
a { background-color: rgb(169,64,25); }
div.DivClassName
{
background-color: #A94019;
}
.BgClassName
{
background-color: #A94019;
}
</style>
border-color css
<style>
span { border-color: #A94019; }
span { border-color: rgb(169,64,25); }
td.TdClassName
{
border-color: #A94019;
}
.TagClassName
{
border-color: #A94019;
}
</style>