Shades of Rust #A83D0E
Tints of Rust #A83D0E
RGB
CMYK
RGB Variations
Color information
#A83D0E (or 0xA83D0E) is known color: Rust. HEX triplet: A8, 3D and 0E. RGB value is (168,61,14). Sum of RGB (Red+Green+Blue) = 168+61+14=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83D0E is #57C2F1. Grayscale: #575757. Windows color (decimal): -5751538 or 933288. OLE color: 933288.
HSL color Cylindrical-coordinate representation of color #A83D0E: hue angle of 18.31º 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 #A83D0E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 14 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.34 |
| HSL | 18.31º | 0.85% | 0.36% | - |
| HSV(B) | 18.31º | 0.92% | 0.66% | - |
| XYZ | 17.9 | 11.69 | 1.73 | - |
| YUV | 87.64 | 86.45 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 14 | 0 | 0.64 | 0.92 | 0.34 | 18.31 | 0.85 | 0.36 |
| Hex | A8 | 3D | E | 0 | 40 | 5C | 22 | 12 | 55 | 24 |
| Octal | 250 | 75 | 16 | 0 | 100 | 134 | 42 | 22 | 125 | 44 |
| Binary | 10101000 | 111101 | 1110 | 0 | 1000000 | 1011100 | 100010 | 10010 | 1010101 | 100100 |
Color Harmonies of #A83D0E
Complementary color
Monochromatic Colors of #A83D0E
Black with #A83D0E
Text Example
Text Example
White with #A83D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D0E; }
p { color: rgb(168,61,14); }
H1.HeaderClassName
{
color: #A83D0E;
}
.AnyTagClassName
{
color: #A83D0E;
}
</style>
background-color css
<style>
a { background-color: #A83D0E; }
a { background-color: rgb(168,61,14); }
div.DivClassName
{
background-color: #A83D0E;
}
.BgClassName
{
background-color: #A83D0E;
}
</style>
border-color css
<style>
span { border-color: #A83D0E; }
span { border-color: rgb(168,61,14); }
td.TdClassName
{
border-color: #A83D0E;
}
.TagClassName
{
border-color: #A83D0E;
}
</style>