Shades of Rust #A44004
Tints of Rust #A44004
RGB
CMYK
RGB Variations
Color information
#A44004 (or 0xA44004) is known color: Rust. HEX triplet: A4, 40 and 04. RGB value is (164,64,4). Sum of RGB (Red+Green+Blue) = 164+64+4=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A44004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44004 is #5BBFFB. Grayscale: #575757. Windows color (decimal): -6012924 or 278692. OLE color: 278692.
HSL color Cylindrical-coordinate representation of color #A44004: hue angle of 22.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 #A44004 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 64 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.36 |
| HSL | 22.5º | 0.95% | 0.33% | - |
| HSV(B) | 22.5º | 0.98% | 0.64% | - |
| XYZ | 17.17 | 11.57 | 1.44 | - |
| YUV | 87.06 | 81.13 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 4 | 0 | 0.61 | 0.98 | 0.36 | 22.5 | 0.95 | 0.33 |
| Hex | A4 | 40 | 4 | 0 | 3D | 62 | 24 | 16 | 5F | 21 |
| Octal | 244 | 100 | 4 | 0 | 75 | 142 | 44 | 26 | 137 | 41 |
| Binary | 10100100 | 1000000 | 100 | 0 | 111101 | 1100010 | 100100 | 10110 | 1011111 | 100001 |
Color Harmonies of #A44004
Complementary color
Monochromatic Colors of #A44004
Black with #A44004
Text Example
Text Example
White with #A44004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44004; }
p { color: rgb(164,64,4); }
H1.HeaderClassName
{
color: #A44004;
}
.AnyTagClassName
{
color: #A44004;
}
</style>
background-color css
<style>
a { background-color: #A44004; }
a { background-color: rgb(164,64,4); }
div.DivClassName
{
background-color: #A44004;
}
.BgClassName
{
background-color: #A44004;
}
</style>
border-color css
<style>
span { border-color: #A44004; }
span { border-color: rgb(164,64,4); }
td.TdClassName
{
border-color: #A44004;
}
.TagClassName
{
border-color: #A44004;
}
</style>