Shades of Rust #A94002
Tints of Rust #A94002
RGB
CMYK
RGB Variations
Color information
#A94002 (or 0xA94002) is known color: Rust. HEX triplet: A9, 40 and 02. RGB value is (169,64,2). Sum of RGB (Red+Green+Blue) = 169+64+2=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A94002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94002 is #56BFFD. Grayscale: #585858. Windows color (decimal): -5685246 or 147625. OLE color: 147625.
HSL color Cylindrical-coordinate representation of color #A94002: hue angle of 22.28º 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 #A94002 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.34 |
| HSL | 22.28º | 0.98% | 0.34% | - |
| HSV(B) | 22.28º | 0.99% | 0.66% | - |
| XYZ | 18.21 | 12.11 | 1.43 | - |
| YUV | 88.33 | 79.29 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 2 | 0 | 0.62 | 0.99 | 0.34 | 22.28 | 0.98 | 0.34 |
| Hex | A9 | 40 | 2 | 0 | 3E | 63 | 22 | 16 | 62 | 22 |
| Octal | 251 | 100 | 2 | 0 | 76 | 143 | 42 | 26 | 142 | 42 |
| Binary | 10101001 | 1000000 | 10 | 0 | 111110 | 1100011 | 100010 | 10110 | 1100010 | 100010 |
Color Harmonies of #A94002
Complementary color
Monochromatic Colors of #A94002
Black with #A94002
Text Example
Text Example
White with #A94002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94002; }
p { color: rgb(169,64,2); }
H1.HeaderClassName
{
color: #A94002;
}
.AnyTagClassName
{
color: #A94002;
}
</style>
background-color css
<style>
a { background-color: #A94002; }
a { background-color: rgb(169,64,2); }
div.DivClassName
{
background-color: #A94002;
}
.BgClassName
{
background-color: #A94002;
}
</style>
border-color css
<style>
span { border-color: #A94002; }
span { border-color: rgb(169,64,2); }
td.TdClassName
{
border-color: #A94002;
}
.TagClassName
{
border-color: #A94002;
}
</style>