Shades of Rust #AE4203
Tints of Rust #AE4203
RGB
CMYK
RGB Variations
Color information
#AE4203 (or 0xAE4203) is known color: Rust. HEX triplet: AE, 42 and 03. RGB value is (174,66,3). Sum of RGB (Red+Green+Blue) = 174+66+3=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4203 is #51BDFC. Grayscale: #5B5B5B. Windows color (decimal): -5357053 or 213678. OLE color: 213678.
HSL color Cylindrical-coordinate representation of color #AE4203: hue angle of 22.11º 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 #AE4203 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 3 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.32 |
| HSL | 22.11º | 0.97% | 0.35% | - |
| HSV(B) | 22.11º | 0.98% | 0.68% | - |
| XYZ | 19.42 | 12.9 | 1.55 | - |
| YUV | 91.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 3 | 0 | 0.62 | 0.98 | 0.32 | 22.11 | 0.97 | 0.35 |
| Hex | AE | 42 | 3 | 0 | 3E | 62 | 20 | 16 | 61 | 23 |
| Octal | 256 | 102 | 3 | 0 | 76 | 142 | 40 | 26 | 141 | 43 |
| Binary | 10101110 | 1000010 | 11 | 0 | 111110 | 1100010 | 100000 | 10110 | 1100001 | 100011 |
Color Harmonies of #AE4203
Complementary color
Monochromatic Colors of #AE4203
Black with #AE4203
Text Example
Text Example
White with #AE4203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4203; }
p { color: rgb(174,66,3); }
H1.HeaderClassName
{
color: #AE4203;
}
.AnyTagClassName
{
color: #AE4203;
}
</style>
background-color css
<style>
a { background-color: #AE4203; }
a { background-color: rgb(174,66,3); }
div.DivClassName
{
background-color: #AE4203;
}
.BgClassName
{
background-color: #AE4203;
}
</style>
border-color css
<style>
span { border-color: #AE4203; }
span { border-color: rgb(174,66,3); }
td.TdClassName
{
border-color: #AE4203;
}
.TagClassName
{
border-color: #AE4203;
}
</style>