Shades of Rust #A44A04
Tints of Rust #A44A04
RGB
CMYK
RGB Variations
Color information
#A44A04 (or 0xA44A04) is known color: Rust. HEX triplet: A4, 4A and 04. RGB value is (164,74,4). Sum of RGB (Red+Green+Blue) = 164+74+4=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A04 is #5BB5FB. Grayscale: #5D5D5D. Windows color (decimal): -6010364 or 281252. OLE color: 281252.
HSL color Cylindrical-coordinate representation of color #A44A04: hue angle of 26.25º 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 #A44A04 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.36 |
| HSL | 26.25º | 0.95% | 0.33% | - |
| HSV(B) | 26.25º | 0.98% | 0.64% | - |
| XYZ | 17.78 | 12.8 | 1.65 | - |
| YUV | 92.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 4 | 0 | 0.55 | 0.98 | 0.36 | 26.25 | 0.95 | 0.33 |
| Hex | A4 | 4A | 4 | 0 | 37 | 62 | 24 | 1A | 5F | 21 |
| Octal | 244 | 112 | 4 | 0 | 67 | 142 | 44 | 32 | 137 | 41 |
| Binary | 10100100 | 1001010 | 100 | 0 | 110111 | 1100010 | 100100 | 11010 | 1011111 | 100001 |
Color Harmonies of #A44A04
Complementary color
Monochromatic Colors of #A44A04
Black with #A44A04
Text Example
Text Example
White with #A44A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A04; }
p { color: rgb(164,74,4); }
H1.HeaderClassName
{
color: #A44A04;
}
.AnyTagClassName
{
color: #A44A04;
}
</style>
background-color css
<style>
a { background-color: #A44A04; }
a { background-color: rgb(164,74,4); }
div.DivClassName
{
background-color: #A44A04;
}
.BgClassName
{
background-color: #A44A04;
}
</style>
border-color css
<style>
span { border-color: #A44A04; }
span { border-color: rgb(164,74,4); }
td.TdClassName
{
border-color: #A44A04;
}
.TagClassName
{
border-color: #A44A04;
}
</style>