Shades of Rust #A93401
Tints of Rust #A93401
RGB
CMYK
RGB Variations
Color information
#A93401 (or 0xA93401) is known color: Rust. HEX triplet: A9, 34 and 01. RGB value is (169,52,1). Sum of RGB (Red+Green+Blue) = 169+52+1=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A93401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93401 is #56CBFE. Grayscale: #515151. Windows color (decimal): -5688319 or 79017. OLE color: 79017.
HSL color Cylindrical-coordinate representation of color #A93401: hue angle of 18.21º 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 #A93401 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.34 |
| HSL | 18.21º | 0.99% | 0.33% | - |
| HSV(B) | 18.21º | 0.99% | 0.66% | - |
| XYZ | 17.6 | 10.89 | 1.2 | - |
| YUV | 81.17 | 82.76 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 1 | 0 | 0.69 | 0.99 | 0.34 | 18.21 | 0.99 | 0.33 |
| Hex | A9 | 34 | 1 | 0 | 45 | 63 | 22 | 12 | 63 | 21 |
| Octal | 251 | 64 | 1 | 0 | 105 | 143 | 42 | 22 | 143 | 41 |
| Binary | 10101001 | 110100 | 1 | 0 | 1000101 | 1100011 | 100010 | 10010 | 1100011 | 100001 |
Color Harmonies of #A93401
Complementary color
Monochromatic Colors of #A93401
Black with #A93401
Text Example
Text Example
White with #A93401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93401; }
p { color: rgb(169,52,1); }
H1.HeaderClassName
{
color: #A93401;
}
.AnyTagClassName
{
color: #A93401;
}
</style>
background-color css
<style>
a { background-color: #A93401; }
a { background-color: rgb(169,52,1); }
div.DivClassName
{
background-color: #A93401;
}
.BgClassName
{
background-color: #A93401;
}
</style>
border-color css
<style>
span { border-color: #A93401; }
span { border-color: rgb(169,52,1); }
td.TdClassName
{
border-color: #A93401;
}
.TagClassName
{
border-color: #A93401;
}
</style>