Shades of Rust #AE380C
Tints of Rust #AE380C
RGB
CMYK
RGB Variations
Color information
#AE380C (or 0xAE380C) is known color: Rust. HEX triplet: AE, 38 and 0C. RGB value is (174,56,12). Sum of RGB (Red+Green+Blue) = 174+56+12=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE380C is #51C7F3. Grayscale: #565656. Windows color (decimal): -5359604 or 800942. OLE color: 800942.
HSL color Cylindrical-coordinate representation of color #AE380C: hue angle of 16.3º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE380C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 12 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.32 |
| HSL | 16.3º | 0.87% | 0.36% | - |
| HSV(B) | 16.3º | 0.93% | 0.68% | - |
| XYZ | 18.94 | 11.85 | 1.64 | - |
| YUV | 86.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 12 | 0 | 0.68 | 0.93 | 0.32 | 16.3 | 0.87 | 0.36 |
| Hex | AE | 38 | C | 0 | 44 | 5D | 20 | 10 | 57 | 24 |
| Octal | 256 | 70 | 14 | 0 | 104 | 135 | 40 | 20 | 127 | 44 |
| Binary | 10101110 | 111000 | 1100 | 0 | 1000100 | 1011101 | 100000 | 10000 | 1010111 | 100100 |
Color Harmonies of #AE380C
Complementary color
Monochromatic Colors of #AE380C
Black with #AE380C
Text Example
Text Example
White with #AE380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE380C; }
p { color: rgb(174,56,12); }
H1.HeaderClassName
{
color: #AE380C;
}
.AnyTagClassName
{
color: #AE380C;
}
</style>
background-color css
<style>
a { background-color: #AE380C; }
a { background-color: rgb(174,56,12); }
div.DivClassName
{
background-color: #AE380C;
}
.BgClassName
{
background-color: #AE380C;
}
</style>
border-color css
<style>
span { border-color: #AE380C; }
span { border-color: rgb(174,56,12); }
td.TdClassName
{
border-color: #AE380C;
}
.TagClassName
{
border-color: #AE380C;
}
</style>