Shades of Rust #A7430E
Tints of Rust #A7430E
RGB
CMYK
RGB Variations
Color information
#A7430E (or 0xA7430E) is known color: Rust. HEX triplet: A7, 43 and 0E. RGB value is (167,67,14). Sum of RGB (Red+Green+Blue) = 167+67+14=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A7430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7430E is #58BCF1. Grayscale: #5B5B5B. Windows color (decimal): -5815538 or 934823. OLE color: 934823.
HSL color Cylindrical-coordinate representation of color #A7430E: hue angle of 20.78º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7430E is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 14 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.35 |
| HSL | 20.78º | 0.85% | 0.35% | - |
| HSV(B) | 20.78º | 0.92% | 0.65% | - |
| XYZ | 18.02 | 12.26 | 1.83 | - |
| YUV | 90.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 14 | 0 | 0.60 | 0.92 | 0.35 | 20.78 | 0.85 | 0.35 |
| Hex | A7 | 43 | E | 0 | 3C | 5C | 23 | 15 | 55 | 23 |
| Octal | 247 | 103 | 16 | 0 | 74 | 134 | 43 | 25 | 125 | 43 |
| Binary | 10100111 | 1000011 | 1110 | 0 | 111100 | 1011100 | 100011 | 10101 | 1010101 | 100011 |
Color Harmonies of #A7430E
Complementary color
Monochromatic Colors of #A7430E
Black with #A7430E
Text Example
Text Example
White with #A7430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7430E; }
p { color: rgb(167,67,14); }
H1.HeaderClassName
{
color: #A7430E;
}
.AnyTagClassName
{
color: #A7430E;
}
</style>
background-color css
<style>
a { background-color: #A7430E; }
a { background-color: rgb(167,67,14); }
div.DivClassName
{
background-color: #A7430E;
}
.BgClassName
{
background-color: #A7430E;
}
</style>
border-color css
<style>
span { border-color: #A7430E; }
span { border-color: rgb(167,67,14); }
td.TdClassName
{
border-color: #A7430E;
}
.TagClassName
{
border-color: #A7430E;
}
</style>