Shades of Rust #A83C00
Tints of Rust #A83C00
RGB
CMYK
RGB Variations
Color information
#A83C00 (or 0xA83C00) is known color: Rust. HEX triplet: A8, 3C and 00. RGB value is (168,60,0). Sum of RGB (Red+Green+Blue) = 168+60+0=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C00 is #57C3FF. Grayscale: #555555. Windows color (decimal): -5751808 or 15528. OLE color: 15528.
HSL color Cylindrical-coordinate representation of color #A83C00: hue angle of 21.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A83C00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.34 |
| HSL | 21.43º | 1% | 0.33% | - |
| HSV(B) | 21.43º | 1% | 0.66% | - |
| XYZ | 17.76 | 11.56 | 1.29 | - |
| YUV | 85.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 0 | 0 | 0.64 | 1 | 0.34 | 21.43 | 1 | 0.33 |
| Hex | A8 | 3C | 0 | 0 | 40 | 64 | 22 | 15 | 64 | 21 |
| Octal | 250 | 74 | 0 | 0 | 100 | 144 | 42 | 25 | 144 | 41 |
| Binary | 10101000 | 111100 | 0 | 0 | 1000000 | 1100100 | 100010 | 10101 | 1100100 | 100001 |
Color Harmonies of #A83C00
Complementary color
Monochromatic Colors of #A83C00
Black with #A83C00
Text Example
Text Example
White with #A83C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C00; }
p { color: rgb(168,60,0); }
H1.HeaderClassName
{
color: #A83C00;
}
.AnyTagClassName
{
color: #A83C00;
}
</style>
background-color css
<style>
a { background-color: #A83C00; }
a { background-color: rgb(168,60,0); }
div.DivClassName
{
background-color: #A83C00;
}
.BgClassName
{
background-color: #A83C00;
}
</style>
border-color css
<style>
span { border-color: #A83C00; }
span { border-color: rgb(168,60,0); }
td.TdClassName
{
border-color: #A83C00;
}
.TagClassName
{
border-color: #A83C00;
}
</style>