Shades of Rust #A44804
Tints of Rust #A44804
RGB
CMYK
RGB Variations
Color information
#A44804 (or 0xA44804) is known color: Rust. HEX triplet: A4, 48 and 04. RGB value is (164,72,4). Sum of RGB (Red+Green+Blue) = 164+72+4=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A44804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44804 is #5BB7FB. Grayscale: #5C5C5C. Windows color (decimal): -6010876 or 280740. OLE color: 280740.
HSL color Cylindrical-coordinate representation of color #A44804: hue angle of 25.5º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A44804 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.36 |
| HSL | 25.5º | 0.95% | 0.33% | - |
| HSV(B) | 25.5º | 0.98% | 0.64% | - |
| XYZ | 17.65 | 12.54 | 1.6 | - |
| YUV | 91.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 4 | 0 | 0.56 | 0.98 | 0.36 | 25.5 | 0.95 | 0.33 |
| Hex | A4 | 48 | 4 | 0 | 38 | 62 | 24 | 1A | 5F | 21 |
| Octal | 244 | 110 | 4 | 0 | 70 | 142 | 44 | 32 | 137 | 41 |
| Binary | 10100100 | 1001000 | 100 | 0 | 111000 | 1100010 | 100100 | 11010 | 1011111 | 100001 |
Color Harmonies of #A44804
Complementary color
Monochromatic Colors of #A44804
Black with #A44804
Text Example
Text Example
White with #A44804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44804; }
p { color: rgb(164,72,4); }
H1.HeaderClassName
{
color: #A44804;
}
.AnyTagClassName
{
color: #A44804;
}
</style>
background-color css
<style>
a { background-color: #A44804; }
a { background-color: rgb(164,72,4); }
div.DivClassName
{
background-color: #A44804;
}
.BgClassName
{
background-color: #A44804;
}
</style>
border-color css
<style>
span { border-color: #A44804; }
span { border-color: rgb(164,72,4); }
td.TdClassName
{
border-color: #A44804;
}
.TagClassName
{
border-color: #A44804;
}
</style>