Shades of Rust #A93A1C
Tints of Rust #A93A1C
RGB
CMYK
RGB Variations
Color information
#A93A1C (or 0xA93A1C) is known color: Rust. HEX triplet: A9, 3A and 1C. RGB value is (169,58,28). Sum of RGB (Red+Green+Blue) = 169+58+28=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A1C is #56C5E3. Grayscale: #575757. Windows color (decimal): -5686756 or 1850025. OLE color: 1850025.
HSL color Cylindrical-coordinate representation of color #A93A1C: hue angle of 12.77º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A93A1C is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 28 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.34 |
| HSL | 12.77º | 0.72% | 0.39% | - |
| HSV(B) | 12.77º | 0.83% | 0.66% | - |
| XYZ | 18.08 | 11.54 | 2.37 | - |
| YUV | 87.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 28 | 0 | 0.66 | 0.83 | 0.34 | 12.77 | 0.72 | 0.39 |
| Hex | A9 | 3A | 1C | 0 | 42 | 53 | 22 | D | 48 | 27 |
| Octal | 251 | 72 | 34 | 0 | 102 | 123 | 42 | 15 | 110 | 47 |
| Binary | 10101001 | 111010 | 11100 | 0 | 1000010 | 1010011 | 100010 | 1101 | 1001000 | 100111 |
Color Harmonies of #A93A1C
Complementary color
Monochromatic Colors of #A93A1C
Black with #A93A1C
Text Example
Text Example
White with #A93A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A1C; }
p { color: rgb(169,58,28); }
H1.HeaderClassName
{
color: #A93A1C;
}
.AnyTagClassName
{
color: #A93A1C;
}
</style>
background-color css
<style>
a { background-color: #A93A1C; }
a { background-color: rgb(169,58,28); }
div.DivClassName
{
background-color: #A93A1C;
}
.BgClassName
{
background-color: #A93A1C;
}
</style>
border-color css
<style>
span { border-color: #A93A1C; }
span { border-color: rgb(169,58,28); }
td.TdClassName
{
border-color: #A93A1C;
}
.TagClassName
{
border-color: #A93A1C;
}
</style>