Shades of Rust #AC4318
Tints of Rust #AC4318
RGB
CMYK
RGB Variations
Color information
#AC4318 (or 0xAC4318) is known color: Rust. HEX triplet: AC, 43 and 18. RGB value is (172,67,24). Sum of RGB (Red+Green+Blue) = 172+67+24=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4318 is #53BCE7. Grayscale: #5D5D5D. Windows color (decimal): -5487848 or 1590188. OLE color: 1590188.
HSL color Cylindrical-coordinate representation of color #AC4318: hue angle of 17.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC4318 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 24 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.33 |
| HSL | 17.43º | 0.76% | 0.38% | - |
| HSV(B) | 17.43º | 0.86% | 0.67% | - |
| XYZ | 19.19 | 12.85 | 2.33 | - |
| YUV | 93.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 24 | 0 | 0.61 | 0.86 | 0.33 | 17.43 | 0.76 | 0.38 |
| Hex | AC | 43 | 18 | 0 | 3D | 56 | 21 | 11 | 4C | 26 |
| Octal | 254 | 103 | 30 | 0 | 75 | 126 | 41 | 21 | 114 | 46 |
| Binary | 10101100 | 1000011 | 11000 | 0 | 111101 | 1010110 | 100001 | 10001 | 1001100 | 100110 |
Color Harmonies of #AC4318
Complementary color
Monochromatic Colors of #AC4318
Black with #AC4318
Text Example
Text Example
White with #AC4318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4318; }
p { color: rgb(172,67,24); }
H1.HeaderClassName
{
color: #AC4318;
}
.AnyTagClassName
{
color: #AC4318;
}
</style>
background-color css
<style>
a { background-color: #AC4318; }
a { background-color: rgb(172,67,24); }
div.DivClassName
{
background-color: #AC4318;
}
.BgClassName
{
background-color: #AC4318;
}
</style>
border-color css
<style>
span { border-color: #AC4318; }
span { border-color: rgb(172,67,24); }
td.TdClassName
{
border-color: #AC4318;
}
.TagClassName
{
border-color: #AC4318;
}
</style>