Shades of Rust #A4340B
Tints of Rust #A4340B
RGB
CMYK
RGB Variations
Color information
#A4340B (or 0xA4340B) is known color: Rust. HEX triplet: A4, 34 and 0B. RGB value is (164,52,11). Sum of RGB (Red+Green+Blue) = 164+52+11=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A4340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4340B is #5BCBF4. Grayscale: #515151. Windows color (decimal): -6015989 or 734372. OLE color: 734372.
HSL color Cylindrical-coordinate representation of color #A4340B: hue angle of 16.08º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4340B is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 11 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.36 |
| HSL | 16.08º | 0.87% | 0.34% | - |
| HSV(B) | 16.08º | 0.93% | 0.64% | - |
| XYZ | 16.6 | 10.37 | 1.44 | - |
| YUV | 80.81 | 88.61 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 11 | 0 | 0.68 | 0.93 | 0.36 | 16.08 | 0.87 | 0.34 |
| Hex | A4 | 34 | B | 0 | 44 | 5D | 24 | 10 | 57 | 22 |
| Octal | 244 | 64 | 13 | 0 | 104 | 135 | 44 | 20 | 127 | 42 |
| Binary | 10100100 | 110100 | 1011 | 0 | 1000100 | 1011101 | 100100 | 10000 | 1010111 | 100010 |
Color Harmonies of #A4340B
Complementary color
Monochromatic Colors of #A4340B
Black with #A4340B
Text Example
Text Example
White with #A4340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4340B; }
p { color: rgb(164,52,11); }
H1.HeaderClassName
{
color: #A4340B;
}
.AnyTagClassName
{
color: #A4340B;
}
</style>
background-color css
<style>
a { background-color: #A4340B; }
a { background-color: rgb(164,52,11); }
div.DivClassName
{
background-color: #A4340B;
}
.BgClassName
{
background-color: #A4340B;
}
</style>
border-color css
<style>
span { border-color: #A4340B; }
span { border-color: rgb(164,52,11); }
td.TdClassName
{
border-color: #A4340B;
}
.TagClassName
{
border-color: #A4340B;
}
</style>