Shades of Rust #A83214
Tints of Rust #A83214
RGB
CMYK
RGB Variations
Color information
#A83214 (or 0xA83214) is known color: Rust. HEX triplet: A8, 32 and 14. RGB value is (168,50,20). Sum of RGB (Red+Green+Blue) = 168+50+20=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A83214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83214 is #57CDEB. Grayscale: #525252. Windows color (decimal): -5754348 or 1323688. OLE color: 1323688.
HSL color Cylindrical-coordinate representation of color #A83214: hue angle of 12.16º 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 #A83214 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 20 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.34 |
| HSL | 12.16º | 0.79% | 0.37% | - |
| HSV(B) | 12.16º | 0.88% | 0.66% | - |
| XYZ | 17.42 | 10.66 | 1.8 | - |
| YUV | 81.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 20 | 0 | 0.70 | 0.88 | 0.34 | 12.16 | 0.79 | 0.37 |
| Hex | A8 | 32 | 14 | 0 | 46 | 58 | 22 | C | 4F | 25 |
| Octal | 250 | 62 | 24 | 0 | 106 | 130 | 42 | 14 | 117 | 45 |
| Binary | 10101000 | 110010 | 10100 | 0 | 1000110 | 1011000 | 100010 | 1100 | 1001111 | 100101 |
Color Harmonies of #A83214
Complementary color
Monochromatic Colors of #A83214
Black with #A83214
Text Example
Text Example
White with #A83214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83214; }
p { color: rgb(168,50,20); }
H1.HeaderClassName
{
color: #A83214;
}
.AnyTagClassName
{
color: #A83214;
}
</style>
background-color css
<style>
a { background-color: #A83214; }
a { background-color: rgb(168,50,20); }
div.DivClassName
{
background-color: #A83214;
}
.BgClassName
{
background-color: #A83214;
}
</style>
border-color css
<style>
span { border-color: #A83214; }
span { border-color: rgb(168,50,20); }
td.TdClassName
{
border-color: #A83214;
}
.TagClassName
{
border-color: #A83214;
}
</style>