Shades of Rust #A83D00
Tints of Rust #A83D00
RGB
CMYK
RGB Variations
Color information
#A83D00 (or 0xA83D00) is known color: Rust. HEX triplet: A8, 3D and 00. RGB value is (168,61,0). Sum of RGB (Red+Green+Blue) = 168+61+0=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83D00 is #57C2FF. Grayscale: #565656. Windows color (decimal): -5751552 or 15784. OLE color: 15784.
HSL color Cylindrical-coordinate representation of color #A83D00: hue angle of 21.79º 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 #A83D00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.34 |
| HSL | 21.79º | 1% | 0.33% | - |
| HSV(B) | 21.79º | 1% | 0.66% | - |
| XYZ | 17.82 | 11.66 | 1.31 | - |
| YUV | 86.04 | 79.45 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 0 | 0 | 0.64 | 1 | 0.34 | 21.79 | 1 | 0.33 |
| Hex | A8 | 3D | 0 | 0 | 40 | 64 | 22 | 16 | 64 | 21 |
| Octal | 250 | 75 | 0 | 0 | 100 | 144 | 42 | 26 | 144 | 41 |
| Binary | 10101000 | 111101 | 0 | 0 | 1000000 | 1100100 | 100010 | 10110 | 1100100 | 100001 |
Color Harmonies of #A83D00
Complementary color
Monochromatic Colors of #A83D00
Black with #A83D00
Text Example
Text Example
White with #A83D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D00; }
p { color: rgb(168,61,0); }
H1.HeaderClassName
{
color: #A83D00;
}
.AnyTagClassName
{
color: #A83D00;
}
</style>
background-color css
<style>
a { background-color: #A83D00; }
a { background-color: rgb(168,61,0); }
div.DivClassName
{
background-color: #A83D00;
}
.BgClassName
{
background-color: #A83D00;
}
</style>
border-color css
<style>
span { border-color: #A83D00; }
span { border-color: rgb(168,61,0); }
td.TdClassName
{
border-color: #A83D00;
}
.TagClassName
{
border-color: #A83D00;
}
</style>