Shades of Rust #AC411C
Tints of Rust #AC411C
RGB
CMYK
RGB Variations
Color information
#AC411C (or 0xAC411C) is known color: Rust. HEX triplet: AC, 41 and 1C. RGB value is (172,65,28). Sum of RGB (Red+Green+Blue) = 172+65+28=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC411C is #53BEE3. Grayscale: #5D5D5D. Windows color (decimal): -5488356 or 1851820. OLE color: 1851820.
HSL color Cylindrical-coordinate representation of color #AC411C: hue angle of 15.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC411C is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 28 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.33 |
| HSL | 15.42º | 0.72% | 0.39% | - |
| HSV(B) | 15.42º | 0.84% | 0.67% | - |
| XYZ | 19.11 | 12.64 | 2.53 | - |
| YUV | 92.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 28 | 0 | 0.62 | 0.84 | 0.33 | 15.42 | 0.72 | 0.39 |
| Hex | AC | 41 | 1C | 0 | 3E | 54 | 21 | F | 48 | 27 |
| Octal | 254 | 101 | 34 | 0 | 76 | 124 | 41 | 17 | 110 | 47 |
| Binary | 10101100 | 1000001 | 11100 | 0 | 111110 | 1010100 | 100001 | 1111 | 1001000 | 100111 |
Color Harmonies of #AC411C
Complementary color
Monochromatic Colors of #AC411C
Black with #AC411C
Text Example
Text Example
White with #AC411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC411C; }
p { color: rgb(172,65,28); }
H1.HeaderClassName
{
color: #AC411C;
}
.AnyTagClassName
{
color: #AC411C;
}
</style>
background-color css
<style>
a { background-color: #AC411C; }
a { background-color: rgb(172,65,28); }
div.DivClassName
{
background-color: #AC411C;
}
.BgClassName
{
background-color: #AC411C;
}
</style>
border-color css
<style>
span { border-color: #AC411C; }
span { border-color: rgb(172,65,28); }
td.TdClassName
{
border-color: #AC411C;
}
.TagClassName
{
border-color: #AC411C;
}
</style>