Shades of Rust #AE3E02
Tints of Rust #AE3E02
RGB
CMYK
RGB Variations
Color information
#AE3E02 (or 0xAE3E02) is known color: Rust. HEX triplet: AE, 3E and 02. RGB value is (174,62,2). Sum of RGB (Red+Green+Blue) = 174+62+2=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3E02 is #51C1FD. Grayscale: #595959. Windows color (decimal): -5358078 or 147118. OLE color: 147118.
HSL color Cylindrical-coordinate representation of color #AE3E02: hue angle of 20.93º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE3E02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.32 |
| HSL | 20.93º | 0.98% | 0.35% | - |
| HSV(B) | 20.93º | 0.99% | 0.68% | - |
| XYZ | 19.19 | 12.45 | 1.45 | - |
| YUV | 88.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 2 | 0 | 0.64 | 0.99 | 0.32 | 20.93 | 0.98 | 0.35 |
| Hex | AE | 3E | 2 | 0 | 40 | 63 | 20 | 15 | 62 | 23 |
| Octal | 256 | 76 | 2 | 0 | 100 | 143 | 40 | 25 | 142 | 43 |
| Binary | 10101110 | 111110 | 10 | 0 | 1000000 | 1100011 | 100000 | 10101 | 1100010 | 100011 |
Color Harmonies of #AE3E02
Complementary color
Monochromatic Colors of #AE3E02
Black with #AE3E02
Text Example
Text Example
White with #AE3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E02; }
p { color: rgb(174,62,2); }
H1.HeaderClassName
{
color: #AE3E02;
}
.AnyTagClassName
{
color: #AE3E02;
}
</style>
background-color css
<style>
a { background-color: #AE3E02; }
a { background-color: rgb(174,62,2); }
div.DivClassName
{
background-color: #AE3E02;
}
.BgClassName
{
background-color: #AE3E02;
}
</style>
border-color css
<style>
span { border-color: #AE3E02; }
span { border-color: rgb(174,62,2); }
td.TdClassName
{
border-color: #AE3E02;
}
.TagClassName
{
border-color: #AE3E02;
}
</style>