Shades of Rust #A84119
Tints of Rust #A84119
RGB
CMYK
RGB Variations
Color information
#A84119 (or 0xA84119) is known color: Rust. HEX triplet: A8, 41 and 19. RGB value is (168,65,25). Sum of RGB (Red+Green+Blue) = 168+65+25=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A84119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84119 is #57BEE6. Grayscale: #5B5B5B. Windows color (decimal): -5750503 or 1655208. OLE color: 1655208.
HSL color Cylindrical-coordinate representation of color #A84119: hue angle of 16.78º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A84119 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 25 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.34 |
| HSL | 16.78º | 0.74% | 0.38% | - |
| HSV(B) | 16.78º | 0.85% | 0.66% | - |
| XYZ | 18.21 | 12.18 | 2.31 | - |
| YUV | 91.24 | 90.62 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 25 | 0 | 0.61 | 0.85 | 0.34 | 16.78 | 0.74 | 0.38 |
| Hex | A8 | 41 | 19 | 0 | 3D | 55 | 22 | 11 | 4A | 26 |
| Octal | 250 | 101 | 31 | 0 | 75 | 125 | 42 | 21 | 112 | 46 |
| Binary | 10101000 | 1000001 | 11001 | 0 | 111101 | 1010101 | 100010 | 10001 | 1001010 | 100110 |
Color Harmonies of #A84119
Complementary color
Monochromatic Colors of #A84119
Black with #A84119
Text Example
Text Example
White with #A84119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84119; }
p { color: rgb(168,65,25); }
H1.HeaderClassName
{
color: #A84119;
}
.AnyTagClassName
{
color: #A84119;
}
</style>
background-color css
<style>
a { background-color: #A84119; }
a { background-color: rgb(168,65,25); }
div.DivClassName
{
background-color: #A84119;
}
.BgClassName
{
background-color: #A84119;
}
</style>
border-color css
<style>
span { border-color: #A84119; }
span { border-color: rgb(168,65,25); }
td.TdClassName
{
border-color: #A84119;
}
.TagClassName
{
border-color: #A84119;
}
</style>