Shades of Rust #AC3800
Tints of Rust #AC3800
RGB
CMYK
RGB Variations
Color information
#AC3800 (or 0xAC3800) is known color: Rust. HEX triplet: AC, 38 and 00. RGB value is (172,56,0). Sum of RGB (Red+Green+Blue) = 172+56+0=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3800 is #53C7FF. Grayscale: #545454. Windows color (decimal): -5490688 or 14508. OLE color: 14508.
HSL color Cylindrical-coordinate representation of color #AC3800: hue angle of 19.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC3800 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.33 |
| HSL | 19.53º | 1% | 0.34% | - |
| HSV(B) | 19.53º | 1% | 0.67% | - |
| XYZ | 18.43 | 11.6 | 1.27 | - |
| YUV | 84.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 0 | 0 | 0.67 | 1 | 0.33 | 19.53 | 1 | 0.34 |
| Hex | AC | 38 | 0 | 0 | 43 | 64 | 21 | 14 | 64 | 22 |
| Octal | 254 | 70 | 0 | 0 | 103 | 144 | 41 | 24 | 144 | 42 |
| Binary | 10101100 | 111000 | 0 | 0 | 1000011 | 1100100 | 100001 | 10100 | 1100100 | 100010 |
Color Harmonies of #AC3800
Complementary color
Monochromatic Colors of #AC3800
Black with #AC3800
Text Example
Text Example
White with #AC3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3800; }
p { color: rgb(172,56,0); }
H1.HeaderClassName
{
color: #AC3800;
}
.AnyTagClassName
{
color: #AC3800;
}
</style>
background-color css
<style>
a { background-color: #AC3800; }
a { background-color: rgb(172,56,0); }
div.DivClassName
{
background-color: #AC3800;
}
.BgClassName
{
background-color: #AC3800;
}
</style>
border-color css
<style>
span { border-color: #AC3800; }
span { border-color: rgb(172,56,0); }
td.TdClassName
{
border-color: #AC3800;
}
.TagClassName
{
border-color: #AC3800;
}
</style>