Shades of Rust #A83A14
Tints of Rust #A83A14
RGB
CMYK
RGB Variations
Color information
#A83A14 (or 0xA83A14) is known color: Rust. HEX triplet: A8, 3A and 14. RGB value is (168,58,20). Sum of RGB (Red+Green+Blue) = 168+58+20=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83A14 is #57C5EB. Grayscale: #565656. Windows color (decimal): -5752300 or 1325736. OLE color: 1325736.
HSL color Cylindrical-coordinate representation of color #A83A14: hue angle of 15.41º 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 #A83A14 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 58 | 20 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.34 |
| HSL | 15.41º | 0.79% | 0.37% | - |
| HSV(B) | 15.41º | 0.88% | 0.66% | - |
| XYZ | 17.79 | 11.4 | 1.93 | - |
| YUV | 86.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 20 | 0 | 0.65 | 0.88 | 0.34 | 15.41 | 0.79 | 0.37 |
| Hex | A8 | 3A | 14 | 0 | 41 | 58 | 22 | F | 4F | 25 |
| Octal | 250 | 72 | 24 | 0 | 101 | 130 | 42 | 17 | 117 | 45 |
| Binary | 10101000 | 111010 | 10100 | 0 | 1000001 | 1011000 | 100010 | 1111 | 1001111 | 100101 |
Color Harmonies of #A83A14
Complementary color
Monochromatic Colors of #A83A14
Black with #A83A14
Text Example
Text Example
White with #A83A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83A14; }
p { color: rgb(168,58,20); }
H1.HeaderClassName
{
color: #A83A14;
}
.AnyTagClassName
{
color: #A83A14;
}
</style>
background-color css
<style>
a { background-color: #A83A14; }
a { background-color: rgb(168,58,20); }
div.DivClassName
{
background-color: #A83A14;
}
.BgClassName
{
background-color: #A83A14;
}
</style>
border-color css
<style>
span { border-color: #A83A14; }
span { border-color: rgb(168,58,20); }
td.TdClassName
{
border-color: #A83A14;
}
.TagClassName
{
border-color: #A83A14;
}
</style>