Shades of Rust #A44105
Tints of Rust #A44105
RGB
CMYK
RGB Variations
Color information
#A44105 (or 0xA44105) is known color: Rust. HEX triplet: A4, 41 and 05. RGB value is (164,65,5). Sum of RGB (Red+Green+Blue) = 164+65+5=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A44105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44105 is #5BBEFA. Grayscale: #585858. Windows color (decimal): -6012667 or 344484. OLE color: 344484.
HSL color Cylindrical-coordinate representation of color #A44105: hue angle of 22.64º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A44105 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.36 |
| HSL | 22.64º | 0.94% | 0.33% | - |
| HSV(B) | 22.64º | 0.97% | 0.64% | - |
| XYZ | 17.23 | 11.68 | 1.49 | - |
| YUV | 87.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 5 | 0 | 0.60 | 0.97 | 0.36 | 22.64 | 0.94 | 0.33 |
| Hex | A4 | 41 | 5 | 0 | 3C | 61 | 24 | 17 | 5E | 21 |
| Octal | 244 | 101 | 5 | 0 | 74 | 141 | 44 | 27 | 136 | 41 |
| Binary | 10100100 | 1000001 | 101 | 0 | 111100 | 1100001 | 100100 | 10111 | 1011110 | 100001 |
Color Harmonies of #A44105
Complementary color
Monochromatic Colors of #A44105
Black with #A44105
Text Example
Text Example
White with #A44105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44105; }
p { color: rgb(164,65,5); }
H1.HeaderClassName
{
color: #A44105;
}
.AnyTagClassName
{
color: #A44105;
}
</style>
background-color css
<style>
a { background-color: #A44105; }
a { background-color: rgb(164,65,5); }
div.DivClassName
{
background-color: #A44105;
}
.BgClassName
{
background-color: #A44105;
}
</style>
border-color css
<style>
span { border-color: #A44105; }
span { border-color: rgb(164,65,5); }
td.TdClassName
{
border-color: #A44105;
}
.TagClassName
{
border-color: #A44105;
}
</style>