Shades of Rust #A93C00
Tints of Rust #A93C00
RGB
CMYK
RGB Variations
Color information
#A93C00 (or 0xA93C00) is known color: Rust. HEX triplet: A9, 3C and 00. RGB value is (169,60,0). Sum of RGB (Red+Green+Blue) = 169+60+0=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93C00 is #56C3FF. Grayscale: #565656. Windows color (decimal): -5686272 or 15529. OLE color: 15529.
HSL color Cylindrical-coordinate representation of color #A93C00: hue angle of 21.3º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A93C00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 60 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.34 |
| HSL | 21.3º | 1% | 0.33% | - |
| HSV(B) | 21.3º | 1% | 0.66% | - |
| XYZ | 17.98 | 11.67 | 1.3 | - |
| YUV | 85.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 0 | 0 | 0.64 | 1 | 0.34 | 21.3 | 1 | 0.33 |
| Hex | A9 | 3C | 0 | 0 | 40 | 64 | 22 | 15 | 64 | 21 |
| Octal | 251 | 74 | 0 | 0 | 100 | 144 | 42 | 25 | 144 | 41 |
| Binary | 10101001 | 111100 | 0 | 0 | 1000000 | 1100100 | 100010 | 10101 | 1100100 | 100001 |
Color Harmonies of #A93C00
Complementary color
Monochromatic Colors of #A93C00
Black with #A93C00
Text Example
Text Example
White with #A93C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93C00; }
p { color: rgb(169,60,0); }
H1.HeaderClassName
{
color: #A93C00;
}
.AnyTagClassName
{
color: #A93C00;
}
</style>
background-color css
<style>
a { background-color: #A93C00; }
a { background-color: rgb(169,60,0); }
div.DivClassName
{
background-color: #A93C00;
}
.BgClassName
{
background-color: #A93C00;
}
</style>
border-color css
<style>
span { border-color: #A93C00; }
span { border-color: rgb(169,60,0); }
td.TdClassName
{
border-color: #A93C00;
}
.TagClassName
{
border-color: #A93C00;
}
</style>