Shades of Rust #AC3D14
Tints of Rust #AC3D14
RGB
CMYK
RGB Variations
Color information
#AC3D14 (or 0xAC3D14) is known color: Rust. HEX triplet: AC, 3D and 14. RGB value is (172,61,20). Sum of RGB (Red+Green+Blue) = 172+61+20=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D14 is #53C2EB. Grayscale: #595959. Windows color (decimal): -5489388 or 1326508. OLE color: 1326508.
HSL color Cylindrical-coordinate representation of color #AC3D14: hue angle of 16.18º 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 #AC3D14 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 20 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.33 |
| HSL | 16.18º | 0.79% | 0.38% | - |
| HSV(B) | 16.18º | 0.88% | 0.67% | - |
| XYZ | 18.81 | 12.16 | 2.02 | - |
| YUV | 89.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 20 | 0 | 0.65 | 0.88 | 0.33 | 16.18 | 0.79 | 0.38 |
| Hex | AC | 3D | 14 | 0 | 41 | 58 | 21 | 10 | 4F | 26 |
| Octal | 254 | 75 | 24 | 0 | 101 | 130 | 41 | 20 | 117 | 46 |
| Binary | 10101100 | 111101 | 10100 | 0 | 1000001 | 1011000 | 100001 | 10000 | 1001111 | 100110 |
Color Harmonies of #AC3D14
Complementary color
Monochromatic Colors of #AC3D14
Black with #AC3D14
Text Example
Text Example
White with #AC3D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D14; }
p { color: rgb(172,61,20); }
H1.HeaderClassName
{
color: #AC3D14;
}
.AnyTagClassName
{
color: #AC3D14;
}
</style>
background-color css
<style>
a { background-color: #AC3D14; }
a { background-color: rgb(172,61,20); }
div.DivClassName
{
background-color: #AC3D14;
}
.BgClassName
{
background-color: #AC3D14;
}
</style>
border-color css
<style>
span { border-color: #AC3D14; }
span { border-color: rgb(172,61,20); }
td.TdClassName
{
border-color: #AC3D14;
}
.TagClassName
{
border-color: #AC3D14;
}
</style>