Shades of Rust #AC410D
Tints of Rust #AC410D
RGB
CMYK
RGB Variations
Color information
#AC410D (or 0xAC410D) is known color: Rust. HEX triplet: AC, 41 and 0D. RGB value is (172,65,13). Sum of RGB (Red+Green+Blue) = 172+65+13=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC410D is #53BEF2. Grayscale: #5B5B5B. Windows color (decimal): -5488371 or 868780. OLE color: 868780.
HSL color Cylindrical-coordinate representation of color #AC410D: hue angle of 19.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC410D is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 13 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.33 |
| HSL | 19.62º | 0.86% | 0.36% | - |
| HSV(B) | 19.62º | 0.92% | 0.67% | - |
| XYZ | 18.98 | 12.58 | 1.81 | - |
| YUV | 91.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 13 | 0 | 0.62 | 0.92 | 0.33 | 19.62 | 0.86 | 0.36 |
| Hex | AC | 41 | D | 0 | 3E | 5C | 21 | 14 | 56 | 24 |
| Octal | 254 | 101 | 15 | 0 | 76 | 134 | 41 | 24 | 126 | 44 |
| Binary | 10101100 | 1000001 | 1101 | 0 | 111110 | 1011100 | 100001 | 10100 | 1010110 | 100100 |
Color Harmonies of #AC410D
Complementary color
Monochromatic Colors of #AC410D
Black with #AC410D
Text Example
Text Example
White with #AC410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC410D; }
p { color: rgb(172,65,13); }
H1.HeaderClassName
{
color: #AC410D;
}
.AnyTagClassName
{
color: #AC410D;
}
</style>
background-color css
<style>
a { background-color: #AC410D; }
a { background-color: rgb(172,65,13); }
div.DivClassName
{
background-color: #AC410D;
}
.BgClassName
{
background-color: #AC410D;
}
</style>
border-color css
<style>
span { border-color: #AC410D; }
span { border-color: rgb(172,65,13); }
td.TdClassName
{
border-color: #AC410D;
}
.TagClassName
{
border-color: #AC410D;
}
</style>