Shades of Rust #A93702
Tints of Rust #A93702
RGB
CMYK
RGB Variations
Color information
#A93702 (or 0xA93702) is known color: Rust. HEX triplet: A9, 37 and 02. RGB value is (169,55,2). Sum of RGB (Red+Green+Blue) = 169+55+2=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A93702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93702 is #56C8FD. Grayscale: #535353. Windows color (decimal): -5687550 or 145321. OLE color: 145321.
HSL color Cylindrical-coordinate representation of color #A93702: hue angle of 19.04º 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 #A93702 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.34 |
| HSL | 19.04º | 0.98% | 0.34% | - |
| HSV(B) | 19.04º | 0.99% | 0.66% | - |
| XYZ | 17.74 | 11.17 | 1.28 | - |
| YUV | 83.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 2 | 0 | 0.67 | 0.99 | 0.34 | 19.04 | 0.98 | 0.34 |
| Hex | A9 | 37 | 2 | 0 | 43 | 63 | 22 | 13 | 62 | 22 |
| Octal | 251 | 67 | 2 | 0 | 103 | 143 | 42 | 23 | 142 | 42 |
| Binary | 10101001 | 110111 | 10 | 0 | 1000011 | 1100011 | 100010 | 10011 | 1100010 | 100010 |
Color Harmonies of #A93702
Complementary color
Monochromatic Colors of #A93702
Black with #A93702
Text Example
Text Example
White with #A93702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93702; }
p { color: rgb(169,55,2); }
H1.HeaderClassName
{
color: #A93702;
}
.AnyTagClassName
{
color: #A93702;
}
</style>
background-color css
<style>
a { background-color: #A93702; }
a { background-color: rgb(169,55,2); }
div.DivClassName
{
background-color: #A93702;
}
.BgClassName
{
background-color: #A93702;
}
</style>
border-color css
<style>
span { border-color: #A93702; }
span { border-color: rgb(169,55,2); }
td.TdClassName
{
border-color: #A93702;
}
.TagClassName
{
border-color: #A93702;
}
</style>