Shades of Rust #A83C0E
Tints of Rust #A83C0E
RGB
CMYK
RGB Variations
Color information
#A83C0E (or 0xA83C0E) is known color: Rust. HEX triplet: A8, 3C and 0E. RGB value is (168,60,14). Sum of RGB (Red+Green+Blue) = 168+60+14=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C0E is #57C3F1. Grayscale: #575757. Windows color (decimal): -5751794 or 933032. OLE color: 933032.
HSL color Cylindrical-coordinate representation of color #A83C0E: hue angle of 17.92º 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 #A83C0E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 14 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.34 |
| HSL | 17.92º | 0.85% | 0.36% | - |
| HSV(B) | 17.92º | 0.92% | 0.66% | - |
| XYZ | 17.84 | 11.59 | 1.71 | - |
| YUV | 87.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 14 | 0 | 0.64 | 0.92 | 0.34 | 17.92 | 0.85 | 0.36 |
| Hex | A8 | 3C | E | 0 | 40 | 5C | 22 | 12 | 55 | 24 |
| Octal | 250 | 74 | 16 | 0 | 100 | 134 | 42 | 22 | 125 | 44 |
| Binary | 10101000 | 111100 | 1110 | 0 | 1000000 | 1011100 | 100010 | 10010 | 1010101 | 100100 |
Color Harmonies of #A83C0E
Complementary color
Monochromatic Colors of #A83C0E
Black with #A83C0E
Text Example
Text Example
White with #A83C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C0E; }
p { color: rgb(168,60,14); }
H1.HeaderClassName
{
color: #A83C0E;
}
.AnyTagClassName
{
color: #A83C0E;
}
</style>
background-color css
<style>
a { background-color: #A83C0E; }
a { background-color: rgb(168,60,14); }
div.DivClassName
{
background-color: #A83C0E;
}
.BgClassName
{
background-color: #A83C0E;
}
</style>
border-color css
<style>
span { border-color: #A83C0E; }
span { border-color: rgb(168,60,14); }
td.TdClassName
{
border-color: #A83C0E;
}
.TagClassName
{
border-color: #A83C0E;
}
</style>