Shades of Rust #AC3F0B
Tints of Rust #AC3F0B
RGB
CMYK
RGB Variations
Color information
#AC3F0B (or 0xAC3F0B) is known color: Rust. HEX triplet: AC, 3F and 0B. RGB value is (172,63,11). Sum of RGB (Red+Green+Blue) = 172+63+11=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F0B is #53C0F4. Grayscale: #595959. Windows color (decimal): -5488885 or 737196. OLE color: 737196.
HSL color Cylindrical-coordinate representation of color #AC3F0B: hue angle of 19.38º degrees, saturation: 0.88, 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 #AC3F0B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.33 |
| HSL | 19.38º | 0.88% | 0.36% | - |
| HSV(B) | 19.38º | 0.94% | 0.67% | - |
| XYZ | 18.85 | 12.35 | 1.71 | - |
| YUV | 89.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 11 | 0 | 0.63 | 0.94 | 0.33 | 19.38 | 0.88 | 0.36 |
| Hex | AC | 3F | B | 0 | 3F | 5E | 21 | 13 | 58 | 24 |
| Octal | 254 | 77 | 13 | 0 | 77 | 136 | 41 | 23 | 130 | 44 |
| Binary | 10101100 | 111111 | 1011 | 0 | 111111 | 1011110 | 100001 | 10011 | 1011000 | 100100 |
Color Harmonies of #AC3F0B
Complementary color
Monochromatic Colors of #AC3F0B
Black with #AC3F0B
Text Example
Text Example
White with #AC3F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F0B; }
p { color: rgb(172,63,11); }
H1.HeaderClassName
{
color: #AC3F0B;
}
.AnyTagClassName
{
color: #AC3F0B;
}
</style>
background-color css
<style>
a { background-color: #AC3F0B; }
a { background-color: rgb(172,63,11); }
div.DivClassName
{
background-color: #AC3F0B;
}
.BgClassName
{
background-color: #AC3F0B;
}
</style>
border-color css
<style>
span { border-color: #AC3F0B; }
span { border-color: rgb(172,63,11); }
td.TdClassName
{
border-color: #AC3F0B;
}
.TagClassName
{
border-color: #AC3F0B;
}
</style>