Shades of Rust #A34D01
Tints of Rust #A34D01
RGB
CMYK
RGB Variations
Color information
#A34D01 (or 0xA34D01) is known color: Rust. HEX triplet: A3, 4D and 01. RGB value is (163,77,1). Sum of RGB (Red+Green+Blue) = 163+77+1=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34D01 is #5CB2FE. Grayscale: #5E5E5E. Windows color (decimal): -6075135 or 85411. OLE color: 85411.
HSL color Cylindrical-coordinate representation of color #A34D01: hue angle of 28.15º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A34D01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.36 |
| HSL | 28.15º | 0.99% | 0.32% | - |
| HSV(B) | 28.15º | 0.99% | 0.64% | - |
| XYZ | 17.76 | 13.1 | 1.62 | - |
| YUV | 94.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 1 | 0 | 0.53 | 0.99 | 0.36 | 28.15 | 0.99 | 0.32 |
| Hex | A3 | 4D | 1 | 0 | 35 | 63 | 24 | 1C | 63 | 20 |
| Octal | 243 | 115 | 1 | 0 | 65 | 143 | 44 | 34 | 143 | 40 |
| Binary | 10100011 | 1001101 | 1 | 0 | 110101 | 1100011 | 100100 | 11100 | 1100011 | 100000 |
Color Harmonies of #A34D01
Complementary color
Monochromatic Colors of #A34D01
Black with #A34D01
Text Example
Text Example
White with #A34D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D01; }
p { color: rgb(163,77,1); }
H1.HeaderClassName
{
color: #A34D01;
}
.AnyTagClassName
{
color: #A34D01;
}
</style>
background-color css
<style>
a { background-color: #A34D01; }
a { background-color: rgb(163,77,1); }
div.DivClassName
{
background-color: #A34D01;
}
.BgClassName
{
background-color: #A34D01;
}
</style>
border-color css
<style>
span { border-color: #A34D01; }
span { border-color: rgb(163,77,1); }
td.TdClassName
{
border-color: #A34D01;
}
.TagClassName
{
border-color: #A34D01;
}
</style>