Shades of Rust #A4340E
Tints of Rust #A4340E
RGB
CMYK
RGB Variations
Color information
#A4340E (or 0xA4340E) is known color: Rust. HEX triplet: A4, 34 and 0E. RGB value is (164,52,14). Sum of RGB (Red+Green+Blue) = 164+52+14=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A4340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4340E is #5BCBF1. Grayscale: #515151. Windows color (decimal): -6015986 or 930980. OLE color: 930980.
HSL color Cylindrical-coordinate representation of color #A4340E: hue angle of 15.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4340E is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 14 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.36 |
| HSL | 15.2º | 0.84% | 0.35% | - |
| HSV(B) | 15.2º | 0.91% | 0.64% | - |
| XYZ | 16.62 | 10.38 | 1.54 | - |
| YUV | 81.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 14 | 0 | 0.68 | 0.91 | 0.36 | 15.2 | 0.84 | 0.35 |
| Hex | A4 | 34 | E | 0 | 44 | 5B | 24 | F | 54 | 23 |
| Octal | 244 | 64 | 16 | 0 | 104 | 133 | 44 | 17 | 124 | 43 |
| Binary | 10100100 | 110100 | 1110 | 0 | 1000100 | 1011011 | 100100 | 1111 | 1010100 | 100011 |
Color Harmonies of #A4340E
Complementary color
Monochromatic Colors of #A4340E
Black with #A4340E
Text Example
Text Example
White with #A4340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4340E; }
p { color: rgb(164,52,14); }
H1.HeaderClassName
{
color: #A4340E;
}
.AnyTagClassName
{
color: #A4340E;
}
</style>
background-color css
<style>
a { background-color: #A4340E; }
a { background-color: rgb(164,52,14); }
div.DivClassName
{
background-color: #A4340E;
}
.BgClassName
{
background-color: #A4340E;
}
</style>
border-color css
<style>
span { border-color: #A4340E; }
span { border-color: rgb(164,52,14); }
td.TdClassName
{
border-color: #A4340E;
}
.TagClassName
{
border-color: #A4340E;
}
</style>