Shades of Rust #A93D0A
Tints of Rust #A93D0A
RGB
CMYK
RGB Variations
Color information
#A93D0A (or 0xA93D0A) is known color: Rust. HEX triplet: A9, 3D and 0A. RGB value is (169,61,10). Sum of RGB (Red+Green+Blue) = 169+61+10=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93D0A is #56C2F5. Grayscale: #575757. Windows color (decimal): -5686006 or 671145. OLE color: 671145.
HSL color Cylindrical-coordinate representation of color #A93D0A: hue angle of 19.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A93D0A is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 61 | 10 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.34 |
| HSL | 19.25º | 0.89% | 0.35% | - |
| HSV(B) | 19.25º | 0.94% | 0.66% | - |
| XYZ | 18.09 | 11.79 | 1.61 | - |
| YUV | 87.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 10 | 0 | 0.64 | 0.94 | 0.34 | 19.25 | 0.89 | 0.35 |
| Hex | A9 | 3D | A | 0 | 40 | 5E | 22 | 13 | 59 | 23 |
| Octal | 251 | 75 | 12 | 0 | 100 | 136 | 42 | 23 | 131 | 43 |
| Binary | 10101001 | 111101 | 1010 | 0 | 1000000 | 1011110 | 100010 | 10011 | 1011001 | 100011 |
Color Harmonies of #A93D0A
Complementary color
Monochromatic Colors of #A93D0A
Black with #A93D0A
Text Example
Text Example
White with #A93D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93D0A; }
p { color: rgb(169,61,10); }
H1.HeaderClassName
{
color: #A93D0A;
}
.AnyTagClassName
{
color: #A93D0A;
}
</style>
background-color css
<style>
a { background-color: #A93D0A; }
a { background-color: rgb(169,61,10); }
div.DivClassName
{
background-color: #A93D0A;
}
.BgClassName
{
background-color: #A93D0A;
}
</style>
border-color css
<style>
span { border-color: #A93D0A; }
span { border-color: rgb(169,61,10); }
td.TdClassName
{
border-color: #A93D0A;
}
.TagClassName
{
border-color: #A93D0A;
}
</style>