Shades of Rust #A34001
Tints of Rust #A34001
RGB
CMYK
RGB Variations
Color information
#A34001 (or 0xA34001) is known color: Rust. HEX triplet: A3, 40 and 01. RGB value is (163,64,1). Sum of RGB (Red+Green+Blue) = 163+64+1=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A34001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34001 is #5CBFFE. Grayscale: #565656. Windows color (decimal): -6078463 or 82083. OLE color: 82083.
HSL color Cylindrical-coordinate representation of color #A34001: hue angle of 23.33º 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 #A34001 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.36 |
| HSL | 23.33º | 0.99% | 0.32% | - |
| HSV(B) | 23.33º | 0.99% | 0.64% | - |
| XYZ | 16.94 | 11.46 | 1.35 | - |
| YUV | 86.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 1 | 0 | 0.61 | 0.99 | 0.36 | 23.33 | 0.99 | 0.32 |
| Hex | A3 | 40 | 1 | 0 | 3D | 63 | 24 | 17 | 63 | 20 |
| Octal | 243 | 100 | 1 | 0 | 75 | 143 | 44 | 27 | 143 | 40 |
| Binary | 10100011 | 1000000 | 1 | 0 | 111101 | 1100011 | 100100 | 10111 | 1100011 | 100000 |
Color Harmonies of #A34001
Complementary color
Monochromatic Colors of #A34001
Black with #A34001
Text Example
Text Example
White with #A34001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34001; }
p { color: rgb(163,64,1); }
H1.HeaderClassName
{
color: #A34001;
}
.AnyTagClassName
{
color: #A34001;
}
</style>
background-color css
<style>
a { background-color: #A34001; }
a { background-color: rgb(163,64,1); }
div.DivClassName
{
background-color: #A34001;
}
.BgClassName
{
background-color: #A34001;
}
</style>
border-color css
<style>
span { border-color: #A34001; }
span { border-color: rgb(163,64,1); }
td.TdClassName
{
border-color: #A34001;
}
.TagClassName
{
border-color: #A34001;
}
</style>