Shades of Rust #AC3F01
Tints of Rust #AC3F01
RGB
CMYK
RGB Variations
Color information
#AC3F01 (or 0xAC3F01) is known color: Rust. HEX triplet: AC, 3F and 01. RGB value is (172,63,1). Sum of RGB (Red+Green+Blue) = 172+63+1=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F01 is #53C0FE. Grayscale: #585858. Windows color (decimal): -5488895 or 81836. OLE color: 81836.
HSL color Cylindrical-coordinate representation of color #AC3F01: hue angle of 21.75º 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 #AC3F01 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.33 |
| HSL | 21.75º | 0.99% | 0.34% | - |
| HSV(B) | 21.75º | 0.99% | 0.67% | - |
| XYZ | 18.8 | 12.33 | 1.42 | - |
| YUV | 88.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 1 | 0 | 0.63 | 0.99 | 0.33 | 21.75 | 0.99 | 0.34 |
| Hex | AC | 3F | 1 | 0 | 3F | 63 | 21 | 16 | 63 | 22 |
| Octal | 254 | 77 | 1 | 0 | 77 | 143 | 41 | 26 | 143 | 42 |
| Binary | 10101100 | 111111 | 1 | 0 | 111111 | 1100011 | 100001 | 10110 | 1100011 | 100010 |
Color Harmonies of #AC3F01
Complementary color
Monochromatic Colors of #AC3F01
Black with #AC3F01
Text Example
Text Example
White with #AC3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F01; }
p { color: rgb(172,63,1); }
H1.HeaderClassName
{
color: #AC3F01;
}
.AnyTagClassName
{
color: #AC3F01;
}
</style>
background-color css
<style>
a { background-color: #AC3F01; }
a { background-color: rgb(172,63,1); }
div.DivClassName
{
background-color: #AC3F01;
}
.BgClassName
{
background-color: #AC3F01;
}
</style>
border-color css
<style>
span { border-color: #AC3F01; }
span { border-color: rgb(172,63,1); }
td.TdClassName
{
border-color: #AC3F01;
}
.TagClassName
{
border-color: #AC3F01;
}
</style>