Shades of Rust #A43500
Tints of Rust #A43500
RGB
CMYK
RGB Variations
Color information
#A43500 (or 0xA43500) is known color: Rust. HEX triplet: A4, 35 and 00. RGB value is (164,53,0). Sum of RGB (Red+Green+Blue) = 164+53+0=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A43500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43500 is #5BCAFF. Grayscale: #505050. Windows color (decimal): -6015744 or 13732. OLE color: 13732.
HSL color Cylindrical-coordinate representation of color #A43500: hue angle of 19.39º 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 #A43500 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.36 |
| HSL | 19.39º | 1% | 0.32% | - |
| HSV(B) | 19.39º | 1% | 0.64% | - |
| XYZ | 16.58 | 10.44 | 1.14 | - |
| YUV | 80.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 0 | 0 | 0.68 | 1 | 0.36 | 19.39 | 1 | 0.32 |
| Hex | A4 | 35 | 0 | 0 | 44 | 64 | 24 | 13 | 64 | 20 |
| Octal | 244 | 65 | 0 | 0 | 104 | 144 | 44 | 23 | 144 | 40 |
| Binary | 10100100 | 110101 | 0 | 0 | 1000100 | 1100100 | 100100 | 10011 | 1100100 | 100000 |
Color Harmonies of #A43500
Complementary color
Monochromatic Colors of #A43500
Black with #A43500
Text Example
Text Example
White with #A43500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43500; }
p { color: rgb(164,53,0); }
H1.HeaderClassName
{
color: #A43500;
}
.AnyTagClassName
{
color: #A43500;
}
</style>
background-color css
<style>
a { background-color: #A43500; }
a { background-color: rgb(164,53,0); }
div.DivClassName
{
background-color: #A43500;
}
.BgClassName
{
background-color: #A43500;
}
</style>
border-color css
<style>
span { border-color: #A43500; }
span { border-color: rgb(164,53,0); }
td.TdClassName
{
border-color: #A43500;
}
.TagClassName
{
border-color: #A43500;
}
</style>