Shades of Rust #AC3814
Tints of Rust #AC3814
RGB
CMYK
RGB Variations
Color information
#AC3814 (or 0xAC3814) is known color: Rust. HEX triplet: AC, 38 and 14. RGB value is (172,56,20). Sum of RGB (Red+Green+Blue) = 172+56+20=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3814 is #53C7EB. Grayscale: #565656. Windows color (decimal): -5490668 or 1325228. OLE color: 1325228.
HSL color Cylindrical-coordinate representation of color #AC3814: hue angle of 14.21º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3814 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 20 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.33 |
| HSL | 14.21º | 0.79% | 0.38% | - |
| HSV(B) | 14.21º | 0.88% | 0.67% | - |
| XYZ | 18.55 | 11.65 | 1.93 | - |
| YUV | 86.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 20 | 0 | 0.67 | 0.88 | 0.33 | 14.21 | 0.79 | 0.38 |
| Hex | AC | 38 | 14 | 0 | 43 | 58 | 21 | E | 4F | 26 |
| Octal | 254 | 70 | 24 | 0 | 103 | 130 | 41 | 16 | 117 | 46 |
| Binary | 10101100 | 111000 | 10100 | 0 | 1000011 | 1011000 | 100001 | 1110 | 1001111 | 100110 |
Color Harmonies of #AC3814
Complementary color
Monochromatic Colors of #AC3814
Black with #AC3814
Text Example
Text Example
White with #AC3814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3814; }
p { color: rgb(172,56,20); }
H1.HeaderClassName
{
color: #AC3814;
}
.AnyTagClassName
{
color: #AC3814;
}
</style>
background-color css
<style>
a { background-color: #AC3814; }
a { background-color: rgb(172,56,20); }
div.DivClassName
{
background-color: #AC3814;
}
.BgClassName
{
background-color: #AC3814;
}
</style>
border-color css
<style>
span { border-color: #AC3814; }
span { border-color: rgb(172,56,20); }
td.TdClassName
{
border-color: #AC3814;
}
.TagClassName
{
border-color: #AC3814;
}
</style>