Shades of Rust #AC3901
Tints of Rust #AC3901
RGB
CMYK
RGB Variations
Color information
#AC3901 (or 0xAC3901) is known color: Rust. HEX triplet: AC, 39 and 01. RGB value is (172,57,1). Sum of RGB (Red+Green+Blue) = 172+57+1=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3901 is #53C6FE. Grayscale: #555555. Windows color (decimal): -5490431 or 80300. OLE color: 80300.
HSL color Cylindrical-coordinate representation of color #AC3901: hue angle of 19.65º 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 #AC3901 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.33 |
| HSL | 19.65º | 0.99% | 0.34% | - |
| HSV(B) | 19.65º | 0.99% | 0.67% | - |
| XYZ | 18.48 | 11.7 | 1.31 | - |
| YUV | 85 | 80.6 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 1 | 0 | 0.67 | 0.99 | 0.33 | 19.65 | 0.99 | 0.34 |
| Hex | AC | 39 | 1 | 0 | 43 | 63 | 21 | 14 | 63 | 22 |
| Octal | 254 | 71 | 1 | 0 | 103 | 143 | 41 | 24 | 143 | 42 |
| Binary | 10101100 | 111001 | 1 | 0 | 1000011 | 1100011 | 100001 | 10100 | 1100011 | 100010 |
Color Harmonies of #AC3901
Complementary color
Monochromatic Colors of #AC3901
Black with #AC3901
Text Example
Text Example
White with #AC3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3901; }
p { color: rgb(172,57,1); }
H1.HeaderClassName
{
color: #AC3901;
}
.AnyTagClassName
{
color: #AC3901;
}
</style>
background-color css
<style>
a { background-color: #AC3901; }
a { background-color: rgb(172,57,1); }
div.DivClassName
{
background-color: #AC3901;
}
.BgClassName
{
background-color: #AC3901;
}
</style>
border-color css
<style>
span { border-color: #AC3901; }
span { border-color: rgb(172,57,1); }
td.TdClassName
{
border-color: #AC3901;
}
.TagClassName
{
border-color: #AC3901;
}
</style>