Shades of Rust #AC380A
Tints of Rust #AC380A
RGB
CMYK
RGB Variations
Color information
#AC380A (or 0xAC380A) is known color: Rust. HEX triplet: AC, 38 and 0A. RGB value is (172,56,10). Sum of RGB (Red+Green+Blue) = 172+56+10=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC380A is #53C7F5. Grayscale: #555555. Windows color (decimal): -5490678 or 669868. OLE color: 669868.
HSL color Cylindrical-coordinate representation of color #AC380A: hue angle of 17.04º 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 #AC380A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 10 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.33 |
| HSL | 17.04º | 0.89% | 0.36% | - |
| HSV(B) | 17.04º | 0.94% | 0.67% | - |
| XYZ | 18.48 | 11.62 | 1.56 | - |
| YUV | 85.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 10 | 0 | 0.67 | 0.94 | 0.33 | 17.04 | 0.89 | 0.36 |
| Hex | AC | 38 | A | 0 | 43 | 5E | 21 | 11 | 59 | 24 |
| Octal | 254 | 70 | 12 | 0 | 103 | 136 | 41 | 21 | 131 | 44 |
| Binary | 10101100 | 111000 | 1010 | 0 | 1000011 | 1011110 | 100001 | 10001 | 1011001 | 100100 |
Color Harmonies of #AC380A
Complementary color
Monochromatic Colors of #AC380A
Black with #AC380A
Text Example
Text Example
White with #AC380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC380A; }
p { color: rgb(172,56,10); }
H1.HeaderClassName
{
color: #AC380A;
}
.AnyTagClassName
{
color: #AC380A;
}
</style>
background-color css
<style>
a { background-color: #AC380A; }
a { background-color: rgb(172,56,10); }
div.DivClassName
{
background-color: #AC380A;
}
.BgClassName
{
background-color: #AC380A;
}
</style>
border-color css
<style>
span { border-color: #AC380A; }
span { border-color: rgb(172,56,10); }
td.TdClassName
{
border-color: #AC380A;
}
.TagClassName
{
border-color: #AC380A;
}
</style>