Shades of Rust #AC461B
Tints of Rust #AC461B
RGB
CMYK
RGB Variations
Color information
#AC461B (or 0xAC461B) is known color: Rust. HEX triplet: AC, 46 and 1B. RGB value is (172,70,27). Sum of RGB (Red+Green+Blue) = 172+70+27=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC461B is #53B9E4. Grayscale: #5F5F5F. Windows color (decimal): -5487077 or 1787564. OLE color: 1787564.
HSL color Cylindrical-coordinate representation of color #AC461B: hue angle of 17.79º degrees, saturation: 0.73, 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 #AC461B is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 27 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.33 |
| HSL | 17.79º | 0.73% | 0.39% | - |
| HSV(B) | 17.79º | 0.84% | 0.67% | - |
| XYZ | 19.4 | 13.23 | 2.57 | - |
| YUV | 95.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 27 | 0 | 0.59 | 0.84 | 0.33 | 17.79 | 0.73 | 0.39 |
| Hex | AC | 46 | 1B | 0 | 3B | 54 | 21 | 12 | 49 | 27 |
| Octal | 254 | 106 | 33 | 0 | 73 | 124 | 41 | 22 | 111 | 47 |
| Binary | 10101100 | 1000110 | 11011 | 0 | 111011 | 1010100 | 100001 | 10010 | 1001001 | 100111 |
Color Harmonies of #AC461B
Complementary color
Monochromatic Colors of #AC461B
Black with #AC461B
Text Example
Text Example
White with #AC461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC461B; }
p { color: rgb(172,70,27); }
H1.HeaderClassName
{
color: #AC461B;
}
.AnyTagClassName
{
color: #AC461B;
}
</style>
background-color css
<style>
a { background-color: #AC461B; }
a { background-color: rgb(172,70,27); }
div.DivClassName
{
background-color: #AC461B;
}
.BgClassName
{
background-color: #AC461B;
}
</style>
border-color css
<style>
span { border-color: #AC461B; }
span { border-color: rgb(172,70,27); }
td.TdClassName
{
border-color: #AC461B;
}
.TagClassName
{
border-color: #AC461B;
}
</style>