Shades of Rust #A7440C
Tints of Rust #A7440C
RGB
CMYK
RGB Variations
Color information
#A7440C (or 0xA7440C) is known color: Rust. HEX triplet: A7, 44 and 0C. RGB value is (167,68,12). Sum of RGB (Red+Green+Blue) = 167+68+12=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A7440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7440C is #58BBF3. Grayscale: #5B5B5B. Windows color (decimal): -5815284 or 804007. OLE color: 804007.
HSL color Cylindrical-coordinate representation of color #A7440C: hue angle of 21.68º 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 #A7440C is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 68 | 12 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.35 |
| HSL | 21.68º | 0.87% | 0.35% | - |
| HSV(B) | 21.68º | 0.93% | 0.65% | - |
| XYZ | 18.07 | 12.38 | 1.78 | - |
| YUV | 91.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 12 | 0 | 0.59 | 0.93 | 0.35 | 21.68 | 0.87 | 0.35 |
| Hex | A7 | 44 | C | 0 | 3B | 5D | 23 | 16 | 57 | 23 |
| Octal | 247 | 104 | 14 | 0 | 73 | 135 | 43 | 26 | 127 | 43 |
| Binary | 10100111 | 1000100 | 1100 | 0 | 111011 | 1011101 | 100011 | 10110 | 1010111 | 100011 |
Color Harmonies of #A7440C
Complementary color
Monochromatic Colors of #A7440C
Black with #A7440C
Text Example
Text Example
White with #A7440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7440C; }
p { color: rgb(167,68,12); }
H1.HeaderClassName
{
color: #A7440C;
}
.AnyTagClassName
{
color: #A7440C;
}
</style>
background-color css
<style>
a { background-color: #A7440C; }
a { background-color: rgb(167,68,12); }
div.DivClassName
{
background-color: #A7440C;
}
.BgClassName
{
background-color: #A7440C;
}
</style>
border-color css
<style>
span { border-color: #A7440C; }
span { border-color: rgb(167,68,12); }
td.TdClassName
{
border-color: #A7440C;
}
.TagClassName
{
border-color: #A7440C;
}
</style>