Shades of Rust #A43A0E
Tints of Rust #A43A0E
RGB
CMYK
RGB Variations
Color information
#A43A0E (or 0xA43A0E) is known color: Rust. HEX triplet: A4, 3A and 0E. RGB value is (164,58,14). Sum of RGB (Red+Green+Blue) = 164+58+14=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43A0E is #5BC5F1. Grayscale: #545454. Windows color (decimal): -6014450 or 932516. OLE color: 932516.
HSL color Cylindrical-coordinate representation of color #A43A0E: hue angle of 17.6º 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 #A43A0E is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 14 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.36 |
| HSL | 17.6º | 0.84% | 0.35% | - |
| HSV(B) | 17.6º | 0.91% | 0.64% | - |
| XYZ | 16.9 | 10.95 | 1.64 | - |
| YUV | 84.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 14 | 0 | 0.65 | 0.91 | 0.36 | 17.6 | 0.84 | 0.35 |
| Hex | A4 | 3A | E | 0 | 41 | 5B | 24 | 12 | 54 | 23 |
| Octal | 244 | 72 | 16 | 0 | 101 | 133 | 44 | 22 | 124 | 43 |
| Binary | 10100100 | 111010 | 1110 | 0 | 1000001 | 1011011 | 100100 | 10010 | 1010100 | 100011 |
Color Harmonies of #A43A0E
Complementary color
Monochromatic Colors of #A43A0E
Black with #A43A0E
Text Example
Text Example
White with #A43A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A0E; }
p { color: rgb(164,58,14); }
H1.HeaderClassName
{
color: #A43A0E;
}
.AnyTagClassName
{
color: #A43A0E;
}
</style>
background-color css
<style>
a { background-color: #A43A0E; }
a { background-color: rgb(164,58,14); }
div.DivClassName
{
background-color: #A43A0E;
}
.BgClassName
{
background-color: #A43A0E;
}
</style>
border-color css
<style>
span { border-color: #A43A0E; }
span { border-color: rgb(164,58,14); }
td.TdClassName
{
border-color: #A43A0E;
}
.TagClassName
{
border-color: #A43A0E;
}
</style>