Shades of Rust #A43414
Tints of Rust #A43414
RGB
CMYK
RGB Variations
Color information
#A43414 (or 0xA43414) is known color: Rust. HEX triplet: A4, 34 and 14. RGB value is (164,52,20). Sum of RGB (Red+Green+Blue) = 164+52+20=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A43414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43414 is #5BCBEB. Grayscale: #525252. Windows color (decimal): -6015980 or 1324196. OLE color: 1324196.
HSL color Cylindrical-coordinate representation of color #A43414: hue angle of 13.33º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A43414 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 20 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.36 |
| HSL | 13.33º | 0.78% | 0.36% | - |
| HSV(B) | 13.33º | 0.88% | 0.64% | - |
| XYZ | 16.66 | 10.4 | 1.79 | - |
| YUV | 81.84 | 93.11 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 20 | 0 | 0.68 | 0.88 | 0.36 | 13.33 | 0.78 | 0.36 |
| Hex | A4 | 34 | 14 | 0 | 44 | 58 | 24 | D | 4E | 24 |
| Octal | 244 | 64 | 24 | 0 | 104 | 130 | 44 | 15 | 116 | 44 |
| Binary | 10100100 | 110100 | 10100 | 0 | 1000100 | 1011000 | 100100 | 1101 | 1001110 | 100100 |
Color Harmonies of #A43414
Complementary color
Monochromatic Colors of #A43414
Black with #A43414
Text Example
Text Example
White with #A43414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43414; }
p { color: rgb(164,52,20); }
H1.HeaderClassName
{
color: #A43414;
}
.AnyTagClassName
{
color: #A43414;
}
</style>
background-color css
<style>
a { background-color: #A43414; }
a { background-color: rgb(164,52,20); }
div.DivClassName
{
background-color: #A43414;
}
.BgClassName
{
background-color: #A43414;
}
</style>
border-color css
<style>
span { border-color: #A43414; }
span { border-color: rgb(164,52,20); }
td.TdClassName
{
border-color: #A43414;
}
.TagClassName
{
border-color: #A43414;
}
</style>