Shades of Rust #A43900
Tints of Rust #A43900
RGB
CMYK
RGB Variations
Color information
#A43900 (or 0xA43900) is known color: Rust. HEX triplet: A4, 39 and 00. RGB value is (164,57,0). Sum of RGB (Red+Green+Blue) = 164+57+0=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A43900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43900 is #5BC6FF. Grayscale: #525252. Windows color (decimal): -6014720 or 14756. OLE color: 14756.
HSL color Cylindrical-coordinate representation of color #A43900: hue angle of 20.85º 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 #A43900 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 57 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.36 |
| HSL | 20.85º | 1% | 0.32% | - |
| HSV(B) | 20.85º | 1% | 0.64% | - |
| XYZ | 16.77 | 10.82 | 1.2 | - |
| YUV | 82.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 0 | 0 | 0.65 | 1 | 0.36 | 20.85 | 1 | 0.32 |
| Hex | A4 | 39 | 0 | 0 | 41 | 64 | 24 | 15 | 64 | 20 |
| Octal | 244 | 71 | 0 | 0 | 101 | 144 | 44 | 25 | 144 | 40 |
| Binary | 10100100 | 111001 | 0 | 0 | 1000001 | 1100100 | 100100 | 10101 | 1100100 | 100000 |
Color Harmonies of #A43900
Complementary color
Monochromatic Colors of #A43900
Black with #A43900
Text Example
Text Example
White with #A43900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43900; }
p { color: rgb(164,57,0); }
H1.HeaderClassName
{
color: #A43900;
}
.AnyTagClassName
{
color: #A43900;
}
</style>
background-color css
<style>
a { background-color: #A43900; }
a { background-color: rgb(164,57,0); }
div.DivClassName
{
background-color: #A43900;
}
.BgClassName
{
background-color: #A43900;
}
</style>
border-color css
<style>
span { border-color: #A43900; }
span { border-color: rgb(164,57,0); }
td.TdClassName
{
border-color: #A43900;
}
.TagClassName
{
border-color: #A43900;
}
</style>