Shades of Rust #A84414
Tints of Rust #A84414
RGB
CMYK
RGB Variations
Color information
#A84414 (or 0xA84414) is known color: Rust. HEX triplet: A8, 44 and 14. RGB value is (168,68,20). Sum of RGB (Red+Green+Blue) = 168+68+20=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A84414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84414 is #57BBEB. Grayscale: #5C5C5C. Windows color (decimal): -5749740 or 1328296. OLE color: 1328296.
HSL color Cylindrical-coordinate representation of color #A84414: hue angle of 19.46º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A84414 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 20 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.34 |
| HSL | 19.46º | 0.79% | 0.37% | - |
| HSV(B) | 19.46º | 0.88% | 0.66% | - |
| XYZ | 18.34 | 12.51 | 2.11 | - |
| YUV | 92.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 20 | 0 | 0.60 | 0.88 | 0.34 | 19.46 | 0.79 | 0.37 |
| Hex | A8 | 44 | 14 | 0 | 3C | 58 | 22 | 13 | 4F | 25 |
| Octal | 250 | 104 | 24 | 0 | 74 | 130 | 42 | 23 | 117 | 45 |
| Binary | 10101000 | 1000100 | 10100 | 0 | 111100 | 1011000 | 100010 | 10011 | 1001111 | 100101 |
Color Harmonies of #A84414
Complementary color
Monochromatic Colors of #A84414
Black with #A84414
Text Example
Text Example
White with #A84414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84414; }
p { color: rgb(168,68,20); }
H1.HeaderClassName
{
color: #A84414;
}
.AnyTagClassName
{
color: #A84414;
}
</style>
background-color css
<style>
a { background-color: #A84414; }
a { background-color: rgb(168,68,20); }
div.DivClassName
{
background-color: #A84414;
}
.BgClassName
{
background-color: #A84414;
}
</style>
border-color css
<style>
span { border-color: #A84414; }
span { border-color: rgb(168,68,20); }
td.TdClassName
{
border-color: #A84414;
}
.TagClassName
{
border-color: #A84414;
}
</style>