Shades of Rust #A43512
Tints of Rust #A43512
RGB
CMYK
RGB Variations
Color information
#A43512 (or 0xA43512) is known color: Rust. HEX triplet: A4, 35 and 12. RGB value is (164,53,18). Sum of RGB (Red+Green+Blue) = 164+53+18=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A43512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43512 is #5BCAED. Grayscale: #525252. Windows color (decimal): -6015726 or 1193380. OLE color: 1193380.
HSL color Cylindrical-coordinate representation of color #A43512: hue angle of 14.38º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A43512 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 18 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.36 |
| HSL | 14.38º | 0.8% | 0.36% | - |
| HSV(B) | 14.38º | 0.89% | 0.64% | - |
| XYZ | 16.69 | 10.48 | 1.72 | - |
| YUV | 82.2 | 91.77 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 18 | 0 | 0.68 | 0.89 | 0.36 | 14.38 | 0.8 | 0.36 |
| Hex | A4 | 35 | 12 | 0 | 44 | 59 | 24 | E | 50 | 24 |
| Octal | 244 | 65 | 22 | 0 | 104 | 131 | 44 | 16 | 120 | 44 |
| Binary | 10100100 | 110101 | 10010 | 0 | 1000100 | 1011001 | 100100 | 1110 | 1010000 | 100100 |
Color Harmonies of #A43512
Complementary color
Monochromatic Colors of #A43512
Black with #A43512
Text Example
Text Example
White with #A43512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43512; }
p { color: rgb(164,53,18); }
H1.HeaderClassName
{
color: #A43512;
}
.AnyTagClassName
{
color: #A43512;
}
</style>
background-color css
<style>
a { background-color: #A43512; }
a { background-color: rgb(164,53,18); }
div.DivClassName
{
background-color: #A43512;
}
.BgClassName
{
background-color: #A43512;
}
</style>
border-color css
<style>
span { border-color: #A43512; }
span { border-color: rgb(164,53,18); }
td.TdClassName
{
border-color: #A43512;
}
.TagClassName
{
border-color: #A43512;
}
</style>