Shades of Rust #AE381B
Tints of Rust #AE381B
RGB
CMYK
RGB Variations
Color information
#AE381B (or 0xAE381B) is known color: Rust. HEX triplet: AE, 38 and 1B. RGB value is (174,56,27). Sum of RGB (Red+Green+Blue) = 174+56+27=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE381B is #51C7E4. Grayscale: #585858. Windows color (decimal): -5359589 or 1783982. OLE color: 1783982.
HSL color Cylindrical-coordinate representation of color #AE381B: hue angle of 11.84º 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 #AE381B is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 27 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.32 |
| HSL | 11.84º | 0.73% | 0.39% | - |
| HSV(B) | 11.84º | 0.84% | 0.68% | - |
| XYZ | 19.07 | 11.91 | 2.33 | - |
| YUV | 87.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 27 | 0 | 0.68 | 0.84 | 0.32 | 11.84 | 0.73 | 0.39 |
| Hex | AE | 38 | 1B | 0 | 44 | 54 | 20 | C | 49 | 27 |
| Octal | 256 | 70 | 33 | 0 | 104 | 124 | 40 | 14 | 111 | 47 |
| Binary | 10101110 | 111000 | 11011 | 0 | 1000100 | 1010100 | 100000 | 1100 | 1001001 | 100111 |
Color Harmonies of #AE381B
Complementary color
Monochromatic Colors of #AE381B
Black with #AE381B
Text Example
Text Example
White with #AE381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE381B; }
p { color: rgb(174,56,27); }
H1.HeaderClassName
{
color: #AE381B;
}
.AnyTagClassName
{
color: #AE381B;
}
</style>
background-color css
<style>
a { background-color: #AE381B; }
a { background-color: rgb(174,56,27); }
div.DivClassName
{
background-color: #AE381B;
}
.BgClassName
{
background-color: #AE381B;
}
</style>
border-color css
<style>
span { border-color: #AE381B; }
span { border-color: rgb(174,56,27); }
td.TdClassName
{
border-color: #AE381B;
}
.TagClassName
{
border-color: #AE381B;
}
</style>