Shades of Rust #A83A00
Tints of Rust #A83A00
RGB
CMYK
RGB Variations
Color information
#A83A00 (or 0xA83A00) is known color: Rust. HEX triplet: A8, 3A and 00. RGB value is (168,58,0). Sum of RGB (Red+Green+Blue) = 168+58+0=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83A00 is #57C5FF. Grayscale: #545454. Windows color (decimal): -5752320 or 15016. OLE color: 15016.
HSL color Cylindrical-coordinate representation of color #A83A00: hue angle of 20.71º 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 #A83A00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 58 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.34 |
| HSL | 20.71º | 1% | 0.33% | - |
| HSV(B) | 20.71º | 1% | 0.66% | - |
| XYZ | 17.66 | 11.35 | 1.26 | - |
| YUV | 84.28 | 80.44 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 0 | 0 | 0.65 | 1 | 0.34 | 20.71 | 1 | 0.33 |
| Hex | A8 | 3A | 0 | 0 | 41 | 64 | 22 | 15 | 64 | 21 |
| Octal | 250 | 72 | 0 | 0 | 101 | 144 | 42 | 25 | 144 | 41 |
| Binary | 10101000 | 111010 | 0 | 0 | 1000001 | 1100100 | 100010 | 10101 | 1100100 | 100001 |
Color Harmonies of #A83A00
Complementary color
Monochromatic Colors of #A83A00
Black with #A83A00
Text Example
Text Example
White with #A83A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83A00; }
p { color: rgb(168,58,0); }
H1.HeaderClassName
{
color: #A83A00;
}
.AnyTagClassName
{
color: #A83A00;
}
</style>
background-color css
<style>
a { background-color: #A83A00; }
a { background-color: rgb(168,58,0); }
div.DivClassName
{
background-color: #A83A00;
}
.BgClassName
{
background-color: #A83A00;
}
</style>
border-color css
<style>
span { border-color: #A83A00; }
span { border-color: rgb(168,58,0); }
td.TdClassName
{
border-color: #A83A00;
}
.TagClassName
{
border-color: #A83A00;
}
</style>