Shades of Rust #A7431A
Tints of Rust #A7431A
RGB
CMYK
RGB Variations
Color information
#A7431A (or 0xA7431A) is known color: Rust. HEX triplet: A7, 43 and 1A. RGB value is (167,67,26). Sum of RGB (Red+Green+Blue) = 167+67+26=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A7431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7431A is #58BCE5. Grayscale: #5C5C5C. Windows color (decimal): -5815526 or 1721255. OLE color: 1721255.
HSL color Cylindrical-coordinate representation of color #A7431A: hue angle of 17.45º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7431A is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 26 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.35 |
| HSL | 17.45º | 0.73% | 0.38% | - |
| HSV(B) | 17.45º | 0.84% | 0.65% | - |
| XYZ | 18.13 | 12.3 | 2.4 | - |
| YUV | 92.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 26 | 0 | 0.60 | 0.84 | 0.35 | 17.45 | 0.73 | 0.38 |
| Hex | A7 | 43 | 1A | 0 | 3C | 54 | 23 | 11 | 49 | 26 |
| Octal | 247 | 103 | 32 | 0 | 74 | 124 | 43 | 21 | 111 | 46 |
| Binary | 10100111 | 1000011 | 11010 | 0 | 111100 | 1010100 | 100011 | 10001 | 1001001 | 100110 |
Color Harmonies of #A7431A
Complementary color
Monochromatic Colors of #A7431A
Black with #A7431A
Text Example
Text Example
White with #A7431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7431A; }
p { color: rgb(167,67,26); }
H1.HeaderClassName
{
color: #A7431A;
}
.AnyTagClassName
{
color: #A7431A;
}
</style>
background-color css
<style>
a { background-color: #A7431A; }
a { background-color: rgb(167,67,26); }
div.DivClassName
{
background-color: #A7431A;
}
.BgClassName
{
background-color: #A7431A;
}
</style>
border-color css
<style>
span { border-color: #A7431A; }
span { border-color: rgb(167,67,26); }
td.TdClassName
{
border-color: #A7431A;
}
.TagClassName
{
border-color: #A7431A;
}
</style>