Shades of Rust #AC431B
Tints of Rust #AC431B
RGB
CMYK
RGB Variations
Color information
#AC431B (or 0xAC431B) is known color: Rust. HEX triplet: AC, 43 and 1B. RGB value is (172,67,27). Sum of RGB (Red+Green+Blue) = 172+67+27=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC431B is #53BCE4. Grayscale: #5E5E5E. Windows color (decimal): -5487845 or 1786796. OLE color: 1786796.
HSL color Cylindrical-coordinate representation of color #AC431B: hue angle of 16.55º 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 #AC431B is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 27 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.33 |
| HSL | 16.55º | 0.73% | 0.39% | - |
| HSV(B) | 16.55º | 0.84% | 0.67% | - |
| XYZ | 19.22 | 12.86 | 2.51 | - |
| YUV | 93.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 27 | 0 | 0.61 | 0.84 | 0.33 | 16.55 | 0.73 | 0.39 |
| Hex | AC | 43 | 1B | 0 | 3D | 54 | 21 | 11 | 49 | 27 |
| Octal | 254 | 103 | 33 | 0 | 75 | 124 | 41 | 21 | 111 | 47 |
| Binary | 10101100 | 1000011 | 11011 | 0 | 111101 | 1010100 | 100001 | 10001 | 1001001 | 100111 |
Color Harmonies of #AC431B
Complementary color
Monochromatic Colors of #AC431B
Black with #AC431B
Text Example
Text Example
White with #AC431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC431B; }
p { color: rgb(172,67,27); }
H1.HeaderClassName
{
color: #AC431B;
}
.AnyTagClassName
{
color: #AC431B;
}
</style>
background-color css
<style>
a { background-color: #AC431B; }
a { background-color: rgb(172,67,27); }
div.DivClassName
{
background-color: #AC431B;
}
.BgClassName
{
background-color: #AC431B;
}
</style>
border-color css
<style>
span { border-color: #AC431B; }
span { border-color: rgb(172,67,27); }
td.TdClassName
{
border-color: #AC431B;
}
.TagClassName
{
border-color: #AC431B;
}
</style>