Shades of Rust #A34200
Tints of Rust #A34200
RGB
CMYK
RGB Variations
Color information
#A34200 (or 0xA34200) is known color: Rust. HEX triplet: A3, 42 and 00. RGB value is (163,66,0). Sum of RGB (Red+Green+Blue) = 163+66+0=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A34200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34200 is #5CBDFF. Grayscale: #575757. Windows color (decimal): -6077952 or 17059. OLE color: 17059.
HSL color Cylindrical-coordinate representation of color #A34200: hue angle of 24.29º 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 #A34200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.36 |
| HSL | 24.29º | 1% | 0.32% | - |
| HSV(B) | 24.29º | 1% | 0.64% | - |
| XYZ | 17.05 | 11.68 | 1.36 | - |
| YUV | 87.48 | 78.64 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 0 | 0 | 0.60 | 1 | 0.36 | 24.29 | 1 | 0.32 |
| Hex | A3 | 42 | 0 | 0 | 3C | 64 | 24 | 18 | 64 | 20 |
| Octal | 243 | 102 | 0 | 0 | 74 | 144 | 44 | 30 | 144 | 40 |
| Binary | 10100011 | 1000010 | 0 | 0 | 111100 | 1100100 | 100100 | 11000 | 1100100 | 100000 |
Color Harmonies of #A34200
Complementary color
Monochromatic Colors of #A34200
Black with #A34200
Text Example
Text Example
White with #A34200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34200; }
p { color: rgb(163,66,0); }
H1.HeaderClassName
{
color: #A34200;
}
.AnyTagClassName
{
color: #A34200;
}
</style>
background-color css
<style>
a { background-color: #A34200; }
a { background-color: rgb(163,66,0); }
div.DivClassName
{
background-color: #A34200;
}
.BgClassName
{
background-color: #A34200;
}
</style>
border-color css
<style>
span { border-color: #A34200; }
span { border-color: rgb(163,66,0); }
td.TdClassName
{
border-color: #A34200;
}
.TagClassName
{
border-color: #A34200;
}
</style>