Shades of Rust #A83B1A
Tints of Rust #A83B1A
RGB
CMYK
RGB Variations
Color information
#A83B1A (or 0xA83B1A) is known color: Rust. HEX triplet: A8, 3B and 1A. RGB value is (168,59,26). Sum of RGB (Red+Green+Blue) = 168+59+26=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83B1A is #57C4E5. Grayscale: #585858. Windows color (decimal): -5752038 or 1719208. OLE color: 1719208.
HSL color Cylindrical-coordinate representation of color #A83B1A: hue angle of 13.94º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A83B1A is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 59 | 26 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.34 |
| HSL | 13.94º | 0.73% | 0.38% | - |
| HSV(B) | 13.94º | 0.85% | 0.66% | - |
| XYZ | 17.9 | 11.53 | 2.26 | - |
| YUV | 87.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 26 | 0 | 0.65 | 0.85 | 0.34 | 13.94 | 0.73 | 0.38 |
| Hex | A8 | 3B | 1A | 0 | 41 | 55 | 22 | E | 49 | 26 |
| Octal | 250 | 73 | 32 | 0 | 101 | 125 | 42 | 16 | 111 | 46 |
| Binary | 10101000 | 111011 | 11010 | 0 | 1000001 | 1010101 | 100010 | 1110 | 1001001 | 100110 |
Color Harmonies of #A83B1A
Complementary color
Monochromatic Colors of #A83B1A
Black with #A83B1A
Text Example
Text Example
White with #A83B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83B1A; }
p { color: rgb(168,59,26); }
H1.HeaderClassName
{
color: #A83B1A;
}
.AnyTagClassName
{
color: #A83B1A;
}
</style>
background-color css
<style>
a { background-color: #A83B1A; }
a { background-color: rgb(168,59,26); }
div.DivClassName
{
background-color: #A83B1A;
}
.BgClassName
{
background-color: #A83B1A;
}
</style>
border-color css
<style>
span { border-color: #A83B1A; }
span { border-color: rgb(168,59,26); }
td.TdClassName
{
border-color: #A83B1A;
}
.TagClassName
{
border-color: #A83B1A;
}
</style>