Shades of Rust #A44B0E
Tints of Rust #A44B0E
RGB
CMYK
RGB Variations
Color information
#A44B0E (or 0xA44B0E) is known color: Rust. HEX triplet: A4, 4B and 0E. RGB value is (164,75,14). Sum of RGB (Red+Green+Blue) = 164+75+14=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44B0E is #5BB4F1. Grayscale: #5E5E5E. Windows color (decimal): -6010098 or 936868. OLE color: 936868.
HSL color Cylindrical-coordinate representation of color #A44B0E: hue angle of 24.4º 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 #A44B0E is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 14 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.36 |
| HSL | 24.4º | 0.84% | 0.35% | - |
| HSV(B) | 24.4º | 0.91% | 0.64% | - |
| XYZ | 17.91 | 12.96 | 1.97 | - |
| YUV | 94.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 14 | 0 | 0.54 | 0.91 | 0.36 | 24.4 | 0.84 | 0.35 |
| Hex | A4 | 4B | E | 0 | 36 | 5B | 24 | 18 | 54 | 23 |
| Octal | 244 | 113 | 16 | 0 | 66 | 133 | 44 | 30 | 124 | 43 |
| Binary | 10100100 | 1001011 | 1110 | 0 | 110110 | 1011011 | 100100 | 11000 | 1010100 | 100011 |
Color Harmonies of #A44B0E
Complementary color
Monochromatic Colors of #A44B0E
Black with #A44B0E
Text Example
Text Example
White with #A44B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B0E; }
p { color: rgb(164,75,14); }
H1.HeaderClassName
{
color: #A44B0E;
}
.AnyTagClassName
{
color: #A44B0E;
}
</style>
background-color css
<style>
a { background-color: #A44B0E; }
a { background-color: rgb(164,75,14); }
div.DivClassName
{
background-color: #A44B0E;
}
.BgClassName
{
background-color: #A44B0E;
}
</style>
border-color css
<style>
span { border-color: #A44B0E; }
span { border-color: rgb(164,75,14); }
td.TdClassName
{
border-color: #A44B0E;
}
.TagClassName
{
border-color: #A44B0E;
}
</style>