Shades of Rust #AE3001
Tints of Rust #AE3001
RGB
CMYK
RGB Variations
Color information
#AE3001 (or 0xAE3001) is known color: Rust. HEX triplet: AE, 30 and 01. RGB value is (174,48,1). Sum of RGB (Red+Green+Blue) = 174+48+1=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3001 is #51CFFE. Grayscale: #505050. Windows color (decimal): -5361663 or 77998. OLE color: 77998.
HSL color Cylindrical-coordinate representation of color #AE3001: hue angle of 16.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE3001 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 48 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.32 |
| HSL | 16.3º | 0.99% | 0.34% | - |
| HSV(B) | 16.3º | 0.99% | 0.68% | - |
| XYZ | 18.52 | 11.11 | 1.2 | - |
| YUV | 80.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 48 | 1 | 0 | 0.72 | 0.99 | 0.32 | 16.3 | 0.99 | 0.34 |
| Hex | AE | 30 | 1 | 0 | 48 | 63 | 20 | 10 | 63 | 22 |
| Octal | 256 | 60 | 1 | 0 | 110 | 143 | 40 | 20 | 143 | 42 |
| Binary | 10101110 | 110000 | 1 | 0 | 1001000 | 1100011 | 100000 | 10000 | 1100011 | 100010 |
Color Harmonies of #AE3001
Complementary color
Monochromatic Colors of #AE3001
Black with #AE3001
Text Example
Text Example
White with #AE3001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3001; }
p { color: rgb(174,48,1); }
H1.HeaderClassName
{
color: #AE3001;
}
.AnyTagClassName
{
color: #AE3001;
}
</style>
background-color css
<style>
a { background-color: #AE3001; }
a { background-color: rgb(174,48,1); }
div.DivClassName
{
background-color: #AE3001;
}
.BgClassName
{
background-color: #AE3001;
}
</style>
border-color css
<style>
span { border-color: #AE3001; }
span { border-color: rgb(174,48,1); }
td.TdClassName
{
border-color: #AE3001;
}
.TagClassName
{
border-color: #AE3001;
}
</style>