Shades of Rust #A84312
Tints of Rust #A84312
RGB
CMYK
RGB Variations
Color information
#A84312 (or 0xA84312) is known color: Rust. HEX triplet: A8, 43 and 12. RGB value is (168,67,18). Sum of RGB (Red+Green+Blue) = 168+67+18=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A84312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84312 is #57BCED. Grayscale: #5B5B5B. Windows color (decimal): -5749998 or 1196968. OLE color: 1196968.
HSL color Cylindrical-coordinate representation of color #A84312: hue angle of 19.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A84312 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 18 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.34 |
| HSL | 19.6º | 0.81% | 0.36% | - |
| HSV(B) | 19.6º | 0.89% | 0.66% | - |
| XYZ | 18.26 | 12.38 | 2 | - |
| YUV | 91.61 | 86.46 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 18 | 0 | 0.60 | 0.89 | 0.34 | 19.6 | 0.81 | 0.36 |
| Hex | A8 | 43 | 12 | 0 | 3C | 59 | 22 | 14 | 51 | 24 |
| Octal | 250 | 103 | 22 | 0 | 74 | 131 | 42 | 24 | 121 | 44 |
| Binary | 10101000 | 1000011 | 10010 | 0 | 111100 | 1011001 | 100010 | 10100 | 1010001 | 100100 |
Color Harmonies of #A84312
Complementary color
Monochromatic Colors of #A84312
Black with #A84312
Text Example
Text Example
White with #A84312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84312; }
p { color: rgb(168,67,18); }
H1.HeaderClassName
{
color: #A84312;
}
.AnyTagClassName
{
color: #A84312;
}
</style>
background-color css
<style>
a { background-color: #A84312; }
a { background-color: rgb(168,67,18); }
div.DivClassName
{
background-color: #A84312;
}
.BgClassName
{
background-color: #A84312;
}
</style>
border-color css
<style>
span { border-color: #A84312; }
span { border-color: rgb(168,67,18); }
td.TdClassName
{
border-color: #A84312;
}
.TagClassName
{
border-color: #A84312;
}
</style>