Shades of Rust #AC3D0A
Tints of Rust #AC3D0A
RGB
CMYK
RGB Variations
Color information
#AC3D0A (or 0xAC3D0A) is known color: Rust. HEX triplet: AC, 3D and 0A. RGB value is (172,61,10). Sum of RGB (Red+Green+Blue) = 172+61+10=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D0A is #53C2F5. Grayscale: #585858. Windows color (decimal): -5489398 or 671148. OLE color: 671148.
HSL color Cylindrical-coordinate representation of color #AC3D0A: hue angle of 18.89º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC3D0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 10 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.33 |
| HSL | 18.89º | 0.89% | 0.36% | - |
| HSV(B) | 18.89º | 0.94% | 0.67% | - |
| XYZ | 18.74 | 12.13 | 1.64 | - |
| YUV | 88.38 | 83.77 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 10 | 0 | 0.65 | 0.94 | 0.33 | 18.89 | 0.89 | 0.36 |
| Hex | AC | 3D | A | 0 | 41 | 5E | 21 | 13 | 59 | 24 |
| Octal | 254 | 75 | 12 | 0 | 101 | 136 | 41 | 23 | 131 | 44 |
| Binary | 10101100 | 111101 | 1010 | 0 | 1000001 | 1011110 | 100001 | 10011 | 1011001 | 100100 |
Color Harmonies of #AC3D0A
Complementary color
Monochromatic Colors of #AC3D0A
Black with #AC3D0A
Text Example
Text Example
White with #AC3D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D0A; }
p { color: rgb(172,61,10); }
H1.HeaderClassName
{
color: #AC3D0A;
}
.AnyTagClassName
{
color: #AC3D0A;
}
</style>
background-color css
<style>
a { background-color: #AC3D0A; }
a { background-color: rgb(172,61,10); }
div.DivClassName
{
background-color: #AC3D0A;
}
.BgClassName
{
background-color: #AC3D0A;
}
</style>
border-color css
<style>
span { border-color: #AC3D0A; }
span { border-color: rgb(172,61,10); }
td.TdClassName
{
border-color: #AC3D0A;
}
.TagClassName
{
border-color: #AC3D0A;
}
</style>