Shades of Rust #A83418
Tints of Rust #A83418
RGB
CMYK
RGB Variations
Color information
#A83418 (or 0xA83418) is known color: Rust. HEX triplet: A8, 34 and 18. RGB value is (168,52,24). Sum of RGB (Red+Green+Blue) = 168+52+24=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A83418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83418 is #57CBE7. Grayscale: #535353. Windows color (decimal): -5753832 or 1586344. OLE color: 1586344.
HSL color Cylindrical-coordinate representation of color #A83418: hue angle of 11.67º 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 #A83418 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 24 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.34 |
| HSL | 11.67º | 0.75% | 0.38% | - |
| HSV(B) | 11.67º | 0.86% | 0.66% | - |
| XYZ | 17.54 | 10.85 | 2.03 | - |
| YUV | 83.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 24 | 0 | 0.69 | 0.86 | 0.34 | 11.67 | 0.75 | 0.38 |
| Hex | A8 | 34 | 18 | 0 | 45 | 56 | 22 | C | 4B | 26 |
| Octal | 250 | 64 | 30 | 0 | 105 | 126 | 42 | 14 | 113 | 46 |
| Binary | 10101000 | 110100 | 11000 | 0 | 1000101 | 1010110 | 100010 | 1100 | 1001011 | 100110 |
Color Harmonies of #A83418
Complementary color
Monochromatic Colors of #A83418
Black with #A83418
Text Example
Text Example
White with #A83418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83418; }
p { color: rgb(168,52,24); }
H1.HeaderClassName
{
color: #A83418;
}
.AnyTagClassName
{
color: #A83418;
}
</style>
background-color css
<style>
a { background-color: #A83418; }
a { background-color: rgb(168,52,24); }
div.DivClassName
{
background-color: #A83418;
}
.BgClassName
{
background-color: #A83418;
}
</style>
border-color css
<style>
span { border-color: #A83418; }
span { border-color: rgb(168,52,24); }
td.TdClassName
{
border-color: #A83418;
}
.TagClassName
{
border-color: #A83418;
}
</style>