Shades of Rust #AC381B
Tints of Rust #AC381B
RGB
CMYK
RGB Variations
Color information
#AC381B (or 0xAC381B) is known color: Rust. HEX triplet: AC, 38 and 1B. RGB value is (172,56,27). Sum of RGB (Red+Green+Blue) = 172+56+27=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC381B is #53C7E4. Grayscale: #575757. Windows color (decimal): -5490661 or 1783980. OLE color: 1783980.
HSL color Cylindrical-coordinate representation of color #AC381B: hue angle of 12º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC381B is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 27 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.33 |
| HSL | 12º | 0.73% | 0.39% | - |
| HSV(B) | 12º | 0.84% | 0.67% | - |
| XYZ | 18.63 | 11.68 | 2.31 | - |
| YUV | 87.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 27 | 0 | 0.67 | 0.84 | 0.33 | 12 | 0.73 | 0.39 |
| Hex | AC | 38 | 1B | 0 | 43 | 54 | 21 | C | 49 | 27 |
| Octal | 254 | 70 | 33 | 0 | 103 | 124 | 41 | 14 | 111 | 47 |
| Binary | 10101100 | 111000 | 11011 | 0 | 1000011 | 1010100 | 100001 | 1100 | 1001001 | 100111 |
Color Harmonies of #AC381B
Complementary color
Monochromatic Colors of #AC381B
Black with #AC381B
Text Example
Text Example
White with #AC381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC381B; }
p { color: rgb(172,56,27); }
H1.HeaderClassName
{
color: #AC381B;
}
.AnyTagClassName
{
color: #AC381B;
}
</style>
background-color css
<style>
a { background-color: #AC381B; }
a { background-color: rgb(172,56,27); }
div.DivClassName
{
background-color: #AC381B;
}
.BgClassName
{
background-color: #AC381B;
}
</style>
border-color css
<style>
span { border-color: #AC381B; }
span { border-color: rgb(172,56,27); }
td.TdClassName
{
border-color: #AC381B;
}
.TagClassName
{
border-color: #AC381B;
}
</style>