Shades of Rust #AC300A
Tints of Rust #AC300A
RGB
CMYK
RGB Variations
Color information
#AC300A (or 0xAC300A) is known color: Rust. HEX triplet: AC, 30 and 0A. RGB value is (172,48,10). Sum of RGB (Red+Green+Blue) = 172+48+10=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC300A is #53CFF5. Grayscale: #515151. Windows color (decimal): -5492726 or 667820. OLE color: 667820.
HSL color Cylindrical-coordinate representation of color #AC300A: hue angle of 14.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC300A is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 10 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.33 |
| HSL | 14.07º | 0.89% | 0.36% | - |
| HSV(B) | 14.07º | 0.94% | 0.67% | - |
| XYZ | 18.13 | 10.91 | 1.44 | - |
| YUV | 80.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 10 | 0 | 0.72 | 0.94 | 0.33 | 14.07 | 0.89 | 0.36 |
| Hex | AC | 30 | A | 0 | 48 | 5E | 21 | E | 59 | 24 |
| Octal | 254 | 60 | 12 | 0 | 110 | 136 | 41 | 16 | 131 | 44 |
| Binary | 10101100 | 110000 | 1010 | 0 | 1001000 | 1011110 | 100001 | 1110 | 1011001 | 100100 |
Color Harmonies of #AC300A
Complementary color
Monochromatic Colors of #AC300A
Black with #AC300A
Text Example
Text Example
White with #AC300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC300A; }
p { color: rgb(172,48,10); }
H1.HeaderClassName
{
color: #AC300A;
}
.AnyTagClassName
{
color: #AC300A;
}
</style>
background-color css
<style>
a { background-color: #AC300A; }
a { background-color: rgb(172,48,10); }
div.DivClassName
{
background-color: #AC300A;
}
.BgClassName
{
background-color: #AC300A;
}
</style>
border-color css
<style>
span { border-color: #AC300A; }
span { border-color: rgb(172,48,10); }
td.TdClassName
{
border-color: #AC300A;
}
.TagClassName
{
border-color: #AC300A;
}
</style>