Shades of Rust #A93802
Tints of Rust #A93802
RGB
CMYK
RGB Variations
Color information
#A93802 (or 0xA93802) is known color: Rust. HEX triplet: A9, 38 and 02. RGB value is (169,56,2). Sum of RGB (Red+Green+Blue) = 169+56+2=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A93802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93802 is #56C7FD. Grayscale: #535353. Windows color (decimal): -5687294 or 145577. OLE color: 145577.
HSL color Cylindrical-coordinate representation of color #A93802: hue angle of 19.4º 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 #A93802 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 56 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.34 |
| HSL | 19.4º | 0.98% | 0.34% | - |
| HSV(B) | 19.4º | 0.99% | 0.66% | - |
| XYZ | 17.79 | 11.27 | 1.29 | - |
| YUV | 83.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 2 | 0 | 0.67 | 0.99 | 0.34 | 19.4 | 0.98 | 0.34 |
| Hex | A9 | 38 | 2 | 0 | 43 | 63 | 22 | 13 | 62 | 22 |
| Octal | 251 | 70 | 2 | 0 | 103 | 143 | 42 | 23 | 142 | 42 |
| Binary | 10101001 | 111000 | 10 | 0 | 1000011 | 1100011 | 100010 | 10011 | 1100010 | 100010 |
Color Harmonies of #A93802
Complementary color
Monochromatic Colors of #A93802
Black with #A93802
Text Example
Text Example
White with #A93802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93802; }
p { color: rgb(169,56,2); }
H1.HeaderClassName
{
color: #A93802;
}
.AnyTagClassName
{
color: #A93802;
}
</style>
background-color css
<style>
a { background-color: #A93802; }
a { background-color: rgb(169,56,2); }
div.DivClassName
{
background-color: #A93802;
}
.BgClassName
{
background-color: #A93802;
}
</style>
border-color css
<style>
span { border-color: #A93802; }
span { border-color: rgb(169,56,2); }
td.TdClassName
{
border-color: #A93802;
}
.TagClassName
{
border-color: #A93802;
}
</style>