Shades of Rust #A83105
Tints of Rust #A83105
RGB
CMYK
RGB Variations
Color information
#A83105 (or 0xA83105) is known color: Rust. HEX triplet: A8, 31 and 05. RGB value is (168,49,5). Sum of RGB (Red+Green+Blue) = 168+49+5=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A83105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83105 is #57CEFA. Grayscale: #4F4F4F. Windows color (decimal): -5754619 or 340392. OLE color: 340392.
HSL color Cylindrical-coordinate representation of color #A83105: hue angle of 16.2º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A83105 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.34 |
| HSL | 16.2º | 0.94% | 0.34% | - |
| HSV(B) | 16.2º | 0.97% | 0.66% | - |
| XYZ | 17.27 | 10.53 | 1.27 | - |
| YUV | 79.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 5 | 0 | 0.71 | 0.97 | 0.34 | 16.2 | 0.94 | 0.34 |
| Hex | A8 | 31 | 5 | 0 | 47 | 61 | 22 | 10 | 5E | 22 |
| Octal | 250 | 61 | 5 | 0 | 107 | 141 | 42 | 20 | 136 | 42 |
| Binary | 10101000 | 110001 | 101 | 0 | 1000111 | 1100001 | 100010 | 10000 | 1011110 | 100010 |
Color Harmonies of #A83105
Complementary color
Monochromatic Colors of #A83105
Black with #A83105
Text Example
Text Example
White with #A83105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83105; }
p { color: rgb(168,49,5); }
H1.HeaderClassName
{
color: #A83105;
}
.AnyTagClassName
{
color: #A83105;
}
</style>
background-color css
<style>
a { background-color: #A83105; }
a { background-color: rgb(168,49,5); }
div.DivClassName
{
background-color: #A83105;
}
.BgClassName
{
background-color: #A83105;
}
</style>
border-color css
<style>
span { border-color: #A83105; }
span { border-color: rgb(168,49,5); }
td.TdClassName
{
border-color: #A83105;
}
.TagClassName
{
border-color: #A83105;
}
</style>