Shades of Rust #A83918
Tints of Rust #A83918
RGB
CMYK
RGB Variations
Color information
#A83918 (or 0xA83918) is known color: Rust. HEX triplet: A8, 39 and 18. RGB value is (168,57,24). Sum of RGB (Red+Green+Blue) = 168+57+24=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A83918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83918 is #57C6E7. Grayscale: #565656. Windows color (decimal): -5752552 or 1587624. OLE color: 1587624.
HSL color Cylindrical-coordinate representation of color #A83918: hue angle of 13.75º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A83918 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 24 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.34 |
| HSL | 13.75º | 0.75% | 0.38% | - |
| HSV(B) | 13.75º | 0.86% | 0.66% | - |
| XYZ | 17.78 | 11.32 | 2.11 | - |
| YUV | 86.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 24 | 0 | 0.66 | 0.86 | 0.34 | 13.75 | 0.75 | 0.38 |
| Hex | A8 | 39 | 18 | 0 | 42 | 56 | 22 | E | 4B | 26 |
| Octal | 250 | 71 | 30 | 0 | 102 | 126 | 42 | 16 | 113 | 46 |
| Binary | 10101000 | 111001 | 11000 | 0 | 1000010 | 1010110 | 100010 | 1110 | 1001011 | 100110 |
Color Harmonies of #A83918
Complementary color
Monochromatic Colors of #A83918
Black with #A83918
Text Example
Text Example
White with #A83918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83918; }
p { color: rgb(168,57,24); }
H1.HeaderClassName
{
color: #A83918;
}
.AnyTagClassName
{
color: #A83918;
}
</style>
background-color css
<style>
a { background-color: #A83918; }
a { background-color: rgb(168,57,24); }
div.DivClassName
{
background-color: #A83918;
}
.BgClassName
{
background-color: #A83918;
}
</style>
border-color css
<style>
span { border-color: #A83918; }
span { border-color: rgb(168,57,24); }
td.TdClassName
{
border-color: #A83918;
}
.TagClassName
{
border-color: #A83918;
}
</style>