Shades of Rust #AC300E
Tints of Rust #AC300E
RGB
CMYK
RGB Variations
Color information
#AC300E (or 0xAC300E) is known color: Rust. HEX triplet: AC, 30 and 0E. RGB value is (172,48,14). Sum of RGB (Red+Green+Blue) = 172+48+14=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC300E is #53CFF1. Grayscale: #515151. Windows color (decimal): -5492722 or 929964. OLE color: 929964.
HSL color Cylindrical-coordinate representation of color #AC300E: hue angle of 12.91º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC300E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 14 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.33 |
| HSL | 12.91º | 0.85% | 0.36% | - |
| HSV(B) | 12.91º | 0.92% | 0.67% | - |
| XYZ | 18.15 | 10.92 | 1.57 | - |
| YUV | 81.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 14 | 0 | 0.72 | 0.92 | 0.33 | 12.91 | 0.85 | 0.36 |
| Hex | AC | 30 | E | 0 | 48 | 5C | 21 | D | 55 | 24 |
| Octal | 254 | 60 | 16 | 0 | 110 | 134 | 41 | 15 | 125 | 44 |
| Binary | 10101100 | 110000 | 1110 | 0 | 1001000 | 1011100 | 100001 | 1101 | 1010101 | 100100 |
Color Harmonies of #AC300E
Complementary color
Monochromatic Colors of #AC300E
Black with #AC300E
Text Example
Text Example
White with #AC300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC300E; }
p { color: rgb(172,48,14); }
H1.HeaderClassName
{
color: #AC300E;
}
.AnyTagClassName
{
color: #AC300E;
}
</style>
background-color css
<style>
a { background-color: #AC300E; }
a { background-color: rgb(172,48,14); }
div.DivClassName
{
background-color: #AC300E;
}
.BgClassName
{
background-color: #AC300E;
}
</style>
border-color css
<style>
span { border-color: #AC300E; }
span { border-color: rgb(172,48,14); }
td.TdClassName
{
border-color: #AC300E;
}
.TagClassName
{
border-color: #AC300E;
}
</style>