Shades of Rust #A4430A
Tints of Rust #A4430A
RGB
CMYK
RGB Variations
Color information
#A4430A (or 0xA4430A) is known color: Rust. HEX triplet: A4, 43 and 0A. RGB value is (164,67,10). Sum of RGB (Red+Green+Blue) = 164+67+10=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A4430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4430A is #5BBCF5. Grayscale: #595959. Windows color (decimal): -6012150 or 672676. OLE color: 672676.
HSL color Cylindrical-coordinate representation of color #A4430A: hue angle of 22.21º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4430A is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 67 | 10 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.36 |
| HSL | 22.21º | 0.89% | 0.34% | - |
| HSV(B) | 22.21º | 0.94% | 0.64% | - |
| XYZ | 17.37 | 11.93 | 1.67 | - |
| YUV | 89.51 | 83.14 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 10 | 0 | 0.59 | 0.94 | 0.36 | 22.21 | 0.89 | 0.34 |
| Hex | A4 | 43 | A | 0 | 3B | 5E | 24 | 16 | 59 | 22 |
| Octal | 244 | 103 | 12 | 0 | 73 | 136 | 44 | 26 | 131 | 42 |
| Binary | 10100100 | 1000011 | 1010 | 0 | 111011 | 1011110 | 100100 | 10110 | 1011001 | 100010 |
Color Harmonies of #A4430A
Complementary color
Monochromatic Colors of #A4430A
Black with #A4430A
Text Example
Text Example
White with #A4430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4430A; }
p { color: rgb(164,67,10); }
H1.HeaderClassName
{
color: #A4430A;
}
.AnyTagClassName
{
color: #A4430A;
}
</style>
background-color css
<style>
a { background-color: #A4430A; }
a { background-color: rgb(164,67,10); }
div.DivClassName
{
background-color: #A4430A;
}
.BgClassName
{
background-color: #A4430A;
}
</style>
border-color css
<style>
span { border-color: #A4430A; }
span { border-color: rgb(164,67,10); }
td.TdClassName
{
border-color: #A4430A;
}
.TagClassName
{
border-color: #A4430A;
}
</style>