Shades of Rust #A34A01
Tints of Rust #A34A01
RGB
CMYK
RGB Variations
Color information
#A34A01 (or 0xA34A01) is known color: Rust. HEX triplet: A3, 4A and 01. RGB value is (163,74,1). Sum of RGB (Red+Green+Blue) = 163+74+1=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34A01 is #5CB5FE. Grayscale: #5C5C5C. Windows color (decimal): -6075903 or 84643. OLE color: 84643.
HSL color Cylindrical-coordinate representation of color #A34A01: hue angle of 27.04º 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 #A34A01 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.36 |
| HSL | 27.04º | 0.99% | 0.32% | - |
| HSV(B) | 27.04º | 0.99% | 0.64% | - |
| XYZ | 17.56 | 12.69 | 1.55 | - |
| YUV | 92.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 1 | 0 | 0.55 | 0.99 | 0.36 | 27.04 | 0.99 | 0.32 |
| Hex | A3 | 4A | 1 | 0 | 37 | 63 | 24 | 1B | 63 | 20 |
| Octal | 243 | 112 | 1 | 0 | 67 | 143 | 44 | 33 | 143 | 40 |
| Binary | 10100011 | 1001010 | 1 | 0 | 110111 | 1100011 | 100100 | 11011 | 1100011 | 100000 |
Color Harmonies of #A34A01
Complementary color
Monochromatic Colors of #A34A01
Black with #A34A01
Text Example
Text Example
White with #A34A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A01; }
p { color: rgb(163,74,1); }
H1.HeaderClassName
{
color: #A34A01;
}
.AnyTagClassName
{
color: #A34A01;
}
</style>
background-color css
<style>
a { background-color: #A34A01; }
a { background-color: rgb(163,74,1); }
div.DivClassName
{
background-color: #A34A01;
}
.BgClassName
{
background-color: #A34A01;
}
</style>
border-color css
<style>
span { border-color: #A34A01; }
span { border-color: rgb(163,74,1); }
td.TdClassName
{
border-color: #A34A01;
}
.TagClassName
{
border-color: #A34A01;
}
</style>