Shades of Rust #A83B0E
Tints of Rust #A83B0E
RGB
CMYK
RGB Variations
Color information
#A83B0E (or 0xA83B0E) is known color: Rust. HEX triplet: A8, 3B and 0E. RGB value is (168,59,14). Sum of RGB (Red+Green+Blue) = 168+59+14=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83B0E is #57C4F1. Grayscale: #565656. Windows color (decimal): -5752050 or 932776. OLE color: 932776.
HSL color Cylindrical-coordinate representation of color #A83B0E: hue angle of 17.53º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A83B0E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 59 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.34 |
| HSL | 17.53º | 0.85% | 0.36% | - |
| HSV(B) | 17.53º | 0.92% | 0.66% | - |
| XYZ | 17.79 | 11.48 | 1.69 | - |
| YUV | 86.46 | 87.11 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 14 | 0 | 0.65 | 0.92 | 0.34 | 17.53 | 0.85 | 0.36 |
| Hex | A8 | 3B | E | 0 | 41 | 5C | 22 | 12 | 55 | 24 |
| Octal | 250 | 73 | 16 | 0 | 101 | 134 | 42 | 22 | 125 | 44 |
| Binary | 10101000 | 111011 | 1110 | 0 | 1000001 | 1011100 | 100010 | 10010 | 1010101 | 100100 |
Color Harmonies of #A83B0E
Complementary color
Monochromatic Colors of #A83B0E
Black with #A83B0E
Text Example
Text Example
White with #A83B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83B0E; }
p { color: rgb(168,59,14); }
H1.HeaderClassName
{
color: #A83B0E;
}
.AnyTagClassName
{
color: #A83B0E;
}
</style>
background-color css
<style>
a { background-color: #A83B0E; }
a { background-color: rgb(168,59,14); }
div.DivClassName
{
background-color: #A83B0E;
}
.BgClassName
{
background-color: #A83B0E;
}
</style>
border-color css
<style>
span { border-color: #A83B0E; }
span { border-color: rgb(168,59,14); }
td.TdClassName
{
border-color: #A83B0E;
}
.TagClassName
{
border-color: #A83B0E;
}
</style>