Shades of Rust #A7480C
Tints of Rust #A7480C
RGB
CMYK
RGB Variations
Color information
#A7480C (or 0xA7480C) is known color: Rust. HEX triplet: A7, 48 and 0C. RGB value is (167,72,12). Sum of RGB (Red+Green+Blue) = 167+72+12=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A7480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7480C is #58B7F3. Grayscale: #5D5D5D. Windows color (decimal): -5814260 or 805031. OLE color: 805031.
HSL color Cylindrical-coordinate representation of color #A7480C: hue angle of 23.23º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7480C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 72 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.35 |
| HSL | 23.23º | 0.87% | 0.35% | - |
| HSV(B) | 23.23º | 0.93% | 0.65% | - |
| XYZ | 18.32 | 12.88 | 1.87 | - |
| YUV | 93.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 12 | 0 | 0.57 | 0.93 | 0.35 | 23.23 | 0.87 | 0.35 |
| Hex | A7 | 48 | C | 0 | 39 | 5D | 23 | 17 | 57 | 23 |
| Octal | 247 | 110 | 14 | 0 | 71 | 135 | 43 | 27 | 127 | 43 |
| Binary | 10100111 | 1001000 | 1100 | 0 | 111001 | 1011101 | 100011 | 10111 | 1010111 | 100011 |
Color Harmonies of #A7480C
Complementary color
Monochromatic Colors of #A7480C
Black with #A7480C
Text Example
Text Example
White with #A7480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7480C; }
p { color: rgb(167,72,12); }
H1.HeaderClassName
{
color: #A7480C;
}
.AnyTagClassName
{
color: #A7480C;
}
</style>
background-color css
<style>
a { background-color: #A7480C; }
a { background-color: rgb(167,72,12); }
div.DivClassName
{
background-color: #A7480C;
}
.BgClassName
{
background-color: #A7480C;
}
</style>
border-color css
<style>
span { border-color: #A7480C; }
span { border-color: rgb(167,72,12); }
td.TdClassName
{
border-color: #A7480C;
}
.TagClassName
{
border-color: #A7480C;
}
</style>