Shades of Rust #A83F00
Tints of Rust #A83F00
RGB
CMYK
RGB Variations
Color information
#A83F00 (or 0xA83F00) is known color: Rust. HEX triplet: A8, 3F and 00. RGB value is (168,63,0). Sum of RGB (Red+Green+Blue) = 168+63+0=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83F00 is #57C0FF. Grayscale: #575757. Windows color (decimal): -5751040 or 16296. OLE color: 16296.
HSL color Cylindrical-coordinate representation of color #A83F00: hue angle of 22.5º 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 #A83F00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 63 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.34 |
| HSL | 22.5º | 1% | 0.33% | - |
| HSV(B) | 22.5º | 1% | 0.66% | - |
| XYZ | 17.93 | 11.88 | 1.35 | - |
| YUV | 87.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 0 | 0 | 0.63 | 1 | 0.34 | 22.5 | 1 | 0.33 |
| Hex | A8 | 3F | 0 | 0 | 3F | 64 | 22 | 16 | 64 | 21 |
| Octal | 250 | 77 | 0 | 0 | 77 | 144 | 42 | 26 | 144 | 41 |
| Binary | 10101000 | 111111 | 0 | 0 | 111111 | 1100100 | 100010 | 10110 | 1100100 | 100001 |
Color Harmonies of #A83F00
Complementary color
Monochromatic Colors of #A83F00
Black with #A83F00
Text Example
Text Example
White with #A83F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83F00; }
p { color: rgb(168,63,0); }
H1.HeaderClassName
{
color: #A83F00;
}
.AnyTagClassName
{
color: #A83F00;
}
</style>
background-color css
<style>
a { background-color: #A83F00; }
a { background-color: rgb(168,63,0); }
div.DivClassName
{
background-color: #A83F00;
}
.BgClassName
{
background-color: #A83F00;
}
</style>
border-color css
<style>
span { border-color: #A83F00; }
span { border-color: rgb(168,63,0); }
td.TdClassName
{
border-color: #A83F00;
}
.TagClassName
{
border-color: #A83F00;
}
</style>