Shades of Rust #AE371A
Tints of Rust #AE371A
RGB
CMYK
RGB Variations
Color information
#AE371A (or 0xAE371A) is known color: Rust. HEX triplet: AE, 37 and 1A. RGB value is (174,55,26). Sum of RGB (Red+Green+Blue) = 174+55+26=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE371A is #51C8E5. Grayscale: #575757. Windows color (decimal): -5359846 or 1718190. OLE color: 1718190.
HSL color Cylindrical-coordinate representation of color #AE371A: hue angle of 11.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE371A is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 26 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.32 |
| HSL | 11.76º | 0.74% | 0.39% | - |
| HSV(B) | 11.76º | 0.85% | 0.68% | - |
| XYZ | 19.01 | 11.81 | 2.25 | - |
| YUV | 87.28 | 93.42 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 26 | 0 | 0.68 | 0.85 | 0.32 | 11.76 | 0.74 | 0.39 |
| Hex | AE | 37 | 1A | 0 | 44 | 55 | 20 | C | 4A | 27 |
| Octal | 256 | 67 | 32 | 0 | 104 | 125 | 40 | 14 | 112 | 47 |
| Binary | 10101110 | 110111 | 11010 | 0 | 1000100 | 1010101 | 100000 | 1100 | 1001010 | 100111 |
Color Harmonies of #AE371A
Complementary color
Monochromatic Colors of #AE371A
Black with #AE371A
Text Example
Text Example
White with #AE371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE371A; }
p { color: rgb(174,55,26); }
H1.HeaderClassName
{
color: #AE371A;
}
.AnyTagClassName
{
color: #AE371A;
}
</style>
background-color css
<style>
a { background-color: #AE371A; }
a { background-color: rgb(174,55,26); }
div.DivClassName
{
background-color: #AE371A;
}
.BgClassName
{
background-color: #AE371A;
}
</style>
border-color css
<style>
span { border-color: #AE371A; }
span { border-color: rgb(174,55,26); }
td.TdClassName
{
border-color: #AE371A;
}
.TagClassName
{
border-color: #AE371A;
}
</style>