Shades of Rust #AE4003
Tints of Rust #AE4003
RGB
CMYK
RGB Variations
Color information
#AE4003 (or 0xAE4003) is known color: Rust. HEX triplet: AE, 40 and 03. RGB value is (174,64,3). Sum of RGB (Red+Green+Blue) = 174+64+3=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4003 is #51BFFC. Grayscale: #5A5A5A. Windows color (decimal): -5357565 or 213166. OLE color: 213166.
HSL color Cylindrical-coordinate representation of color #AE4003: hue angle of 21.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE4003 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.32 |
| HSL | 21.4º | 0.97% | 0.35% | - |
| HSV(B) | 21.4º | 0.98% | 0.68% | - |
| XYZ | 19.31 | 12.67 | 1.51 | - |
| YUV | 89.94 | 78.94 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 3 | 0 | 0.63 | 0.98 | 0.32 | 21.4 | 0.97 | 0.35 |
| Hex | AE | 40 | 3 | 0 | 3F | 62 | 20 | 15 | 61 | 23 |
| Octal | 256 | 100 | 3 | 0 | 77 | 142 | 40 | 25 | 141 | 43 |
| Binary | 10101110 | 1000000 | 11 | 0 | 111111 | 1100010 | 100000 | 10101 | 1100001 | 100011 |
Color Harmonies of #AE4003
Complementary color
Monochromatic Colors of #AE4003
Black with #AE4003
Text Example
Text Example
White with #AE4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4003; }
p { color: rgb(174,64,3); }
H1.HeaderClassName
{
color: #AE4003;
}
.AnyTagClassName
{
color: #AE4003;
}
</style>
background-color css
<style>
a { background-color: #AE4003; }
a { background-color: rgb(174,64,3); }
div.DivClassName
{
background-color: #AE4003;
}
.BgClassName
{
background-color: #AE4003;
}
</style>
border-color css
<style>
span { border-color: #AE4003; }
span { border-color: rgb(174,64,3); }
td.TdClassName
{
border-color: #AE4003;
}
.TagClassName
{
border-color: #AE4003;
}
</style>