Shades of Rust #A83C15
Tints of Rust #A83C15
RGB
CMYK
RGB Variations
Color information
#A83C15 (or 0xA83C15) is known color: Rust. HEX triplet: A8, 3C and 15. RGB value is (168,60,21). Sum of RGB (Red+Green+Blue) = 168+60+21=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C15 is #57C3EA. Grayscale: #585858. Windows color (decimal): -5751787 or 1391784. OLE color: 1391784.
HSL color Cylindrical-coordinate representation of color #A83C15: hue angle of 15.92º degrees, saturation: 0.78, 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 #A83C15 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 21 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.34 |
| HSL | 15.92º | 0.78% | 0.37% | - |
| HSV(B) | 15.92º | 0.88% | 0.66% | - |
| XYZ | 17.9 | 11.61 | 2.01 | - |
| YUV | 87.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 21 | 0 | 0.64 | 0.88 | 0.34 | 15.92 | 0.78 | 0.37 |
| Hex | A8 | 3C | 15 | 0 | 40 | 58 | 22 | 10 | 4E | 25 |
| Octal | 250 | 74 | 25 | 0 | 100 | 130 | 42 | 20 | 116 | 45 |
| Binary | 10101000 | 111100 | 10101 | 0 | 1000000 | 1011000 | 100010 | 10000 | 1001110 | 100101 |
Color Harmonies of #A83C15
Complementary color
Monochromatic Colors of #A83C15
Black with #A83C15
Text Example
Text Example
White with #A83C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C15; }
p { color: rgb(168,60,21); }
H1.HeaderClassName
{
color: #A83C15;
}
.AnyTagClassName
{
color: #A83C15;
}
</style>
background-color css
<style>
a { background-color: #A83C15; }
a { background-color: rgb(168,60,21); }
div.DivClassName
{
background-color: #A83C15;
}
.BgClassName
{
background-color: #A83C15;
}
</style>
border-color css
<style>
span { border-color: #A83C15; }
span { border-color: rgb(168,60,21); }
td.TdClassName
{
border-color: #A83C15;
}
.TagClassName
{
border-color: #A83C15;
}
</style>