Shades of Rust #AC410C
Tints of Rust #AC410C
RGB
CMYK
RGB Variations
Color information
#AC410C (or 0xAC410C) is known color: Rust. HEX triplet: AC, 41 and 0C. RGB value is (172,65,12). Sum of RGB (Red+Green+Blue) = 172+65+12=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC410C is #53BEF3. Grayscale: #5B5B5B. Windows color (decimal): -5488372 or 803244. OLE color: 803244.
HSL color Cylindrical-coordinate representation of color #AC410C: hue angle of 19.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC410C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 12 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.33 |
| HSL | 19.88º | 0.87% | 0.36% | - |
| HSV(B) | 19.88º | 0.93% | 0.67% | - |
| XYZ | 18.97 | 12.58 | 1.78 | - |
| YUV | 90.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 12 | 0 | 0.62 | 0.93 | 0.33 | 19.88 | 0.87 | 0.36 |
| Hex | AC | 41 | C | 0 | 3E | 5D | 21 | 14 | 57 | 24 |
| Octal | 254 | 101 | 14 | 0 | 76 | 135 | 41 | 24 | 127 | 44 |
| Binary | 10101100 | 1000001 | 1100 | 0 | 111110 | 1011101 | 100001 | 10100 | 1010111 | 100100 |
Color Harmonies of #AC410C
Complementary color
Monochromatic Colors of #AC410C
Black with #AC410C
Text Example
Text Example
White with #AC410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC410C; }
p { color: rgb(172,65,12); }
H1.HeaderClassName
{
color: #AC410C;
}
.AnyTagClassName
{
color: #AC410C;
}
</style>
background-color css
<style>
a { background-color: #AC410C; }
a { background-color: rgb(172,65,12); }
div.DivClassName
{
background-color: #AC410C;
}
.BgClassName
{
background-color: #AC410C;
}
</style>
border-color css
<style>
span { border-color: #AC410C; }
span { border-color: rgb(172,65,12); }
td.TdClassName
{
border-color: #AC410C;
}
.TagClassName
{
border-color: #AC410C;
}
</style>