Shades of Rust #A83C0A
Tints of Rust #A83C0A
RGB
CMYK
RGB Variations
Color information
#A83C0A (or 0xA83C0A) is known color: Rust. HEX triplet: A8, 3C and 0A. RGB value is (168,60,10). Sum of RGB (Red+Green+Blue) = 168+60+10=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C0A is #57C3F5. Grayscale: #565656. Windows color (decimal): -5751798 or 670888. OLE color: 670888.
HSL color Cylindrical-coordinate representation of color #A83C0A: hue angle of 18.99º 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 #A83C0A is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 10 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.34 |
| HSL | 18.99º | 0.89% | 0.35% | - |
| HSV(B) | 18.99º | 0.94% | 0.66% | - |
| XYZ | 17.82 | 11.58 | 1.58 | - |
| YUV | 86.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 10 | 0 | 0.64 | 0.94 | 0.34 | 18.99 | 0.89 | 0.35 |
| Hex | A8 | 3C | A | 0 | 40 | 5E | 22 | 13 | 59 | 23 |
| Octal | 250 | 74 | 12 | 0 | 100 | 136 | 42 | 23 | 131 | 43 |
| Binary | 10101000 | 111100 | 1010 | 0 | 1000000 | 1011110 | 100010 | 10011 | 1011001 | 100011 |
Color Harmonies of #A83C0A
Complementary color
Monochromatic Colors of #A83C0A
Black with #A83C0A
Text Example
Text Example
White with #A83C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C0A; }
p { color: rgb(168,60,10); }
H1.HeaderClassName
{
color: #A83C0A;
}
.AnyTagClassName
{
color: #A83C0A;
}
</style>
background-color css
<style>
a { background-color: #A83C0A; }
a { background-color: rgb(168,60,10); }
div.DivClassName
{
background-color: #A83C0A;
}
.BgClassName
{
background-color: #A83C0A;
}
</style>
border-color css
<style>
span { border-color: #A83C0A; }
span { border-color: rgb(168,60,10); }
td.TdClassName
{
border-color: #A83C0A;
}
.TagClassName
{
border-color: #A83C0A;
}
</style>