Shades of Rust #A83600
Tints of Rust #A83600
RGB
CMYK
RGB Variations
Color information
#A83600 (or 0xA83600) is known color: Rust. HEX triplet: A8, 36 and 00. RGB value is (168,54,0). Sum of RGB (Red+Green+Blue) = 168+54+0=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A83600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83600 is #57C9FF. Grayscale: #525252. Windows color (decimal): -5753344 or 13992. OLE color: 13992.
HSL color Cylindrical-coordinate representation of color #A83600: hue angle of 19.29º 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 #A83600 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.34 |
| HSL | 19.29º | 1% | 0.33% | - |
| HSV(B) | 19.29º | 1% | 0.66% | - |
| XYZ | 17.47 | 10.96 | 1.2 | - |
| YUV | 81.93 | 81.77 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 0 | 0 | 0.68 | 1 | 0.34 | 19.29 | 1 | 0.33 |
| Hex | A8 | 36 | 0 | 0 | 44 | 64 | 22 | 13 | 64 | 21 |
| Octal | 250 | 66 | 0 | 0 | 104 | 144 | 42 | 23 | 144 | 41 |
| Binary | 10101000 | 110110 | 0 | 0 | 1000100 | 1100100 | 100010 | 10011 | 1100100 | 100001 |
Color Harmonies of #A83600
Complementary color
Monochromatic Colors of #A83600
Black with #A83600
Text Example
Text Example
White with #A83600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83600; }
p { color: rgb(168,54,0); }
H1.HeaderClassName
{
color: #A83600;
}
.AnyTagClassName
{
color: #A83600;
}
</style>
background-color css
<style>
a { background-color: #A83600; }
a { background-color: rgb(168,54,0); }
div.DivClassName
{
background-color: #A83600;
}
.BgClassName
{
background-color: #A83600;
}
</style>
border-color css
<style>
span { border-color: #A83600; }
span { border-color: rgb(168,54,0); }
td.TdClassName
{
border-color: #A83600;
}
.TagClassName
{
border-color: #A83600;
}
</style>