Shades of Rust #AC3C09
Tints of Rust #AC3C09
RGB
CMYK
RGB Variations
Color information
#AC3C09 (or 0xAC3C09) is known color: Rust. HEX triplet: AC, 3C and 09. RGB value is (172,60,9). Sum of RGB (Red+Green+Blue) = 172+60+9=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C09 is #53C3F6. Grayscale: #575757. Windows color (decimal): -5489655 or 605356. OLE color: 605356.
HSL color Cylindrical-coordinate representation of color #AC3C09: hue angle of 18.77º 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 #AC3C09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 60 | 9 | - |
CMYK | 0 | 0.65 | 0.95 | 0.33 |
HSL | 18.77º | 0.9% | 0.35% | - |
HSV(B) | 18.77º | 0.95% | 0.67% | - |
XYZ | 18.68 | 12.02 | 1.59 | - |
YUV | 87.67 | 83.61 | 188.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 60 | 9 | 0 | 0.65 | 0.95 | 0.33 | 18.77 | 0.9 | 0.35 |
Hex | AC | 3C | 9 | 0 | 41 | 5F | 21 | 13 | 5A | 23 |
Octal | 254 | 74 | 11 | 0 | 101 | 137 | 41 | 23 | 132 | 43 |
Binary | 10101100 | 111100 | 1001 | 0 | 1000001 | 1011111 | 100001 | 10011 | 1011010 | 100011 |
Color Harmonies of #AC3C09
Complementary color
Monochromatic Colors of #AC3C09
Black with #AC3C09
Text Example
Text Example
White with #AC3C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C09; }
p { color: rgb(172,60,9); }
H1.HeaderClassName
{
color: #AC3C09;
}
.AnyTagClassName
{
color: #AC3C09;
}
</style>
background-color css
<style>
a { background-color: #AC3C09; }
a { background-color: rgb(172,60,9); }
div.DivClassName
{
background-color: #AC3C09;
}
.BgClassName
{
background-color: #AC3C09;
}
</style>
border-color css
<style>
span { border-color: #AC3C09; }
span { border-color: rgb(172,60,9); }
td.TdClassName
{
border-color: #AC3C09;
}
.TagClassName
{
border-color: #AC3C09;
}
</style>