Shades of Rust #A4500A
Tints of Rust #A4500A
RGB
CMYK
RGB Variations
Color information
#A4500A (or 0xA4500A) is known color: Rust. HEX triplet: A4, 50 and 0A. RGB value is (164,80,10). Sum of RGB (Red+Green+Blue) = 164+80+10=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A4500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4500A is #5BAFF5. Grayscale: #616161. Windows color (decimal): -6008822 or 676004. OLE color: 676004.
HSL color Cylindrical-coordinate representation of color #A4500A: hue angle of 27.27º 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 #A4500A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 10 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.36 |
| HSL | 27.27º | 0.89% | 0.34% | - |
| HSV(B) | 27.27º | 0.94% | 0.64% | - |
| XYZ | 18.23 | 13.65 | 1.96 | - |
| YUV | 97.14 | 78.83 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 10 | 0 | 0.51 | 0.94 | 0.36 | 27.27 | 0.89 | 0.34 |
| Hex | A4 | 50 | A | 0 | 33 | 5E | 24 | 1B | 59 | 22 |
| Octal | 244 | 120 | 12 | 0 | 63 | 136 | 44 | 33 | 131 | 42 |
| Binary | 10100100 | 1010000 | 1010 | 0 | 110011 | 1011110 | 100100 | 11011 | 1011001 | 100010 |
Color Harmonies of #A4500A
Complementary color
Monochromatic Colors of #A4500A
Black with #A4500A
Text Example
Text Example
White with #A4500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4500A; }
p { color: rgb(164,80,10); }
H1.HeaderClassName
{
color: #A4500A;
}
.AnyTagClassName
{
color: #A4500A;
}
</style>
background-color css
<style>
a { background-color: #A4500A; }
a { background-color: rgb(164,80,10); }
div.DivClassName
{
background-color: #A4500A;
}
.BgClassName
{
background-color: #A4500A;
}
</style>
border-color css
<style>
span { border-color: #A4500A; }
span { border-color: rgb(164,80,10); }
td.TdClassName
{
border-color: #A4500A;
}
.TagClassName
{
border-color: #A4500A;
}
</style>