Shades of Rust #AC381D
Tints of Rust #AC381D
RGB
CMYK
RGB Variations
Color information
#AC381D (or 0xAC381D) is known color: Rust. HEX triplet: AC, 38 and 1D. RGB value is (172,56,29). Sum of RGB (Red+Green+Blue) = 172+56+29=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC381D is #53C7E2. Grayscale: #575757. Windows color (decimal): -5490659 or 1915052. OLE color: 1915052.
HSL color Cylindrical-coordinate representation of color #AC381D: hue angle of 11.33º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC381D is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 29 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.33 |
| HSL | 11.33º | 0.71% | 0.39% | - |
| HSV(B) | 11.33º | 0.83% | 0.67% | - |
| XYZ | 18.65 | 11.69 | 2.44 | - |
| YUV | 87.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 29 | 0 | 0.67 | 0.83 | 0.33 | 11.33 | 0.71 | 0.39 |
| Hex | AC | 38 | 1D | 0 | 43 | 53 | 21 | B | 47 | 27 |
| Octal | 254 | 70 | 35 | 0 | 103 | 123 | 41 | 13 | 107 | 47 |
| Binary | 10101100 | 111000 | 11101 | 0 | 1000011 | 1010011 | 100001 | 1011 | 1000111 | 100111 |
Color Harmonies of #AC381D
Complementary color
Monochromatic Colors of #AC381D
Black with #AC381D
Text Example
Text Example
White with #AC381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC381D; }
p { color: rgb(172,56,29); }
H1.HeaderClassName
{
color: #AC381D;
}
.AnyTagClassName
{
color: #AC381D;
}
</style>
background-color css
<style>
a { background-color: #AC381D; }
a { background-color: rgb(172,56,29); }
div.DivClassName
{
background-color: #AC381D;
}
.BgClassName
{
background-color: #AC381D;
}
</style>
border-color css
<style>
span { border-color: #AC381D; }
span { border-color: rgb(172,56,29); }
td.TdClassName
{
border-color: #AC381D;
}
.TagClassName
{
border-color: #AC381D;
}
</style>