Shades of Rust #AE420B
Tints of Rust #AE420B
RGB
CMYK
RGB Variations
Color information
#AE420B (or 0xAE420B) is known color: Rust. HEX triplet: AE, 42 and 0B. RGB value is (174,66,11). Sum of RGB (Red+Green+Blue) = 174+66+11=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE420B is #51BDF4. Grayscale: #5C5C5C. Windows color (decimal): -5357045 or 737966. OLE color: 737966.
HSL color Cylindrical-coordinate representation of color #AE420B: hue angle of 20.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE420B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.32 |
| HSL | 20.25º | 0.88% | 0.36% | - |
| HSV(B) | 20.25º | 0.94% | 0.68% | - |
| XYZ | 19.46 | 12.92 | 1.78 | - |
| YUV | 92.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 11 | 0 | 0.62 | 0.94 | 0.32 | 20.25 | 0.88 | 0.36 |
| Hex | AE | 42 | B | 0 | 3E | 5E | 20 | 14 | 58 | 24 |
| Octal | 256 | 102 | 13 | 0 | 76 | 136 | 40 | 24 | 130 | 44 |
| Binary | 10101110 | 1000010 | 1011 | 0 | 111110 | 1011110 | 100000 | 10100 | 1011000 | 100100 |
Color Harmonies of #AE420B
Complementary color
Monochromatic Colors of #AE420B
Black with #AE420B
Text Example
Text Example
White with #AE420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE420B; }
p { color: rgb(174,66,11); }
H1.HeaderClassName
{
color: #AE420B;
}
.AnyTagClassName
{
color: #AE420B;
}
</style>
background-color css
<style>
a { background-color: #AE420B; }
a { background-color: rgb(174,66,11); }
div.DivClassName
{
background-color: #AE420B;
}
.BgClassName
{
background-color: #AE420B;
}
</style>
border-color css
<style>
span { border-color: #AE420B; }
span { border-color: rgb(174,66,11); }
td.TdClassName
{
border-color: #AE420B;
}
.TagClassName
{
border-color: #AE420B;
}
</style>