Shades of Rust #AE441B
Tints of Rust #AE441B
RGB
CMYK
RGB Variations
Color information
#AE441B (or 0xAE441B) is known color: Rust. HEX triplet: AE, 44 and 1B. RGB value is (174,68,27). Sum of RGB (Red+Green+Blue) = 174+68+27=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE441B is #51BBE4. Grayscale: #5F5F5F. Windows color (decimal): -5356517 or 1787054. OLE color: 1787054.
HSL color Cylindrical-coordinate representation of color #AE441B: hue angle of 16.73º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE441B is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 27 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.32 |
| HSL | 16.73º | 0.73% | 0.39% | - |
| HSV(B) | 16.73º | 0.84% | 0.68% | - |
| XYZ | 19.72 | 13.21 | 2.55 | - |
| YUV | 95.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 27 | 0 | 0.61 | 0.84 | 0.32 | 16.73 | 0.73 | 0.39 |
| Hex | AE | 44 | 1B | 0 | 3D | 54 | 20 | 11 | 49 | 27 |
| Octal | 256 | 104 | 33 | 0 | 75 | 124 | 40 | 21 | 111 | 47 |
| Binary | 10101110 | 1000100 | 11011 | 0 | 111101 | 1010100 | 100000 | 10001 | 1001001 | 100111 |
Color Harmonies of #AE441B
Complementary color
Monochromatic Colors of #AE441B
Black with #AE441B
Text Example
Text Example
White with #AE441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE441B; }
p { color: rgb(174,68,27); }
H1.HeaderClassName
{
color: #AE441B;
}
.AnyTagClassName
{
color: #AE441B;
}
</style>
background-color css
<style>
a { background-color: #AE441B; }
a { background-color: rgb(174,68,27); }
div.DivClassName
{
background-color: #AE441B;
}
.BgClassName
{
background-color: #AE441B;
}
</style>
border-color css
<style>
span { border-color: #AE441B; }
span { border-color: rgb(174,68,27); }
td.TdClassName
{
border-color: #AE441B;
}
.TagClassName
{
border-color: #AE441B;
}
</style>