Shades of Rust #A93901
Tints of Rust #A93901
RGB
CMYK
RGB Variations
Color information
#A93901 (or 0xA93901) is known color: Rust. HEX triplet: A9, 39 and 01. RGB value is (169,57,1). Sum of RGB (Red+Green+Blue) = 169+57+1=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A93901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93901 is #56C6FE. Grayscale: #545454. Windows color (decimal): -5687039 or 80297. OLE color: 80297.
HSL color Cylindrical-coordinate representation of color #A93901: hue angle of 20º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A93901 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.34 |
| HSL | 20º | 0.99% | 0.33% | - |
| HSV(B) | 20º | 0.99% | 0.66% | - |
| XYZ | 17.83 | 11.36 | 1.28 | - |
| YUV | 84.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 1 | 0 | 0.66 | 0.99 | 0.34 | 20 | 0.99 | 0.33 |
| Hex | A9 | 39 | 1 | 0 | 42 | 63 | 22 | 14 | 63 | 21 |
| Octal | 251 | 71 | 1 | 0 | 102 | 143 | 42 | 24 | 143 | 41 |
| Binary | 10101001 | 111001 | 1 | 0 | 1000010 | 1100011 | 100010 | 10100 | 1100011 | 100001 |
Color Harmonies of #A93901
Complementary color
Monochromatic Colors of #A93901
Black with #A93901
Text Example
Text Example
White with #A93901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93901; }
p { color: rgb(169,57,1); }
H1.HeaderClassName
{
color: #A93901;
}
.AnyTagClassName
{
color: #A93901;
}
</style>
background-color css
<style>
a { background-color: #A93901; }
a { background-color: rgb(169,57,1); }
div.DivClassName
{
background-color: #A93901;
}
.BgClassName
{
background-color: #A93901;
}
</style>
border-color css
<style>
span { border-color: #A93901; }
span { border-color: rgb(169,57,1); }
td.TdClassName
{
border-color: #A93901;
}
.TagClassName
{
border-color: #A93901;
}
</style>