Shades of Rust #A83F0A
Tints of Rust #A83F0A
RGB
CMYK
RGB Variations
Color information
#A83F0A (or 0xA83F0A) is known color: Rust. HEX triplet: A8, 3F and 0A. RGB value is (168,63,10). Sum of RGB (Red+Green+Blue) = 168+63+10=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83F0A is #57C0F5. Grayscale: #585858. Windows color (decimal): -5751030 or 671656. OLE color: 671656.
HSL color Cylindrical-coordinate representation of color #A83F0A: hue angle of 20.13º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A83F0A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 63 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.34 |
| HSL | 20.13º | 0.89% | 0.35% | - |
| HSV(B) | 20.13º | 0.94% | 0.66% | - |
| XYZ | 17.98 | 11.9 | 1.64 | - |
| YUV | 88.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 10 | 0 | 0.63 | 0.94 | 0.34 | 20.13 | 0.89 | 0.35 |
| Hex | A8 | 3F | A | 0 | 3F | 5E | 22 | 14 | 59 | 23 |
| Octal | 250 | 77 | 12 | 0 | 77 | 136 | 42 | 24 | 131 | 43 |
| Binary | 10101000 | 111111 | 1010 | 0 | 111111 | 1011110 | 100010 | 10100 | 1011001 | 100011 |
Color Harmonies of #A83F0A
Complementary color
Monochromatic Colors of #A83F0A
Black with #A83F0A
Text Example
Text Example
White with #A83F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83F0A; }
p { color: rgb(168,63,10); }
H1.HeaderClassName
{
color: #A83F0A;
}
.AnyTagClassName
{
color: #A83F0A;
}
</style>
background-color css
<style>
a { background-color: #A83F0A; }
a { background-color: rgb(168,63,10); }
div.DivClassName
{
background-color: #A83F0A;
}
.BgClassName
{
background-color: #A83F0A;
}
</style>
border-color css
<style>
span { border-color: #A83F0A; }
span { border-color: rgb(168,63,10); }
td.TdClassName
{
border-color: #A83F0A;
}
.TagClassName
{
border-color: #A83F0A;
}
</style>