Shades of Rust #A94A02
Tints of Rust #A94A02
RGB
CMYK
RGB Variations
Color information
#A94A02 (or 0xA94A02) is known color: Rust. HEX triplet: A9, 4A and 02. RGB value is (169,74,2). Sum of RGB (Red+Green+Blue) = 169+74+2=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94A02 is #56B5FD. Grayscale: #5E5E5E. Windows color (decimal): -5682686 or 150185. OLE color: 150185.
HSL color Cylindrical-coordinate representation of color #A94A02: hue angle of 25.87º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A94A02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.34 |
| HSL | 25.87º | 0.98% | 0.34% | - |
| HSV(B) | 25.87º | 0.99% | 0.66% | - |
| XYZ | 18.82 | 13.34 | 1.64 | - |
| YUV | 94.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 2 | 0 | 0.56 | 0.99 | 0.34 | 25.87 | 0.98 | 0.34 |
| Hex | A9 | 4A | 2 | 0 | 38 | 63 | 22 | 1A | 62 | 22 |
| Octal | 251 | 112 | 2 | 0 | 70 | 143 | 42 | 32 | 142 | 42 |
| Binary | 10101001 | 1001010 | 10 | 0 | 111000 | 1100011 | 100010 | 11010 | 1100010 | 100010 |
Color Harmonies of #A94A02
Complementary color
Monochromatic Colors of #A94A02
Black with #A94A02
Text Example
Text Example
White with #A94A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A02; }
p { color: rgb(169,74,2); }
H1.HeaderClassName
{
color: #A94A02;
}
.AnyTagClassName
{
color: #A94A02;
}
</style>
background-color css
<style>
a { background-color: #A94A02; }
a { background-color: rgb(169,74,2); }
div.DivClassName
{
background-color: #A94A02;
}
.BgClassName
{
background-color: #A94A02;
}
</style>
border-color css
<style>
span { border-color: #A94A02; }
span { border-color: rgb(169,74,2); }
td.TdClassName
{
border-color: #A94A02;
}
.TagClassName
{
border-color: #A94A02;
}
</style>