Shades of Rust #AC3001
Tints of Rust #AC3001
RGB
CMYK
RGB Variations
Color information
#AC3001 (or 0xAC3001) is known color: Rust. HEX triplet: AC, 30 and 01. RGB value is (172,48,1). Sum of RGB (Red+Green+Blue) = 172+48+1=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3001 is #53CFFE. Grayscale: #505050. Windows color (decimal): -5492735 or 77996. OLE color: 77996.
HSL color Cylindrical-coordinate representation of color #AC3001: hue angle of 16.49º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC3001 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.33 |
| HSL | 16.49º | 0.99% | 0.34% | - |
| HSV(B) | 16.49º | 0.99% | 0.67% | - |
| XYZ | 18.08 | 10.89 | 1.18 | - |
| YUV | 79.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 1 | 0 | 0.72 | 0.99 | 0.33 | 16.49 | 0.99 | 0.34 |
| Hex | AC | 30 | 1 | 0 | 48 | 63 | 21 | 10 | 63 | 22 |
| Octal | 254 | 60 | 1 | 0 | 110 | 143 | 41 | 20 | 143 | 42 |
| Binary | 10101100 | 110000 | 1 | 0 | 1001000 | 1100011 | 100001 | 10000 | 1100011 | 100010 |
Color Harmonies of #AC3001
Complementary color
Monochromatic Colors of #AC3001
Black with #AC3001
Text Example
Text Example
White with #AC3001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3001; }
p { color: rgb(172,48,1); }
H1.HeaderClassName
{
color: #AC3001;
}
.AnyTagClassName
{
color: #AC3001;
}
</style>
background-color css
<style>
a { background-color: #AC3001; }
a { background-color: rgb(172,48,1); }
div.DivClassName
{
background-color: #AC3001;
}
.BgClassName
{
background-color: #AC3001;
}
</style>
border-color css
<style>
span { border-color: #AC3001; }
span { border-color: rgb(172,48,1); }
td.TdClassName
{
border-color: #AC3001;
}
.TagClassName
{
border-color: #AC3001;
}
</style>