Shades of Rust #AE2D04
Tints of Rust #AE2D04
RGB
CMYK
RGB Variations
Color information
#AE2D04 (or 0xAE2D04) is known color: Rust. HEX triplet: AE, 2D and 04. RGB value is (174,45,4). Sum of RGB (Red+Green+Blue) = 174+45+4=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D04 is #51D2FB. Grayscale: #4F4F4F. Windows color (decimal): -5362428 or 273838. OLE color: 273838.
HSL color Cylindrical-coordinate representation of color #AE2D04: hue angle of 14.47º 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 #AE2D04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 45 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.32 |
| HSL | 14.47º | 0.96% | 0.35% | - |
| HSV(B) | 14.47º | 0.98% | 0.68% | - |
| XYZ | 18.42 | 10.88 | 1.25 | - |
| YUV | 78.9 | 85.74 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 4 | 0 | 0.74 | 0.98 | 0.32 | 14.47 | 0.96 | 0.35 |
| Hex | AE | 2D | 4 | 0 | 4A | 62 | 20 | E | 60 | 23 |
| Octal | 256 | 55 | 4 | 0 | 112 | 142 | 40 | 16 | 140 | 43 |
| Binary | 10101110 | 101101 | 100 | 0 | 1001010 | 1100010 | 100000 | 1110 | 1100000 | 100011 |
Color Harmonies of #AE2D04
Complementary color
Monochromatic Colors of #AE2D04
Black with #AE2D04
Text Example
Text Example
White with #AE2D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2D04; }
p { color: rgb(174,45,4); }
H1.HeaderClassName
{
color: #AE2D04;
}
.AnyTagClassName
{
color: #AE2D04;
}
</style>
background-color css
<style>
a { background-color: #AE2D04; }
a { background-color: rgb(174,45,4); }
div.DivClassName
{
background-color: #AE2D04;
}
.BgClassName
{
background-color: #AE2D04;
}
</style>
border-color css
<style>
span { border-color: #AE2D04; }
span { border-color: rgb(174,45,4); }
td.TdClassName
{
border-color: #AE2D04;
}
.TagClassName
{
border-color: #AE2D04;
}
</style>