Shades of Rust #A43A16
Tints of Rust #A43A16
RGB
CMYK
RGB Variations
Color information
#A43A16 (or 0xA43A16) is known color: Rust. HEX triplet: A4, 3A and 16. RGB value is (164,58,22). Sum of RGB (Red+Green+Blue) = 164+58+22=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43A16 is #5BC5E9. Grayscale: #555555. Windows color (decimal): -6014442 or 1456804. OLE color: 1456804.
HSL color Cylindrical-coordinate representation of color #A43A16: hue angle of 15.21º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A43A16 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 22 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.36 |
| HSL | 15.21º | 0.76% | 0.36% | - |
| HSV(B) | 15.21º | 0.87% | 0.64% | - |
| XYZ | 16.97 | 10.98 | 1.98 | - |
| YUV | 85.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 22 | 0 | 0.65 | 0.87 | 0.36 | 15.21 | 0.76 | 0.36 |
| Hex | A4 | 3A | 16 | 0 | 41 | 57 | 24 | F | 4C | 24 |
| Octal | 244 | 72 | 26 | 0 | 101 | 127 | 44 | 17 | 114 | 44 |
| Binary | 10100100 | 111010 | 10110 | 0 | 1000001 | 1010111 | 100100 | 1111 | 1001100 | 100100 |
Color Harmonies of #A43A16
Complementary color
Monochromatic Colors of #A43A16
Black with #A43A16
Text Example
Text Example
White with #A43A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A16; }
p { color: rgb(164,58,22); }
H1.HeaderClassName
{
color: #A43A16;
}
.AnyTagClassName
{
color: #A43A16;
}
</style>
background-color css
<style>
a { background-color: #A43A16; }
a { background-color: rgb(164,58,22); }
div.DivClassName
{
background-color: #A43A16;
}
.BgClassName
{
background-color: #A43A16;
}
</style>
border-color css
<style>
span { border-color: #A43A16; }
span { border-color: rgb(164,58,22); }
td.TdClassName
{
border-color: #A43A16;
}
.TagClassName
{
border-color: #A43A16;
}
</style>