Shades of Rust #AE3804
Tints of Rust #AE3804
RGB
CMYK
RGB Variations
Color information
#AE3804 (or 0xAE3804) is known color: Rust. HEX triplet: AE, 38 and 04. RGB value is (174,56,4). Sum of RGB (Red+Green+Blue) = 174+56+4=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3804 is #51C7FB. Grayscale: #555555. Windows color (decimal): -5359612 or 276654. OLE color: 276654.
HSL color Cylindrical-coordinate representation of color #AE3804: hue angle of 18.35º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE3804 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.32 |
| HSL | 18.35º | 0.96% | 0.35% | - |
| HSV(B) | 18.35º | 0.98% | 0.68% | - |
| XYZ | 18.89 | 11.84 | 1.4 | - |
| YUV | 85.35 | 82.09 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 4 | 0 | 0.68 | 0.98 | 0.32 | 18.35 | 0.96 | 0.35 |
| Hex | AE | 38 | 4 | 0 | 44 | 62 | 20 | 12 | 60 | 23 |
| Octal | 256 | 70 | 4 | 0 | 104 | 142 | 40 | 22 | 140 | 43 |
| Binary | 10101110 | 111000 | 100 | 0 | 1000100 | 1100010 | 100000 | 10010 | 1100000 | 100011 |
Color Harmonies of #AE3804
Complementary color
Monochromatic Colors of #AE3804
Black with #AE3804
Text Example
Text Example
White with #AE3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3804; }
p { color: rgb(174,56,4); }
H1.HeaderClassName
{
color: #AE3804;
}
.AnyTagClassName
{
color: #AE3804;
}
</style>
background-color css
<style>
a { background-color: #AE3804; }
a { background-color: rgb(174,56,4); }
div.DivClassName
{
background-color: #AE3804;
}
.BgClassName
{
background-color: #AE3804;
}
</style>
border-color css
<style>
span { border-color: #AE3804; }
span { border-color: rgb(174,56,4); }
td.TdClassName
{
border-color: #AE3804;
}
.TagClassName
{
border-color: #AE3804;
}
</style>