Shades of Rust #AC421C
Tints of Rust #AC421C
RGB
CMYK
RGB Variations
Color information
#AC421C (or 0xAC421C) is known color: Rust. HEX triplet: AC, 42 and 1C. RGB value is (172,66,28). Sum of RGB (Red+Green+Blue) = 172+66+28=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC421C is #53BDE3. Grayscale: #5D5D5D. Windows color (decimal): -5488100 or 1852076. OLE color: 1852076.
HSL color Cylindrical-coordinate representation of color #AC421C: hue angle of 15.83º 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 #AC421C is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 28 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.33 |
| HSL | 15.83º | 0.72% | 0.39% | - |
| HSV(B) | 15.83º | 0.84% | 0.67% | - |
| XYZ | 19.17 | 12.75 | 2.55 | - |
| YUV | 93.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 28 | 0 | 0.62 | 0.84 | 0.33 | 15.83 | 0.72 | 0.39 |
| Hex | AC | 42 | 1C | 0 | 3E | 54 | 21 | 10 | 48 | 27 |
| Octal | 254 | 102 | 34 | 0 | 76 | 124 | 41 | 20 | 110 | 47 |
| Binary | 10101100 | 1000010 | 11100 | 0 | 111110 | 1010100 | 100001 | 10000 | 1001000 | 100111 |
Color Harmonies of #AC421C
Complementary color
Monochromatic Colors of #AC421C
Black with #AC421C
Text Example
Text Example
White with #AC421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC421C; }
p { color: rgb(172,66,28); }
H1.HeaderClassName
{
color: #AC421C;
}
.AnyTagClassName
{
color: #AC421C;
}
</style>
background-color css
<style>
a { background-color: #AC421C; }
a { background-color: rgb(172,66,28); }
div.DivClassName
{
background-color: #AC421C;
}
.BgClassName
{
background-color: #AC421C;
}
</style>
border-color css
<style>
span { border-color: #AC421C; }
span { border-color: rgb(172,66,28); }
td.TdClassName
{
border-color: #AC421C;
}
.TagClassName
{
border-color: #AC421C;
}
</style>