Shades of Rust #AE3A1B
Tints of Rust #AE3A1B
RGB
CMYK
RGB Variations
Color information
#AE3A1B (or 0xAE3A1B) is known color: Rust. HEX triplet: AE, 3A and 1B. RGB value is (174,58,27). Sum of RGB (Red+Green+Blue) = 174+58+27=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A1B is #51C5E4. Grayscale: #595959. Windows color (decimal): -5359077 or 1784494. OLE color: 1784494.
HSL color Cylindrical-coordinate representation of color #AE3A1B: hue angle of 12.65º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE3A1B is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 27 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.32 |
| HSL | 12.65º | 0.73% | 0.39% | - |
| HSV(B) | 12.65º | 0.84% | 0.68% | - |
| XYZ | 19.17 | 12.1 | 2.36 | - |
| YUV | 89.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 27 | 0 | 0.67 | 0.84 | 0.32 | 12.65 | 0.73 | 0.39 |
| Hex | AE | 3A | 1B | 0 | 43 | 54 | 20 | D | 49 | 27 |
| Octal | 256 | 72 | 33 | 0 | 103 | 124 | 40 | 15 | 111 | 47 |
| Binary | 10101110 | 111010 | 11011 | 0 | 1000011 | 1010100 | 100000 | 1101 | 1001001 | 100111 |
Color Harmonies of #AE3A1B
Complementary color
Monochromatic Colors of #AE3A1B
Black with #AE3A1B
Text Example
Text Example
White with #AE3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A1B; }
p { color: rgb(174,58,27); }
H1.HeaderClassName
{
color: #AE3A1B;
}
.AnyTagClassName
{
color: #AE3A1B;
}
</style>
background-color css
<style>
a { background-color: #AE3A1B; }
a { background-color: rgb(174,58,27); }
div.DivClassName
{
background-color: #AE3A1B;
}
.BgClassName
{
background-color: #AE3A1B;
}
</style>
border-color css
<style>
span { border-color: #AE3A1B; }
span { border-color: rgb(174,58,27); }
td.TdClassName
{
border-color: #AE3A1B;
}
.TagClassName
{
border-color: #AE3A1B;
}
</style>