Shades of Rust #AC3908
Tints of Rust #AC3908
RGB
CMYK
RGB Variations
Color information
#AC3908 (or 0xAC3908) is known color: Rust. HEX triplet: AC, 39 and 08. RGB value is (172,57,8). Sum of RGB (Red+Green+Blue) = 172+57+8=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3908 is #53C6F7. Grayscale: #565656. Windows color (decimal): -5490424 or 539052. OLE color: 539052.
HSL color Cylindrical-coordinate representation of color #AC3908: hue angle of 17.93º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC3908 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 8 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.33 |
| HSL | 17.93º | 0.91% | 0.35% | - |
| HSV(B) | 17.93º | 0.95% | 0.67% | - |
| XYZ | 18.52 | 11.71 | 1.51 | - |
| YUV | 85.8 | 84.1 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 8 | 0 | 0.67 | 0.95 | 0.33 | 17.93 | 0.91 | 0.35 |
| Hex | AC | 39 | 8 | 0 | 43 | 5F | 21 | 12 | 5B | 23 |
| Octal | 254 | 71 | 10 | 0 | 103 | 137 | 41 | 22 | 133 | 43 |
| Binary | 10101100 | 111001 | 1000 | 0 | 1000011 | 1011111 | 100001 | 10010 | 1011011 | 100011 |
Color Harmonies of #AC3908
Complementary color
Monochromatic Colors of #AC3908
Black with #AC3908
Text Example
Text Example
White with #AC3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3908; }
p { color: rgb(172,57,8); }
H1.HeaderClassName
{
color: #AC3908;
}
.AnyTagClassName
{
color: #AC3908;
}
</style>
background-color css
<style>
a { background-color: #AC3908; }
a { background-color: rgb(172,57,8); }
div.DivClassName
{
background-color: #AC3908;
}
.BgClassName
{
background-color: #AC3908;
}
</style>
border-color css
<style>
span { border-color: #AC3908; }
span { border-color: rgb(172,57,8); }
td.TdClassName
{
border-color: #AC3908;
}
.TagClassName
{
border-color: #AC3908;
}
</style>