Shades of Rust #A93713
Tints of Rust #A93713
RGB
CMYK
RGB Variations
Color information
#A93713 (or 0xA93713) is known color: Rust. HEX triplet: A9, 37 and 13. RGB value is (169,55,19). Sum of RGB (Red+Green+Blue) = 169+55+19=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A93713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93713 is #56C8EC. Grayscale: #555555. Windows color (decimal): -5687533 or 1259433. OLE color: 1259433.
HSL color Cylindrical-coordinate representation of color #A93713: hue angle of 14.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A93713 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 55 | 19 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.34 |
| HSL | 14.4º | 0.8% | 0.37% | - |
| HSV(B) | 14.4º | 0.89% | 0.66% | - |
| XYZ | 17.85 | 11.21 | 1.84 | - |
| YUV | 84.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 19 | 0 | 0.67 | 0.89 | 0.34 | 14.4 | 0.8 | 0.37 |
| Hex | A9 | 37 | 13 | 0 | 43 | 59 | 22 | E | 50 | 25 |
| Octal | 251 | 67 | 23 | 0 | 103 | 131 | 42 | 16 | 120 | 45 |
| Binary | 10101001 | 110111 | 10011 | 0 | 1000011 | 1011001 | 100010 | 1110 | 1010000 | 100101 |
Color Harmonies of #A93713
Complementary color
Monochromatic Colors of #A93713
Black with #A93713
Text Example
Text Example
White with #A93713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93713; }
p { color: rgb(169,55,19); }
H1.HeaderClassName
{
color: #A93713;
}
.AnyTagClassName
{
color: #A93713;
}
</style>
background-color css
<style>
a { background-color: #A93713; }
a { background-color: rgb(169,55,19); }
div.DivClassName
{
background-color: #A93713;
}
.BgClassName
{
background-color: #A93713;
}
</style>
border-color css
<style>
span { border-color: #A93713; }
span { border-color: rgb(169,55,19); }
td.TdClassName
{
border-color: #A93713;
}
.TagClassName
{
border-color: #A93713;
}
</style>