Shades of Rust #AC3A0F
Tints of Rust #AC3A0F
RGB
CMYK
RGB Variations
Color information
#AC3A0F (or 0xAC3A0F) is known color: Rust. HEX triplet: AC, 3A and 0F. RGB value is (172,58,15). Sum of RGB (Red+Green+Blue) = 172+58+15=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A0F is #53C5F0. Grayscale: #575757. Windows color (decimal): -5490161 or 998060. OLE color: 998060.
HSL color Cylindrical-coordinate representation of color #AC3A0F: hue angle of 16.43º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC3A0F is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 15 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.33 |
| HSL | 16.43º | 0.84% | 0.37% | - |
| HSV(B) | 16.43º | 0.91% | 0.67% | - |
| XYZ | 18.61 | 11.83 | 1.75 | - |
| YUV | 87.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 15 | 0 | 0.66 | 0.91 | 0.33 | 16.43 | 0.84 | 0.37 |
| Hex | AC | 3A | F | 0 | 42 | 5B | 21 | 10 | 54 | 25 |
| Octal | 254 | 72 | 17 | 0 | 102 | 133 | 41 | 20 | 124 | 45 |
| Binary | 10101100 | 111010 | 1111 | 0 | 1000010 | 1011011 | 100001 | 10000 | 1010100 | 100101 |
Color Harmonies of #AC3A0F
Complementary color
Monochromatic Colors of #AC3A0F
Black with #AC3A0F
Text Example
Text Example
White with #AC3A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A0F; }
p { color: rgb(172,58,15); }
H1.HeaderClassName
{
color: #AC3A0F;
}
.AnyTagClassName
{
color: #AC3A0F;
}
</style>
background-color css
<style>
a { background-color: #AC3A0F; }
a { background-color: rgb(172,58,15); }
div.DivClassName
{
background-color: #AC3A0F;
}
.BgClassName
{
background-color: #AC3A0F;
}
</style>
border-color css
<style>
span { border-color: #AC3A0F; }
span { border-color: rgb(172,58,15); }
td.TdClassName
{
border-color: #AC3A0F;
}
.TagClassName
{
border-color: #AC3A0F;
}
</style>