Shades of Rust #A93703
Tints of Rust #A93703
RGB
CMYK
RGB Variations
Color information
#A93703 (or 0xA93703) is known color: Rust. HEX triplet: A9, 37 and 03. RGB value is (169,55,3). Sum of RGB (Red+Green+Blue) = 169+55+3=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A93703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93703 is #56C8FC. Grayscale: #535353. Windows color (decimal): -5687549 or 210857. OLE color: 210857.
HSL color Cylindrical-coordinate representation of color #A93703: hue angle of 18.8º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A93703 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.34 |
| HSL | 18.8º | 0.97% | 0.34% | - |
| HSV(B) | 18.8º | 0.98% | 0.66% | - |
| XYZ | 17.74 | 11.17 | 1.31 | - |
| YUV | 83.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 3 | 0 | 0.67 | 0.98 | 0.34 | 18.8 | 0.97 | 0.34 |
| Hex | A9 | 37 | 3 | 0 | 43 | 62 | 22 | 13 | 61 | 22 |
| Octal | 251 | 67 | 3 | 0 | 103 | 142 | 42 | 23 | 141 | 42 |
| Binary | 10101001 | 110111 | 11 | 0 | 1000011 | 1100010 | 100010 | 10011 | 1100001 | 100010 |
Color Harmonies of #A93703
Complementary color
Monochromatic Colors of #A93703
Black with #A93703
Text Example
Text Example
White with #A93703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93703; }
p { color: rgb(169,55,3); }
H1.HeaderClassName
{
color: #A93703;
}
.AnyTagClassName
{
color: #A93703;
}
</style>
background-color css
<style>
a { background-color: #A93703; }
a { background-color: rgb(169,55,3); }
div.DivClassName
{
background-color: #A93703;
}
.BgClassName
{
background-color: #A93703;
}
</style>
border-color css
<style>
span { border-color: #A93703; }
span { border-color: rgb(169,55,3); }
td.TdClassName
{
border-color: #A93703;
}
.TagClassName
{
border-color: #A93703;
}
</style>