Shades of Rust #AE3B00
Tints of Rust #AE3B00
RGB
CMYK
RGB Variations
Color information
#AE3B00 (or 0xAE3B00) is known color: Rust. HEX triplet: AE, 3B and 00. RGB value is (174,59,0). Sum of RGB (Red+Green+Blue) = 174+59+0=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3B00 is #51C4FF. Grayscale: #575757. Windows color (decimal): -5358848 or 15278. OLE color: 15278.
HSL color Cylindrical-coordinate representation of color #AE3B00: hue angle of 20.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE3B00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 59 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.32 |
| HSL | 20.34º | 1% | 0.34% | - |
| HSV(B) | 20.34º | 1% | 0.68% | - |
| XYZ | 19.02 | 12.13 | 1.34 | - |
| YUV | 86.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 59 | 0 | 0 | 0.66 | 1 | 0.32 | 20.34 | 1 | 0.34 |
| Hex | AE | 3B | 0 | 0 | 42 | 64 | 20 | 14 | 64 | 22 |
| Octal | 256 | 73 | 0 | 0 | 102 | 144 | 40 | 24 | 144 | 42 |
| Binary | 10101110 | 111011 | 0 | 0 | 1000010 | 1100100 | 100000 | 10100 | 1100100 | 100010 |
Color Harmonies of #AE3B00
Complementary color
Monochromatic Colors of #AE3B00
Black with #AE3B00
Text Example
Text Example
White with #AE3B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3B00; }
p { color: rgb(174,59,0); }
H1.HeaderClassName
{
color: #AE3B00;
}
.AnyTagClassName
{
color: #AE3B00;
}
</style>
background-color css
<style>
a { background-color: #AE3B00; }
a { background-color: rgb(174,59,0); }
div.DivClassName
{
background-color: #AE3B00;
}
.BgClassName
{
background-color: #AE3B00;
}
</style>
border-color css
<style>
span { border-color: #AE3B00; }
span { border-color: rgb(174,59,0); }
td.TdClassName
{
border-color: #AE3B00;
}
.TagClassName
{
border-color: #AE3B00;
}
</style>