Shades of Rust #A83B00
Tints of Rust #A83B00
RGB
CMYK
RGB Variations
Color information
#A83B00 (or 0xA83B00) is known color: Rust. HEX triplet: A8, 3B and 00. RGB value is (168,59,0). Sum of RGB (Red+Green+Blue) = 168+59+0=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83B00 is #57C4FF. Grayscale: #555555. Windows color (decimal): -5752064 or 15272. OLE color: 15272.
HSL color Cylindrical-coordinate representation of color #A83B00: hue angle of 21.07º 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 #A83B00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 59 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.34 |
| HSL | 21.07º | 1% | 0.33% | - |
| HSV(B) | 21.07º | 1% | 0.66% | - |
| XYZ | 17.71 | 11.45 | 1.28 | - |
| YUV | 84.87 | 80.11 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 0 | 0 | 0.65 | 1 | 0.34 | 21.07 | 1 | 0.33 |
| Hex | A8 | 3B | 0 | 0 | 41 | 64 | 22 | 15 | 64 | 21 |
| Octal | 250 | 73 | 0 | 0 | 101 | 144 | 42 | 25 | 144 | 41 |
| Binary | 10101000 | 111011 | 0 | 0 | 1000001 | 1100100 | 100010 | 10101 | 1100100 | 100001 |
Color Harmonies of #A83B00
Complementary color
Monochromatic Colors of #A83B00
Black with #A83B00
Text Example
Text Example
White with #A83B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83B00; }
p { color: rgb(168,59,0); }
H1.HeaderClassName
{
color: #A83B00;
}
.AnyTagClassName
{
color: #A83B00;
}
</style>
background-color css
<style>
a { background-color: #A83B00; }
a { background-color: rgb(168,59,0); }
div.DivClassName
{
background-color: #A83B00;
}
.BgClassName
{
background-color: #A83B00;
}
</style>
border-color css
<style>
span { border-color: #A83B00; }
span { border-color: rgb(168,59,0); }
td.TdClassName
{
border-color: #A83B00;
}
.TagClassName
{
border-color: #A83B00;
}
</style>