Shades of Rust #A83818
Tints of Rust #A83818
RGB
CMYK
RGB Variations
Color information
#A83818 (or 0xA83818) is known color: Rust. HEX triplet: A8, 38 and 18. RGB value is (168,56,24). Sum of RGB (Red+Green+Blue) = 168+56+24=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A83818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83818 is #57C7E7. Grayscale: #565656. Windows color (decimal): -5752808 or 1587368. OLE color: 1587368.
HSL color Cylindrical-coordinate representation of color #A83818: hue angle of 13.33º 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 #A83818 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 24 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.34 |
| HSL | 13.33º | 0.75% | 0.38% | - |
| HSV(B) | 13.33º | 0.86% | 0.66% | - |
| XYZ | 17.73 | 11.22 | 2.1 | - |
| YUV | 85.84 | 93.11 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 24 | 0 | 0.67 | 0.86 | 0.34 | 13.33 | 0.75 | 0.38 |
| Hex | A8 | 38 | 18 | 0 | 43 | 56 | 22 | D | 4B | 26 |
| Octal | 250 | 70 | 30 | 0 | 103 | 126 | 42 | 15 | 113 | 46 |
| Binary | 10101000 | 111000 | 11000 | 0 | 1000011 | 1010110 | 100010 | 1101 | 1001011 | 100110 |
Color Harmonies of #A83818
Complementary color
Monochromatic Colors of #A83818
Black with #A83818
Text Example
Text Example
White with #A83818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83818; }
p { color: rgb(168,56,24); }
H1.HeaderClassName
{
color: #A83818;
}
.AnyTagClassName
{
color: #A83818;
}
</style>
background-color css
<style>
a { background-color: #A83818; }
a { background-color: rgb(168,56,24); }
div.DivClassName
{
background-color: #A83818;
}
.BgClassName
{
background-color: #A83818;
}
</style>
border-color css
<style>
span { border-color: #A83818; }
span { border-color: rgb(168,56,24); }
td.TdClassName
{
border-color: #A83818;
}
.TagClassName
{
border-color: #A83818;
}
</style>