Shades of Rust #AC430C
Tints of Rust #AC430C
RGB
CMYK
RGB Variations
Color information
#AC430C (or 0xAC430C) is known color: Rust. HEX triplet: AC, 43 and 0C. RGB value is (172,67,12). Sum of RGB (Red+Green+Blue) = 172+67+12=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC430C is #53BCF3. Grayscale: #5C5C5C. Windows color (decimal): -5487860 or 803756. OLE color: 803756.
HSL color Cylindrical-coordinate representation of color #AC430C: hue angle of 20.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC430C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.33 |
| HSL | 20.63º | 0.87% | 0.36% | - |
| HSV(B) | 20.63º | 0.93% | 0.67% | - |
| XYZ | 19.09 | 12.81 | 1.81 | - |
| YUV | 92.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 12 | 0 | 0.61 | 0.93 | 0.33 | 20.63 | 0.87 | 0.36 |
| Hex | AC | 43 | C | 0 | 3D | 5D | 21 | 15 | 57 | 24 |
| Octal | 254 | 103 | 14 | 0 | 75 | 135 | 41 | 25 | 127 | 44 |
| Binary | 10101100 | 1000011 | 1100 | 0 | 111101 | 1011101 | 100001 | 10101 | 1010111 | 100100 |
Color Harmonies of #AC430C
Complementary color
Monochromatic Colors of #AC430C
Black with #AC430C
Text Example
Text Example
White with #AC430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC430C; }
p { color: rgb(172,67,12); }
H1.HeaderClassName
{
color: #AC430C;
}
.AnyTagClassName
{
color: #AC430C;
}
</style>
background-color css
<style>
a { background-color: #AC430C; }
a { background-color: rgb(172,67,12); }
div.DivClassName
{
background-color: #AC430C;
}
.BgClassName
{
background-color: #AC430C;
}
</style>
border-color css
<style>
span { border-color: #AC430C; }
span { border-color: rgb(172,67,12); }
td.TdClassName
{
border-color: #AC430C;
}
.TagClassName
{
border-color: #AC430C;
}
</style>