Shades of Rust #AE4A1A
Tints of Rust #AE4A1A
RGB
CMYK
RGB Variations
Color information
#AE4A1A (or 0xAE4A1A) is known color: Rust. HEX triplet: AE, 4A and 1A. RGB value is (174,74,26). Sum of RGB (Red+Green+Blue) = 174+74+26=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A1A is #51B5E5. Grayscale: #626262. Windows color (decimal): -5354982 or 1723054. OLE color: 1723054.
HSL color Cylindrical-coordinate representation of color #AE4A1A: hue angle of 19.46º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE4A1A is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 26 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.32 |
| HSL | 19.46º | 0.74% | 0.39% | - |
| HSV(B) | 19.46º | 0.85% | 0.68% | - |
| XYZ | 20.09 | 13.97 | 2.62 | - |
| YUV | 98.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 26 | 0 | 0.57 | 0.85 | 0.32 | 19.46 | 0.74 | 0.39 |
| Hex | AE | 4A | 1A | 0 | 39 | 55 | 20 | 13 | 4A | 27 |
| Octal | 256 | 112 | 32 | 0 | 71 | 125 | 40 | 23 | 112 | 47 |
| Binary | 10101110 | 1001010 | 11010 | 0 | 111001 | 1010101 | 100000 | 10011 | 1001010 | 100111 |
Color Harmonies of #AE4A1A
Complementary color
Monochromatic Colors of #AE4A1A
Black with #AE4A1A
Text Example
Text Example
White with #AE4A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A1A; }
p { color: rgb(174,74,26); }
H1.HeaderClassName
{
color: #AE4A1A;
}
.AnyTagClassName
{
color: #AE4A1A;
}
</style>
background-color css
<style>
a { background-color: #AE4A1A; }
a { background-color: rgb(174,74,26); }
div.DivClassName
{
background-color: #AE4A1A;
}
.BgClassName
{
background-color: #AE4A1A;
}
</style>
border-color css
<style>
span { border-color: #AE4A1A; }
span { border-color: rgb(174,74,26); }
td.TdClassName
{
border-color: #AE4A1A;
}
.TagClassName
{
border-color: #AE4A1A;
}
</style>