Shades of Rust #AE3A04
Tints of Rust #AE3A04
RGB
CMYK
RGB Variations
Color information
#AE3A04 (or 0xAE3A04) is known color: Rust. HEX triplet: AE, 3A and 04. RGB value is (174,58,4). Sum of RGB (Red+Green+Blue) = 174+58+4=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A04 is #51C5FB. Grayscale: #565656. Windows color (decimal): -5359100 or 277166. OLE color: 277166.
HSL color Cylindrical-coordinate representation of color #AE3A04: hue angle of 19.06º 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 #AE3A04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.32 |
| HSL | 19.06º | 0.96% | 0.35% | - |
| HSV(B) | 19.06º | 0.98% | 0.68% | - |
| XYZ | 18.99 | 12.03 | 1.44 | - |
| YUV | 86.53 | 81.43 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 4 | 0 | 0.67 | 0.98 | 0.32 | 19.06 | 0.96 | 0.35 |
| Hex | AE | 3A | 4 | 0 | 43 | 62 | 20 | 13 | 60 | 23 |
| Octal | 256 | 72 | 4 | 0 | 103 | 142 | 40 | 23 | 140 | 43 |
| Binary | 10101110 | 111010 | 100 | 0 | 1000011 | 1100010 | 100000 | 10011 | 1100000 | 100011 |
Color Harmonies of #AE3A04
Complementary color
Monochromatic Colors of #AE3A04
Black with #AE3A04
Text Example
Text Example
White with #AE3A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A04; }
p { color: rgb(174,58,4); }
H1.HeaderClassName
{
color: #AE3A04;
}
.AnyTagClassName
{
color: #AE3A04;
}
</style>
background-color css
<style>
a { background-color: #AE3A04; }
a { background-color: rgb(174,58,4); }
div.DivClassName
{
background-color: #AE3A04;
}
.BgClassName
{
background-color: #AE3A04;
}
</style>
border-color css
<style>
span { border-color: #AE3A04; }
span { border-color: rgb(174,58,4); }
td.TdClassName
{
border-color: #AE3A04;
}
.TagClassName
{
border-color: #AE3A04;
}
</style>