Shades of Rust #AE3F01
Tints of Rust #AE3F01
RGB
CMYK
RGB Variations
Color information
#AE3F01 (or 0xAE3F01) is known color: Rust. HEX triplet: AE, 3F and 01. RGB value is (174,63,1). Sum of RGB (Red+Green+Blue) = 174+63+1=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3F01 is #51C0FE. Grayscale: #595959. Windows color (decimal): -5357823 or 81838. OLE color: 81838.
HSL color Cylindrical-coordinate representation of color #AE3F01: hue angle of 21.5º 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 #AE3F01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 63 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.32 |
| HSL | 21.5º | 0.99% | 0.34% | - |
| HSV(B) | 21.5º | 0.99% | 0.68% | - |
| XYZ | 19.24 | 12.56 | 1.44 | - |
| YUV | 89.12 | 78.27 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 63 | 1 | 0 | 0.64 | 0.99 | 0.32 | 21.5 | 0.99 | 0.34 |
| Hex | AE | 3F | 1 | 0 | 40 | 63 | 20 | 16 | 63 | 22 |
| Octal | 256 | 77 | 1 | 0 | 100 | 143 | 40 | 26 | 143 | 42 |
| Binary | 10101110 | 111111 | 1 | 0 | 1000000 | 1100011 | 100000 | 10110 | 1100011 | 100010 |
Color Harmonies of #AE3F01
Complementary color
Monochromatic Colors of #AE3F01
Black with #AE3F01
Text Example
Text Example
White with #AE3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3F01; }
p { color: rgb(174,63,1); }
H1.HeaderClassName
{
color: #AE3F01;
}
.AnyTagClassName
{
color: #AE3F01;
}
</style>
background-color css
<style>
a { background-color: #AE3F01; }
a { background-color: rgb(174,63,1); }
div.DivClassName
{
background-color: #AE3F01;
}
.BgClassName
{
background-color: #AE3F01;
}
</style>
border-color css
<style>
span { border-color: #AE3F01; }
span { border-color: rgb(174,63,1); }
td.TdClassName
{
border-color: #AE3F01;
}
.TagClassName
{
border-color: #AE3F01;
}
</style>