Shades of Rust #A94502
Tints of Rust #A94502
RGB
CMYK
RGB Variations
Color information
#A94502 (or 0xA94502) is known color: Rust. HEX triplet: A9, 45 and 02. RGB value is (169,69,2). Sum of RGB (Red+Green+Blue) = 169+69+2=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A94502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94502 is #56BAFD. Grayscale: #5B5B5B. Windows color (decimal): -5683966 or 148905. OLE color: 148905.
HSL color Cylindrical-coordinate representation of color #A94502: hue angle of 24.07º 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 #A94502 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 69 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.34 |
| HSL | 24.07º | 0.98% | 0.34% | - |
| HSV(B) | 24.07º | 0.99% | 0.66% | - |
| XYZ | 18.5 | 12.7 | 1.53 | - |
| YUV | 91.26 | 77.63 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 69 | 2 | 0 | 0.59 | 0.99 | 0.34 | 24.07 | 0.98 | 0.34 |
| Hex | A9 | 45 | 2 | 0 | 3B | 63 | 22 | 18 | 62 | 22 |
| Octal | 251 | 105 | 2 | 0 | 73 | 143 | 42 | 30 | 142 | 42 |
| Binary | 10101001 | 1000101 | 10 | 0 | 111011 | 1100011 | 100010 | 11000 | 1100010 | 100010 |
Color Harmonies of #A94502
Complementary color
Monochromatic Colors of #A94502
Black with #A94502
Text Example
Text Example
White with #A94502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94502; }
p { color: rgb(169,69,2); }
H1.HeaderClassName
{
color: #A94502;
}
.AnyTagClassName
{
color: #A94502;
}
</style>
background-color css
<style>
a { background-color: #A94502; }
a { background-color: rgb(169,69,2); }
div.DivClassName
{
background-color: #A94502;
}
.BgClassName
{
background-color: #A94502;
}
</style>
border-color css
<style>
span { border-color: #A94502; }
span { border-color: rgb(169,69,2); }
td.TdClassName
{
border-color: #A94502;
}
.TagClassName
{
border-color: #A94502;
}
</style>