Shades of Rust #AE371B
Tints of Rust #AE371B
RGB
CMYK
RGB Variations
Color information
#AE371B (or 0xAE371B) is known color: Rust. HEX triplet: AE, 37 and 1B. RGB value is (174,55,27). Sum of RGB (Red+Green+Blue) = 174+55+27=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE371B is #51C8E4. Grayscale: #575757. Windows color (decimal): -5359845 or 1783726. OLE color: 1783726.
HSL color Cylindrical-coordinate representation of color #AE371B: hue angle of 11.43º 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 #AE371B is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 27 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.32 |
| HSL | 11.43º | 0.73% | 0.39% | - |
| HSV(B) | 11.43º | 0.84% | 0.68% | - |
| XYZ | 19.02 | 11.81 | 2.31 | - |
| YUV | 87.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 27 | 0 | 0.68 | 0.84 | 0.32 | 11.43 | 0.73 | 0.39 |
| Hex | AE | 37 | 1B | 0 | 44 | 54 | 20 | B | 49 | 27 |
| Octal | 256 | 67 | 33 | 0 | 104 | 124 | 40 | 13 | 111 | 47 |
| Binary | 10101110 | 110111 | 11011 | 0 | 1000100 | 1010100 | 100000 | 1011 | 1001001 | 100111 |
Color Harmonies of #AE371B
Complementary color
Monochromatic Colors of #AE371B
Black with #AE371B
Text Example
Text Example
White with #AE371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE371B; }
p { color: rgb(174,55,27); }
H1.HeaderClassName
{
color: #AE371B;
}
.AnyTagClassName
{
color: #AE371B;
}
</style>
background-color css
<style>
a { background-color: #AE371B; }
a { background-color: rgb(174,55,27); }
div.DivClassName
{
background-color: #AE371B;
}
.BgClassName
{
background-color: #AE371B;
}
</style>
border-color css
<style>
span { border-color: #AE371B; }
span { border-color: rgb(174,55,27); }
td.TdClassName
{
border-color: #AE371B;
}
.TagClassName
{
border-color: #AE371B;
}
</style>