Shades of Rust #A73918
Tints of Rust #A73918
RGB
CMYK
RGB Variations
Color information
#A73918 (or 0xA73918) is known color: Rust. HEX triplet: A7, 39 and 18. RGB value is (167,57,24). Sum of RGB (Red+Green+Blue) = 167+57+24=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A73918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73918 is #58C6E7. Grayscale: #565656. Windows color (decimal): -5818088 or 1587623. OLE color: 1587623.
HSL color Cylindrical-coordinate representation of color #A73918: hue angle of 13.85º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A73918 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 24 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.35 |
| HSL | 13.85º | 0.75% | 0.37% | - |
| HSV(B) | 13.85º | 0.86% | 0.65% | - |
| XYZ | 17.56 | 11.21 | 2.1 | - |
| YUV | 86.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 24 | 0 | 0.66 | 0.86 | 0.35 | 13.85 | 0.75 | 0.37 |
| Hex | A7 | 39 | 18 | 0 | 42 | 56 | 23 | E | 4B | 25 |
| Octal | 247 | 71 | 30 | 0 | 102 | 126 | 43 | 16 | 113 | 45 |
| Binary | 10100111 | 111001 | 11000 | 0 | 1000010 | 1010110 | 100011 | 1110 | 1001011 | 100101 |
Color Harmonies of #A73918
Complementary color
Monochromatic Colors of #A73918
Black with #A73918
Text Example
Text Example
White with #A73918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73918; }
p { color: rgb(167,57,24); }
H1.HeaderClassName
{
color: #A73918;
}
.AnyTagClassName
{
color: #A73918;
}
</style>
background-color css
<style>
a { background-color: #A73918; }
a { background-color: rgb(167,57,24); }
div.DivClassName
{
background-color: #A73918;
}
.BgClassName
{
background-color: #A73918;
}
</style>
border-color css
<style>
span { border-color: #A73918; }
span { border-color: rgb(167,57,24); }
td.TdClassName
{
border-color: #A73918;
}
.TagClassName
{
border-color: #A73918;
}
</style>