Shades of Rust #A4480C
Tints of Rust #A4480C
RGB
CMYK
RGB Variations
Color information
#A4480C (or 0xA4480C) is known color: Rust. HEX triplet: A4, 48 and 0C. RGB value is (164,72,12). Sum of RGB (Red+Green+Blue) = 164+72+12=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A4480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4480C is #5BB7F3. Grayscale: #5C5C5C. Windows color (decimal): -6010868 or 805028. OLE color: 805028.
HSL color Cylindrical-coordinate representation of color #A4480C: hue angle of 23.68º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4480C is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 12 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.36 |
| HSL | 23.68º | 0.86% | 0.35% | - |
| HSV(B) | 23.68º | 0.93% | 0.64% | - |
| XYZ | 17.69 | 12.55 | 1.84 | - |
| YUV | 92.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 12 | 0 | 0.56 | 0.93 | 0.36 | 23.68 | 0.86 | 0.35 |
| Hex | A4 | 48 | C | 0 | 38 | 5D | 24 | 18 | 56 | 23 |
| Octal | 244 | 110 | 14 | 0 | 70 | 135 | 44 | 30 | 126 | 43 |
| Binary | 10100100 | 1001000 | 1100 | 0 | 111000 | 1011101 | 100100 | 11000 | 1010110 | 100011 |
Color Harmonies of #A4480C
Complementary color
Monochromatic Colors of #A4480C
Black with #A4480C
Text Example
Text Example
White with #A4480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4480C; }
p { color: rgb(164,72,12); }
H1.HeaderClassName
{
color: #A4480C;
}
.AnyTagClassName
{
color: #A4480C;
}
</style>
background-color css
<style>
a { background-color: #A4480C; }
a { background-color: rgb(164,72,12); }
div.DivClassName
{
background-color: #A4480C;
}
.BgClassName
{
background-color: #A4480C;
}
</style>
border-color css
<style>
span { border-color: #A4480C; }
span { border-color: rgb(164,72,12); }
td.TdClassName
{
border-color: #A4480C;
}
.TagClassName
{
border-color: #A4480C;
}
</style>