Shades of Rust #A93E0A
Tints of Rust #A93E0A
RGB
CMYK
RGB Variations
Color information
#A93E0A (or 0xA93E0A) is known color: Rust. HEX triplet: A9, 3E and 0A. RGB value is (169,62,10). Sum of RGB (Red+Green+Blue) = 169+62+10=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93E0A is #56C1F5. Grayscale: #585858. Windows color (decimal): -5685750 or 671401. OLE color: 671401.
HSL color Cylindrical-coordinate representation of color #A93E0A: hue angle of 19.62º 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 #A93E0A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 62 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.34 |
| HSL | 19.62º | 0.89% | 0.35% | - |
| HSV(B) | 19.62º | 0.94% | 0.66% | - |
| XYZ | 18.14 | 11.9 | 1.63 | - |
| YUV | 88.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 10 | 0 | 0.63 | 0.94 | 0.34 | 19.62 | 0.89 | 0.35 |
| Hex | A9 | 3E | A | 0 | 3F | 5E | 22 | 14 | 59 | 23 |
| Octal | 251 | 76 | 12 | 0 | 77 | 136 | 42 | 24 | 131 | 43 |
| Binary | 10101001 | 111110 | 1010 | 0 | 111111 | 1011110 | 100010 | 10100 | 1011001 | 100011 |
Color Harmonies of #A93E0A
Complementary color
Monochromatic Colors of #A93E0A
Black with #A93E0A
Text Example
Text Example
White with #A93E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93E0A; }
p { color: rgb(169,62,10); }
H1.HeaderClassName
{
color: #A93E0A;
}
.AnyTagClassName
{
color: #A93E0A;
}
</style>
background-color css
<style>
a { background-color: #A93E0A; }
a { background-color: rgb(169,62,10); }
div.DivClassName
{
background-color: #A93E0A;
}
.BgClassName
{
background-color: #A93E0A;
}
</style>
border-color css
<style>
span { border-color: #A93E0A; }
span { border-color: rgb(169,62,10); }
td.TdClassName
{
border-color: #A93E0A;
}
.TagClassName
{
border-color: #A93E0A;
}
</style>