Shades of Rust #A43412
Tints of Rust #A43412
RGB
CMYK
RGB Variations
Color information
#A43412 (or 0xA43412) is known color: Rust. HEX triplet: A4, 34 and 12. RGB value is (164,52,18). Sum of RGB (Red+Green+Blue) = 164+52+18=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A43412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43412 is #5BCBED. Grayscale: #515151. Windows color (decimal): -6015982 or 1193124. OLE color: 1193124.
HSL color Cylindrical-coordinate representation of color #A43412: hue angle of 13.97º 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 #A43412 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 18 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.36 |
| HSL | 13.97º | 0.8% | 0.36% | - |
| HSV(B) | 13.97º | 0.89% | 0.64% | - |
| XYZ | 16.65 | 10.39 | 1.7 | - |
| YUV | 81.61 | 92.11 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 18 | 0 | 0.68 | 0.89 | 0.36 | 13.97 | 0.8 | 0.36 |
| Hex | A4 | 34 | 12 | 0 | 44 | 59 | 24 | E | 50 | 24 |
| Octal | 244 | 64 | 22 | 0 | 104 | 131 | 44 | 16 | 120 | 44 |
| Binary | 10100100 | 110100 | 10010 | 0 | 1000100 | 1011001 | 100100 | 1110 | 1010000 | 100100 |
Color Harmonies of #A43412
Complementary color
Monochromatic Colors of #A43412
Black with #A43412
Text Example
Text Example
White with #A43412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43412; }
p { color: rgb(164,52,18); }
H1.HeaderClassName
{
color: #A43412;
}
.AnyTagClassName
{
color: #A43412;
}
</style>
background-color css
<style>
a { background-color: #A43412; }
a { background-color: rgb(164,52,18); }
div.DivClassName
{
background-color: #A43412;
}
.BgClassName
{
background-color: #A43412;
}
</style>
border-color css
<style>
span { border-color: #A43412; }
span { border-color: rgb(164,52,18); }
td.TdClassName
{
border-color: #A43412;
}
.TagClassName
{
border-color: #A43412;
}
</style>