Shades of Rust #A93812
Tints of Rust #A93812
RGB
CMYK
RGB Variations
Color information
#A93812 (or 0xA93812) is known color: Rust. HEX triplet: A9, 38 and 12. RGB value is (169,56,18). Sum of RGB (Red+Green+Blue) = 169+56+18=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A93812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93812 is #56C7ED. Grayscale: #555555. Windows color (decimal): -5687278 or 1194153. OLE color: 1194153.
HSL color Cylindrical-coordinate representation of color #A93812: hue angle of 15.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A93812 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 56 | 18 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.34 |
| HSL | 15.1º | 0.81% | 0.37% | - |
| HSV(B) | 15.1º | 0.89% | 0.66% | - |
| XYZ | 17.89 | 11.31 | 1.81 | - |
| YUV | 85.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 18 | 0 | 0.67 | 0.89 | 0.34 | 15.1 | 0.81 | 0.37 |
| Hex | A9 | 38 | 12 | 0 | 43 | 59 | 22 | F | 51 | 25 |
| Octal | 251 | 70 | 22 | 0 | 103 | 131 | 42 | 17 | 121 | 45 |
| Binary | 10101001 | 111000 | 10010 | 0 | 1000011 | 1011001 | 100010 | 1111 | 1010001 | 100101 |
Color Harmonies of #A93812
Complementary color
Monochromatic Colors of #A93812
Black with #A93812
Text Example
Text Example
White with #A93812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93812; }
p { color: rgb(169,56,18); }
H1.HeaderClassName
{
color: #A93812;
}
.AnyTagClassName
{
color: #A93812;
}
</style>
background-color css
<style>
a { background-color: #A93812; }
a { background-color: rgb(169,56,18); }
div.DivClassName
{
background-color: #A93812;
}
.BgClassName
{
background-color: #A93812;
}
</style>
border-color css
<style>
span { border-color: #A93812; }
span { border-color: rgb(169,56,18); }
td.TdClassName
{
border-color: #A93812;
}
.TagClassName
{
border-color: #A93812;
}
</style>