Shades of Rust #A93B1A
Tints of Rust #A93B1A
RGB
CMYK
RGB Variations
Color information
#A93B1A (or 0xA93B1A) is known color: Rust. HEX triplet: A9, 3B and 1A. RGB value is (169,59,26). Sum of RGB (Red+Green+Blue) = 169+59+26=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93B1A is #56C4E5. Grayscale: #585858. Windows color (decimal): -5686502 or 1719209. OLE color: 1719209.
HSL color Cylindrical-coordinate representation of color #A93B1A: hue angle of 13.85º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A93B1A is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 59 | 26 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.34 |
| HSL | 13.85º | 0.73% | 0.38% | - |
| HSV(B) | 13.85º | 0.85% | 0.66% | - |
| XYZ | 18.11 | 11.64 | 2.27 | - |
| YUV | 88.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 26 | 0 | 0.65 | 0.85 | 0.34 | 13.85 | 0.73 | 0.38 |
| Hex | A9 | 3B | 1A | 0 | 41 | 55 | 22 | E | 49 | 26 |
| Octal | 251 | 73 | 32 | 0 | 101 | 125 | 42 | 16 | 111 | 46 |
| Binary | 10101001 | 111011 | 11010 | 0 | 1000001 | 1010101 | 100010 | 1110 | 1001001 | 100110 |
Color Harmonies of #A93B1A
Complementary color
Monochromatic Colors of #A93B1A
Black with #A93B1A
Text Example
Text Example
White with #A93B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93B1A; }
p { color: rgb(169,59,26); }
H1.HeaderClassName
{
color: #A93B1A;
}
.AnyTagClassName
{
color: #A93B1A;
}
</style>
background-color css
<style>
a { background-color: #A93B1A; }
a { background-color: rgb(169,59,26); }
div.DivClassName
{
background-color: #A93B1A;
}
.BgClassName
{
background-color: #A93B1A;
}
</style>
border-color css
<style>
span { border-color: #A93B1A; }
span { border-color: rgb(169,59,26); }
td.TdClassName
{
border-color: #A93B1A;
}
.TagClassName
{
border-color: #A93B1A;
}
</style>