Shades of Rust #A33100
Tints of Rust #A33100
RGB
CMYK
RGB Variations
Color information
#A33100 (or 0xA33100) is known color: Rust. HEX triplet: A3, 31 and 00. RGB value is (163,49,0). Sum of RGB (Red+Green+Blue) = 163+49+0=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A33100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33100 is #5CCEFF. Grayscale: #4D4D4D. Windows color (decimal): -6082304 or 12707. OLE color: 12707.
HSL color Cylindrical-coordinate representation of color #A33100: hue angle of 18.04º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A33100 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.36 |
| HSL | 18.04º | 1% | 0.32% | - |
| HSV(B) | 18.04º | 1% | 0.64% | - |
| XYZ | 16.2 | 9.98 | 1.07 | - |
| YUV | 77.5 | 84.27 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 0 | 0 | 0.70 | 1 | 0.36 | 18.04 | 1 | 0.32 |
| Hex | A3 | 31 | 0 | 0 | 46 | 64 | 24 | 12 | 64 | 20 |
| Octal | 243 | 61 | 0 | 0 | 106 | 144 | 44 | 22 | 144 | 40 |
| Binary | 10100011 | 110001 | 0 | 0 | 1000110 | 1100100 | 100100 | 10010 | 1100100 | 100000 |
Color Harmonies of #A33100
Complementary color
Monochromatic Colors of #A33100
Black with #A33100
Text Example
Text Example
White with #A33100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33100; }
p { color: rgb(163,49,0); }
H1.HeaderClassName
{
color: #A33100;
}
.AnyTagClassName
{
color: #A33100;
}
</style>
background-color css
<style>
a { background-color: #A33100; }
a { background-color: rgb(163,49,0); }
div.DivClassName
{
background-color: #A33100;
}
.BgClassName
{
background-color: #A33100;
}
</style>
border-color css
<style>
span { border-color: #A33100; }
span { border-color: rgb(163,49,0); }
td.TdClassName
{
border-color: #A33100;
}
.TagClassName
{
border-color: #A33100;
}
</style>