Shades of Rust #A75008
Tints of Rust #A75008
RGB
CMYK
RGB Variations
Color information
#A75008 (or 0xA75008) is known color: Rust. HEX triplet: A7, 50 and 08. RGB value is (167,80,8). Sum of RGB (Red+Green+Blue) = 167+80+8=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A75008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75008 is #58AFF7. Grayscale: #626262. Windows color (decimal): -5812216 or 544935. OLE color: 544935.
HSL color Cylindrical-coordinate representation of color #A75008: hue angle of 27.17º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A75008 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 80 | 8 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.35 |
| HSL | 27.17º | 0.91% | 0.34% | - |
| HSV(B) | 27.17º | 0.95% | 0.65% | - |
| XYZ | 18.85 | 13.97 | 1.93 | - |
| YUV | 97.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 8 | 0 | 0.52 | 0.95 | 0.35 | 27.17 | 0.91 | 0.34 |
| Hex | A7 | 50 | 8 | 0 | 34 | 5F | 23 | 1B | 5B | 22 |
| Octal | 247 | 120 | 10 | 0 | 64 | 137 | 43 | 33 | 133 | 42 |
| Binary | 10100111 | 1010000 | 1000 | 0 | 110100 | 1011111 | 100011 | 11011 | 1011011 | 100010 |
Color Harmonies of #A75008
Complementary color
Monochromatic Colors of #A75008
Black with #A75008
Text Example
Text Example
White with #A75008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75008; }
p { color: rgb(167,80,8); }
H1.HeaderClassName
{
color: #A75008;
}
.AnyTagClassName
{
color: #A75008;
}
</style>
background-color css
<style>
a { background-color: #A75008; }
a { background-color: rgb(167,80,8); }
div.DivClassName
{
background-color: #A75008;
}
.BgClassName
{
background-color: #A75008;
}
</style>
border-color css
<style>
span { border-color: #A75008; }
span { border-color: rgb(167,80,8); }
td.TdClassName
{
border-color: #A75008;
}
.TagClassName
{
border-color: #A75008;
}
</style>