Shades of Rust #AE340B
Tints of Rust #AE340B
RGB
CMYK
RGB Variations
Color information
#AE340B (or 0xAE340B) is known color: Rust. HEX triplet: AE, 34 and 0B. RGB value is (174,52,11). Sum of RGB (Red+Green+Blue) = 174+52+11=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE340B is #51CBF4. Grayscale: #545454. Windows color (decimal): -5360629 or 734382. OLE color: 734382.
HSL color Cylindrical-coordinate representation of color #AE340B: hue angle of 15.09º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE340B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.32 |
| HSL | 15.09º | 0.88% | 0.36% | - |
| HSV(B) | 15.09º | 0.94% | 0.68% | - |
| XYZ | 18.74 | 11.48 | 1.54 | - |
| YUV | 83.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 11 | 0 | 0.70 | 0.94 | 0.32 | 15.09 | 0.88 | 0.36 |
| Hex | AE | 34 | B | 0 | 46 | 5E | 20 | F | 58 | 24 |
| Octal | 256 | 64 | 13 | 0 | 106 | 136 | 40 | 17 | 130 | 44 |
| Binary | 10101110 | 110100 | 1011 | 0 | 1000110 | 1011110 | 100000 | 1111 | 1011000 | 100100 |
Color Harmonies of #AE340B
Complementary color
Monochromatic Colors of #AE340B
Black with #AE340B
Text Example
Text Example
White with #AE340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE340B; }
p { color: rgb(174,52,11); }
H1.HeaderClassName
{
color: #AE340B;
}
.AnyTagClassName
{
color: #AE340B;
}
</style>
background-color css
<style>
a { background-color: #AE340B; }
a { background-color: rgb(174,52,11); }
div.DivClassName
{
background-color: #AE340B;
}
.BgClassName
{
background-color: #AE340B;
}
</style>
border-color css
<style>
span { border-color: #AE340B; }
span { border-color: rgb(174,52,11); }
td.TdClassName
{
border-color: #AE340B;
}
.TagClassName
{
border-color: #AE340B;
}
</style>