Shades of Rust #A44C0E
Tints of Rust #A44C0E
RGB
CMYK
RGB Variations
Color information
#A44C0E (or 0xA44C0E) is known color: Rust. HEX triplet: A4, 4C and 0E. RGB value is (164,76,14). Sum of RGB (Red+Green+Blue) = 164+76+14=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44C0E is #5BB3F1. Grayscale: #5F5F5F. Windows color (decimal): -6009842 or 937124. OLE color: 937124.
HSL color Cylindrical-coordinate representation of color #A44C0E: hue angle of 24.8º 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 #A44C0E is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 14 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.36 |
| HSL | 24.8º | 0.84% | 0.35% | - |
| HSV(B) | 24.8º | 0.91% | 0.64% | - |
| XYZ | 17.97 | 13.09 | 2 | - |
| YUV | 95.24 | 82.15 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 14 | 0 | 0.54 | 0.91 | 0.36 | 24.8 | 0.84 | 0.35 |
| Hex | A4 | 4C | E | 0 | 36 | 5B | 24 | 19 | 54 | 23 |
| Octal | 244 | 114 | 16 | 0 | 66 | 133 | 44 | 31 | 124 | 43 |
| Binary | 10100100 | 1001100 | 1110 | 0 | 110110 | 1011011 | 100100 | 11001 | 1010100 | 100011 |
Color Harmonies of #A44C0E
Complementary color
Monochromatic Colors of #A44C0E
Black with #A44C0E
Text Example
Text Example
White with #A44C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C0E; }
p { color: rgb(164,76,14); }
H1.HeaderClassName
{
color: #A44C0E;
}
.AnyTagClassName
{
color: #A44C0E;
}
</style>
background-color css
<style>
a { background-color: #A44C0E; }
a { background-color: rgb(164,76,14); }
div.DivClassName
{
background-color: #A44C0E;
}
.BgClassName
{
background-color: #A44C0E;
}
</style>
border-color css
<style>
span { border-color: #A44C0E; }
span { border-color: rgb(164,76,14); }
td.TdClassName
{
border-color: #A44C0E;
}
.TagClassName
{
border-color: #A44C0E;
}
</style>