Shades of Rust #AC3905
Tints of Rust #AC3905
RGB
CMYK
RGB Variations
Color information
#AC3905 (or 0xAC3905) is known color: Rust. HEX triplet: AC, 39 and 05. RGB value is (172,57,5). Sum of RGB (Red+Green+Blue) = 172+57+5=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3905 is #53C6FA. Grayscale: #555555. Windows color (decimal): -5490427 or 342444. OLE color: 342444.
HSL color Cylindrical-coordinate representation of color #AC3905: hue angle of 18.68º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC3905 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.33 |
| HSL | 18.68º | 0.94% | 0.35% | - |
| HSV(B) | 18.68º | 0.97% | 0.67% | - |
| XYZ | 18.5 | 11.71 | 1.43 | - |
| YUV | 85.46 | 82.6 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 5 | 0 | 0.67 | 0.97 | 0.33 | 18.68 | 0.94 | 0.35 |
| Hex | AC | 39 | 5 | 0 | 43 | 61 | 21 | 13 | 5E | 23 |
| Octal | 254 | 71 | 5 | 0 | 103 | 141 | 41 | 23 | 136 | 43 |
| Binary | 10101100 | 111001 | 101 | 0 | 1000011 | 1100001 | 100001 | 10011 | 1011110 | 100011 |
Color Harmonies of #AC3905
Complementary color
Monochromatic Colors of #AC3905
Black with #AC3905
Text Example
Text Example
White with #AC3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3905; }
p { color: rgb(172,57,5); }
H1.HeaderClassName
{
color: #AC3905;
}
.AnyTagClassName
{
color: #AC3905;
}
</style>
background-color css
<style>
a { background-color: #AC3905; }
a { background-color: rgb(172,57,5); }
div.DivClassName
{
background-color: #AC3905;
}
.BgClassName
{
background-color: #AC3905;
}
</style>
border-color css
<style>
span { border-color: #AC3905; }
span { border-color: rgb(172,57,5); }
td.TdClassName
{
border-color: #AC3905;
}
.TagClassName
{
border-color: #AC3905;
}
</style>