Shades of Rust #A84B0E
Tints of Rust #A84B0E
RGB
CMYK
RGB Variations
Color information
#A84B0E (or 0xA84B0E) is known color: Rust. HEX triplet: A8, 4B and 0E. RGB value is (168,75,14). Sum of RGB (Red+Green+Blue) = 168+75+14=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84B0E is #57B4F1. Grayscale: #606060. Windows color (decimal): -5747954 or 936872. OLE color: 936872.
HSL color Cylindrical-coordinate representation of color #A84B0E: hue angle of 23.77º 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 #A84B0E is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 14 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.34 |
| HSL | 23.77º | 0.85% | 0.36% | - |
| HSV(B) | 23.77º | 0.92% | 0.66% | - |
| XYZ | 18.74 | 13.39 | 2.01 | - |
| YUV | 95.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 14 | 0 | 0.55 | 0.92 | 0.34 | 23.77 | 0.85 | 0.36 |
| Hex | A8 | 4B | E | 0 | 37 | 5C | 22 | 18 | 55 | 24 |
| Octal | 250 | 113 | 16 | 0 | 67 | 134 | 42 | 30 | 125 | 44 |
| Binary | 10101000 | 1001011 | 1110 | 0 | 110111 | 1011100 | 100010 | 11000 | 1010101 | 100100 |
Color Harmonies of #A84B0E
Complementary color
Monochromatic Colors of #A84B0E
Black with #A84B0E
Text Example
Text Example
White with #A84B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B0E; }
p { color: rgb(168,75,14); }
H1.HeaderClassName
{
color: #A84B0E;
}
.AnyTagClassName
{
color: #A84B0E;
}
</style>
background-color css
<style>
a { background-color: #A84B0E; }
a { background-color: rgb(168,75,14); }
div.DivClassName
{
background-color: #A84B0E;
}
.BgClassName
{
background-color: #A84B0E;
}
</style>
border-color css
<style>
span { border-color: #A84B0E; }
span { border-color: rgb(168,75,14); }
td.TdClassName
{
border-color: #A84B0E;
}
.TagClassName
{
border-color: #A84B0E;
}
</style>