Shades of Rust #A83800
Tints of Rust #A83800
RGB
CMYK
RGB Variations
Color information
#A83800 (or 0xA83800) is known color: Rust. HEX triplet: A8, 38 and 00. RGB value is (168,56,0). Sum of RGB (Red+Green+Blue) = 168+56+0=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A83800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83800 is #57C7FF. Grayscale: #535353. Windows color (decimal): -5752832 or 14504. OLE color: 14504.
HSL color Cylindrical-coordinate representation of color #A83800: hue angle of 20º 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 #A83800 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.34 |
| HSL | 20º | 1% | 0.33% | - |
| HSV(B) | 20º | 1% | 0.66% | - |
| XYZ | 17.56 | 11.15 | 1.23 | - |
| YUV | 83.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 0 | 0 | 0.67 | 1 | 0.34 | 20 | 1 | 0.33 |
| Hex | A8 | 38 | 0 | 0 | 43 | 64 | 22 | 14 | 64 | 21 |
| Octal | 250 | 70 | 0 | 0 | 103 | 144 | 42 | 24 | 144 | 41 |
| Binary | 10101000 | 111000 | 0 | 0 | 1000011 | 1100100 | 100010 | 10100 | 1100100 | 100001 |
Color Harmonies of #A83800
Complementary color
Monochromatic Colors of #A83800
Black with #A83800
Text Example
Text Example
White with #A83800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83800; }
p { color: rgb(168,56,0); }
H1.HeaderClassName
{
color: #A83800;
}
.AnyTagClassName
{
color: #A83800;
}
</style>
background-color css
<style>
a { background-color: #A83800; }
a { background-color: rgb(168,56,0); }
div.DivClassName
{
background-color: #A83800;
}
.BgClassName
{
background-color: #A83800;
}
</style>
border-color css
<style>
span { border-color: #A83800; }
span { border-color: rgb(168,56,0); }
td.TdClassName
{
border-color: #A83800;
}
.TagClassName
{
border-color: #A83800;
}
</style>