Shades of Rust #AE2908
Tints of Rust #AE2908
RGB
CMYK
RGB Variations
Color information
#AE2908 (or 0xAE2908) is known color: Rust. HEX triplet: AE, 29 and 08. RGB value is (174,41,8). Sum of RGB (Red+Green+Blue) = 174+41+8=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2908 is #51D6F7. Grayscale: #4D4D4D. Windows color (decimal): -5363448 or 534958. OLE color: 534958.
HSL color Cylindrical-coordinate representation of color #AE2908: hue angle of 11.93º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE2908 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 8 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.32 |
| HSL | 11.93º | 0.91% | 0.36% | - |
| HSV(B) | 11.93º | 0.95% | 0.68% | - |
| XYZ | 18.29 | 10.6 | 1.31 | - |
| YUV | 77.01 | 89.06 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 8 | 0 | 0.76 | 0.95 | 0.32 | 11.93 | 0.91 | 0.36 |
| Hex | AE | 29 | 8 | 0 | 4C | 5F | 20 | C | 5B | 24 |
| Octal | 256 | 51 | 10 | 0 | 114 | 137 | 40 | 14 | 133 | 44 |
| Binary | 10101110 | 101001 | 1000 | 0 | 1001100 | 1011111 | 100000 | 1100 | 1011011 | 100100 |
Color Harmonies of #AE2908
Complementary color
Monochromatic Colors of #AE2908
Black with #AE2908
Text Example
Text Example
White with #AE2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2908; }
p { color: rgb(174,41,8); }
H1.HeaderClassName
{
color: #AE2908;
}
.AnyTagClassName
{
color: #AE2908;
}
</style>
background-color css
<style>
a { background-color: #AE2908; }
a { background-color: rgb(174,41,8); }
div.DivClassName
{
background-color: #AE2908;
}
.BgClassName
{
background-color: #AE2908;
}
</style>
border-color css
<style>
span { border-color: #AE2908; }
span { border-color: rgb(174,41,8); }
td.TdClassName
{
border-color: #AE2908;
}
.TagClassName
{
border-color: #AE2908;
}
</style>