Shades of Rust #AC410F
Tints of Rust #AC410F
RGB
CMYK
RGB Variations
Color information
#AC410F (or 0xAC410F) is known color: Rust. HEX triplet: AC, 41 and 0F. RGB value is (172,65,15). Sum of RGB (Red+Green+Blue) = 172+65+15=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC410F is #53BEF0. Grayscale: #5B5B5B. Windows color (decimal): -5488369 or 999852. OLE color: 999852.
HSL color Cylindrical-coordinate representation of color #AC410F: hue angle of 19.11º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC410F is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 15 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.33 |
| HSL | 19.11º | 0.84% | 0.37% | - |
| HSV(B) | 19.11º | 0.91% | 0.67% | - |
| XYZ | 18.99 | 12.59 | 1.88 | - |
| YUV | 91.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 15 | 0 | 0.62 | 0.91 | 0.33 | 19.11 | 0.84 | 0.37 |
| Hex | AC | 41 | F | 0 | 3E | 5B | 21 | 13 | 54 | 25 |
| Octal | 254 | 101 | 17 | 0 | 76 | 133 | 41 | 23 | 124 | 45 |
| Binary | 10101100 | 1000001 | 1111 | 0 | 111110 | 1011011 | 100001 | 10011 | 1010100 | 100101 |
Color Harmonies of #AC410F
Complementary color
Monochromatic Colors of #AC410F
Black with #AC410F
Text Example
Text Example
White with #AC410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC410F; }
p { color: rgb(172,65,15); }
H1.HeaderClassName
{
color: #AC410F;
}
.AnyTagClassName
{
color: #AC410F;
}
</style>
background-color css
<style>
a { background-color: #AC410F; }
a { background-color: rgb(172,65,15); }
div.DivClassName
{
background-color: #AC410F;
}
.BgClassName
{
background-color: #AC410F;
}
</style>
border-color css
<style>
span { border-color: #AC410F; }
span { border-color: rgb(172,65,15); }
td.TdClassName
{
border-color: #AC410F;
}
.TagClassName
{
border-color: #AC410F;
}
</style>