Shades of Rust #AE3A03
Tints of Rust #AE3A03
RGB
CMYK
RGB Variations
Color information
#AE3A03 (or 0xAE3A03) is known color: Rust. HEX triplet: AE, 3A and 03. RGB value is (174,58,3). Sum of RGB (Red+Green+Blue) = 174+58+3=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A03 is #51C5FC. Grayscale: #565656. Windows color (decimal): -5359101 or 211630. OLE color: 211630.
HSL color Cylindrical-coordinate representation of color #AE3A03: hue angle of 19.3º 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 #AE3A03 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.32 |
| HSL | 19.3º | 0.97% | 0.35% | - |
| HSV(B) | 19.3º | 0.98% | 0.68% | - |
| XYZ | 18.99 | 12.03 | 1.41 | - |
| YUV | 86.41 | 80.93 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 3 | 0 | 0.67 | 0.98 | 0.32 | 19.3 | 0.97 | 0.35 |
| Hex | AE | 3A | 3 | 0 | 43 | 62 | 20 | 13 | 61 | 23 |
| Octal | 256 | 72 | 3 | 0 | 103 | 142 | 40 | 23 | 141 | 43 |
| Binary | 10101110 | 111010 | 11 | 0 | 1000011 | 1100010 | 100000 | 10011 | 1100001 | 100011 |
Color Harmonies of #AE3A03
Complementary color
Monochromatic Colors of #AE3A03
Black with #AE3A03
Text Example
Text Example
White with #AE3A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A03; }
p { color: rgb(174,58,3); }
H1.HeaderClassName
{
color: #AE3A03;
}
.AnyTagClassName
{
color: #AE3A03;
}
</style>
background-color css
<style>
a { background-color: #AE3A03; }
a { background-color: rgb(174,58,3); }
div.DivClassName
{
background-color: #AE3A03;
}
.BgClassName
{
background-color: #AE3A03;
}
</style>
border-color css
<style>
span { border-color: #AE3A03; }
span { border-color: rgb(174,58,3); }
td.TdClassName
{
border-color: #AE3A03;
}
.TagClassName
{
border-color: #AE3A03;
}
</style>