Shades of Rust #A7430D
Tints of Rust #A7430D
RGB
CMYK
RGB Variations
Color information
#A7430D (or 0xA7430D) is known color: Rust. HEX triplet: A7, 43 and 0D. RGB value is (167,67,13). Sum of RGB (Red+Green+Blue) = 167+67+13=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A7430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7430D is #58BCF2. Grayscale: #5B5B5B. Windows color (decimal): -5815539 or 869287. OLE color: 869287.
HSL color Cylindrical-coordinate representation of color #A7430D: hue angle of 21.04º degrees, saturation: 0.86, 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 #A7430D is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 13 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.35 |
| HSL | 21.04º | 0.86% | 0.35% | - |
| HSV(B) | 21.04º | 0.92% | 0.65% | - |
| XYZ | 18.02 | 12.26 | 1.8 | - |
| YUV | 90.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 13 | 0 | 0.60 | 0.92 | 0.35 | 21.04 | 0.86 | 0.35 |
| Hex | A7 | 43 | D | 0 | 3C | 5C | 23 | 15 | 56 | 23 |
| Octal | 247 | 103 | 15 | 0 | 74 | 134 | 43 | 25 | 126 | 43 |
| Binary | 10100111 | 1000011 | 1101 | 0 | 111100 | 1011100 | 100011 | 10101 | 1010110 | 100011 |
Color Harmonies of #A7430D
Complementary color
Monochromatic Colors of #A7430D
Black with #A7430D
Text Example
Text Example
White with #A7430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7430D; }
p { color: rgb(167,67,13); }
H1.HeaderClassName
{
color: #A7430D;
}
.AnyTagClassName
{
color: #A7430D;
}
</style>
background-color css
<style>
a { background-color: #A7430D; }
a { background-color: rgb(167,67,13); }
div.DivClassName
{
background-color: #A7430D;
}
.BgClassName
{
background-color: #A7430D;
}
</style>
border-color css
<style>
span { border-color: #A7430D; }
span { border-color: rgb(167,67,13); }
td.TdClassName
{
border-color: #A7430D;
}
.TagClassName
{
border-color: #A7430D;
}
</style>