Shades of Rust #AC341B
Tints of Rust #AC341B
RGB
CMYK
RGB Variations
Color information
#AC341B (or 0xAC341B) is known color: Rust. HEX triplet: AC, 34 and 1B. RGB value is (172,52,27). Sum of RGB (Red+Green+Blue) = 172+52+27=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC341B is #53CBE4. Grayscale: #555555. Windows color (decimal): -5491685 or 1782956. OLE color: 1782956.
HSL color Cylindrical-coordinate representation of color #AC341B: hue angle of 10.34º 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 #AC341B is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 27 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.33 |
| HSL | 10.34º | 0.73% | 0.39% | - |
| HSV(B) | 10.34º | 0.84% | 0.67% | - |
| XYZ | 18.44 | 11.31 | 2.25 | - |
| YUV | 85.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 27 | 0 | 0.70 | 0.84 | 0.33 | 10.34 | 0.73 | 0.39 |
| Hex | AC | 34 | 1B | 0 | 46 | 54 | 21 | A | 49 | 27 |
| Octal | 254 | 64 | 33 | 0 | 106 | 124 | 41 | 12 | 111 | 47 |
| Binary | 10101100 | 110100 | 11011 | 0 | 1000110 | 1010100 | 100001 | 1010 | 1001001 | 100111 |
Color Harmonies of #AC341B
Complementary color
Monochromatic Colors of #AC341B
Black with #AC341B
Text Example
Text Example
White with #AC341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC341B; }
p { color: rgb(172,52,27); }
H1.HeaderClassName
{
color: #AC341B;
}
.AnyTagClassName
{
color: #AC341B;
}
</style>
background-color css
<style>
a { background-color: #AC341B; }
a { background-color: rgb(172,52,27); }
div.DivClassName
{
background-color: #AC341B;
}
.BgClassName
{
background-color: #AC341B;
}
</style>
border-color css
<style>
span { border-color: #AC341B; }
span { border-color: rgb(172,52,27); }
td.TdClassName
{
border-color: #AC341B;
}
.TagClassName
{
border-color: #AC341B;
}
</style>