Shades of Rust #A34D02
Tints of Rust #A34D02
RGB
CMYK
RGB Variations
Color information
#A34D02 (or 0xA34D02) is known color: Rust. HEX triplet: A3, 4D and 02. RGB value is (163,77,2). Sum of RGB (Red+Green+Blue) = 163+77+2=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34D02 is #5CB2FD. Grayscale: #5E5E5E. Windows color (decimal): -6075134 or 150947. OLE color: 150947.
HSL color Cylindrical-coordinate representation of color #A34D02: hue angle of 27.95º degrees, saturation: 0.98, 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 #A34D02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.36 |
| HSL | 27.95º | 0.98% | 0.32% | - |
| HSV(B) | 27.95º | 0.99% | 0.64% | - |
| XYZ | 17.77 | 13.1 | 1.65 | - |
| YUV | 94.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 2 | 0 | 0.53 | 0.99 | 0.36 | 27.95 | 0.98 | 0.32 |
| Hex | A3 | 4D | 2 | 0 | 35 | 63 | 24 | 1C | 62 | 20 |
| Octal | 243 | 115 | 2 | 0 | 65 | 143 | 44 | 34 | 142 | 40 |
| Binary | 10100011 | 1001101 | 10 | 0 | 110101 | 1100011 | 100100 | 11100 | 1100010 | 100000 |
Color Harmonies of #A34D02
Complementary color
Monochromatic Colors of #A34D02
Black with #A34D02
Text Example
Text Example
White with #A34D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D02; }
p { color: rgb(163,77,2); }
H1.HeaderClassName
{
color: #A34D02;
}
.AnyTagClassName
{
color: #A34D02;
}
</style>
background-color css
<style>
a { background-color: #A34D02; }
a { background-color: rgb(163,77,2); }
div.DivClassName
{
background-color: #A34D02;
}
.BgClassName
{
background-color: #A34D02;
}
</style>
border-color css
<style>
span { border-color: #A34D02; }
span { border-color: rgb(163,77,2); }
td.TdClassName
{
border-color: #A34D02;
}
.TagClassName
{
border-color: #A34D02;
}
</style>