Shades of Rust #AC3309
Tints of Rust #AC3309
RGB
CMYK
RGB Variations
Color information
#AC3309 (or 0xAC3309) is known color: Rust. HEX triplet: AC, 33 and 09. RGB value is (172,51,9). Sum of RGB (Red+Green+Blue) = 172+51+9=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3309 is #53CCF6. Grayscale: #525252. Windows color (decimal): -5491959 or 603052. OLE color: 603052.
HSL color Cylindrical-coordinate representation of color #AC3309: hue angle of 15.46º degrees, saturation: 0.9, 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 #AC3309 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.33 |
| HSL | 15.46º | 0.9% | 0.35% | - |
| HSV(B) | 15.46º | 0.95% | 0.67% | - |
| XYZ | 18.25 | 11.16 | 1.45 | - |
| YUV | 82.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 9 | 0 | 0.70 | 0.95 | 0.33 | 15.46 | 0.9 | 0.35 |
| Hex | AC | 33 | 9 | 0 | 46 | 5F | 21 | F | 5A | 23 |
| Octal | 254 | 63 | 11 | 0 | 106 | 137 | 41 | 17 | 132 | 43 |
| Binary | 10101100 | 110011 | 1001 | 0 | 1000110 | 1011111 | 100001 | 1111 | 1011010 | 100011 |
Color Harmonies of #AC3309
Complementary color
Monochromatic Colors of #AC3309
Black with #AC3309
Text Example
Text Example
White with #AC3309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3309; }
p { color: rgb(172,51,9); }
H1.HeaderClassName
{
color: #AC3309;
}
.AnyTagClassName
{
color: #AC3309;
}
</style>
background-color css
<style>
a { background-color: #AC3309; }
a { background-color: rgb(172,51,9); }
div.DivClassName
{
background-color: #AC3309;
}
.BgClassName
{
background-color: #AC3309;
}
</style>
border-color css
<style>
span { border-color: #AC3309; }
span { border-color: rgb(172,51,9); }
td.TdClassName
{
border-color: #AC3309;
}
.TagClassName
{
border-color: #AC3309;
}
</style>