Shades of Rust #AC441C
Tints of Rust #AC441C
RGB
CMYK
RGB Variations
Color information
#AC441C (or 0xAC441C) is known color: Rust. HEX triplet: AC, 44 and 1C. RGB value is (172,68,28). Sum of RGB (Red+Green+Blue) = 172+68+28=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC441C is #53BBE3. Grayscale: #5E5E5E. Windows color (decimal): -5487588 or 1852588. OLE color: 1852588.
HSL color Cylindrical-coordinate representation of color #AC441C: hue angle of 16.67º 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 #AC441C is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 28 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.33 |
| HSL | 16.67º | 0.72% | 0.39% | - |
| HSV(B) | 16.67º | 0.84% | 0.67% | - |
| XYZ | 19.29 | 12.99 | 2.59 | - |
| YUV | 94.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 28 | 0 | 0.60 | 0.84 | 0.33 | 16.67 | 0.72 | 0.39 |
| Hex | AC | 44 | 1C | 0 | 3C | 54 | 21 | 11 | 48 | 27 |
| Octal | 254 | 104 | 34 | 0 | 74 | 124 | 41 | 21 | 110 | 47 |
| Binary | 10101100 | 1000100 | 11100 | 0 | 111100 | 1010100 | 100001 | 10001 | 1001000 | 100111 |
Color Harmonies of #AC441C
Complementary color
Monochromatic Colors of #AC441C
Black with #AC441C
Text Example
Text Example
White with #AC441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC441C; }
p { color: rgb(172,68,28); }
H1.HeaderClassName
{
color: #AC441C;
}
.AnyTagClassName
{
color: #AC441C;
}
</style>
background-color css
<style>
a { background-color: #AC441C; }
a { background-color: rgb(172,68,28); }
div.DivClassName
{
background-color: #AC441C;
}
.BgClassName
{
background-color: #AC441C;
}
</style>
border-color css
<style>
span { border-color: #AC441C; }
span { border-color: rgb(172,68,28); }
td.TdClassName
{
border-color: #AC441C;
}
.TagClassName
{
border-color: #AC441C;
}
</style>