Shades of Rust #A93A1A
Tints of Rust #A93A1A
RGB
CMYK
RGB Variations
Color information
#A93A1A (or 0xA93A1A) is known color: Rust. HEX triplet: A9, 3A and 1A. RGB value is (169,58,26). Sum of RGB (Red+Green+Blue) = 169+58+26=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A1A is #56C5E5. Grayscale: #575757. Windows color (decimal): -5686758 or 1718953. OLE color: 1718953.
HSL color Cylindrical-coordinate representation of color #A93A1A: hue angle of 13.43º 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 #A93A1A is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 26 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.34 |
| HSL | 13.43º | 0.73% | 0.38% | - |
| HSV(B) | 13.43º | 0.85% | 0.66% | - |
| XYZ | 18.06 | 11.54 | 2.25 | - |
| YUV | 87.54 | 93.27 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 26 | 0 | 0.66 | 0.85 | 0.34 | 13.43 | 0.73 | 0.38 |
| Hex | A9 | 3A | 1A | 0 | 42 | 55 | 22 | D | 49 | 26 |
| Octal | 251 | 72 | 32 | 0 | 102 | 125 | 42 | 15 | 111 | 46 |
| Binary | 10101001 | 111010 | 11010 | 0 | 1000010 | 1010101 | 100010 | 1101 | 1001001 | 100110 |
Color Harmonies of #A93A1A
Complementary color
Monochromatic Colors of #A93A1A
Black with #A93A1A
Text Example
Text Example
White with #A93A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A1A; }
p { color: rgb(169,58,26); }
H1.HeaderClassName
{
color: #A93A1A;
}
.AnyTagClassName
{
color: #A93A1A;
}
</style>
background-color css
<style>
a { background-color: #A93A1A; }
a { background-color: rgb(169,58,26); }
div.DivClassName
{
background-color: #A93A1A;
}
.BgClassName
{
background-color: #A93A1A;
}
</style>
border-color css
<style>
span { border-color: #A93A1A; }
span { border-color: rgb(169,58,26); }
td.TdClassName
{
border-color: #A93A1A;
}
.TagClassName
{
border-color: #A93A1A;
}
</style>