Shades of Rust #A84213
Tints of Rust #A84213
RGB
CMYK
RGB Variations
Color information
#A84213 (or 0xA84213) is known color: Rust. HEX triplet: A8, 42 and 13. RGB value is (168,66,19). Sum of RGB (Red+Green+Blue) = 168+66+19=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A84213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84213 is #57BDEC. Grayscale: #5B5B5B. Windows color (decimal): -5750253 or 1262248. OLE color: 1262248.
HSL color Cylindrical-coordinate representation of color #A84213: hue angle of 18.93º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A84213 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 19 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.34 |
| HSL | 18.93º | 0.8% | 0.37% | - |
| HSV(B) | 18.93º | 0.89% | 0.66% | - |
| XYZ | 18.21 | 12.27 | 2.02 | - |
| YUV | 91.14 | 87.29 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 19 | 0 | 0.61 | 0.89 | 0.34 | 18.93 | 0.8 | 0.37 |
| Hex | A8 | 42 | 13 | 0 | 3D | 59 | 22 | 13 | 50 | 25 |
| Octal | 250 | 102 | 23 | 0 | 75 | 131 | 42 | 23 | 120 | 45 |
| Binary | 10101000 | 1000010 | 10011 | 0 | 111101 | 1011001 | 100010 | 10011 | 1010000 | 100101 |
Color Harmonies of #A84213
Complementary color
Monochromatic Colors of #A84213
Black with #A84213
Text Example
Text Example
White with #A84213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84213; }
p { color: rgb(168,66,19); }
H1.HeaderClassName
{
color: #A84213;
}
.AnyTagClassName
{
color: #A84213;
}
</style>
background-color css
<style>
a { background-color: #A84213; }
a { background-color: rgb(168,66,19); }
div.DivClassName
{
background-color: #A84213;
}
.BgClassName
{
background-color: #A84213;
}
</style>
border-color css
<style>
span { border-color: #A84213; }
span { border-color: rgb(168,66,19); }
td.TdClassName
{
border-color: #A84213;
}
.TagClassName
{
border-color: #A84213;
}
</style>