Shades of Rust #A94402
Tints of Rust #A94402
RGB
CMYK
RGB Variations
Color information
#A94402 (or 0xA94402) is known color: Rust. HEX triplet: A9, 44 and 02. RGB value is (169,68,2). Sum of RGB (Red+Green+Blue) = 169+68+2=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A94402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94402 is #56BBFD. Grayscale: #5B5B5B. Windows color (decimal): -5684222 or 148649. OLE color: 148649.
HSL color Cylindrical-coordinate representation of color #A94402: hue angle of 23.71º 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 #A94402 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 68 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.34 |
| HSL | 23.71º | 0.98% | 0.34% | - |
| HSV(B) | 23.71º | 0.99% | 0.66% | - |
| XYZ | 18.44 | 12.57 | 1.51 | - |
| YUV | 90.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 2 | 0 | 0.60 | 0.99 | 0.34 | 23.71 | 0.98 | 0.34 |
| Hex | A9 | 44 | 2 | 0 | 3C | 63 | 22 | 18 | 62 | 22 |
| Octal | 251 | 104 | 2 | 0 | 74 | 143 | 42 | 30 | 142 | 42 |
| Binary | 10101001 | 1000100 | 10 | 0 | 111100 | 1100011 | 100010 | 11000 | 1100010 | 100010 |
Color Harmonies of #A94402
Complementary color
Monochromatic Colors of #A94402
Black with #A94402
Text Example
Text Example
White with #A94402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94402; }
p { color: rgb(169,68,2); }
H1.HeaderClassName
{
color: #A94402;
}
.AnyTagClassName
{
color: #A94402;
}
</style>
background-color css
<style>
a { background-color: #A94402; }
a { background-color: rgb(169,68,2); }
div.DivClassName
{
background-color: #A94402;
}
.BgClassName
{
background-color: #A94402;
}
</style>
border-color css
<style>
span { border-color: #A94402; }
span { border-color: rgb(169,68,2); }
td.TdClassName
{
border-color: #A94402;
}
.TagClassName
{
border-color: #A94402;
}
</style>