Shades of Rust #AE3802
Tints of Rust #AE3802
RGB
CMYK
RGB Variations
Color information
#AE3802 (or 0xAE3802) is known color: Rust. HEX triplet: AE, 38 and 02. RGB value is (174,56,2). Sum of RGB (Red+Green+Blue) = 174+56+2=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3802 is #51C7FD. Grayscale: #555555. Windows color (decimal): -5359614 or 145582. OLE color: 145582.
HSL color Cylindrical-coordinate representation of color #AE3802: hue angle of 18.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE3802 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.32 |
| HSL | 18.84º | 0.98% | 0.35% | - |
| HSV(B) | 18.84º | 0.99% | 0.68% | - |
| XYZ | 18.88 | 11.83 | 1.35 | - |
| YUV | 85.13 | 81.09 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 2 | 0 | 0.68 | 0.99 | 0.32 | 18.84 | 0.98 | 0.35 |
| Hex | AE | 38 | 2 | 0 | 44 | 63 | 20 | 13 | 62 | 23 |
| Octal | 256 | 70 | 2 | 0 | 104 | 143 | 40 | 23 | 142 | 43 |
| Binary | 10101110 | 111000 | 10 | 0 | 1000100 | 1100011 | 100000 | 10011 | 1100010 | 100011 |
Color Harmonies of #AE3802
Complementary color
Monochromatic Colors of #AE3802
Black with #AE3802
Text Example
Text Example
White with #AE3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3802; }
p { color: rgb(174,56,2); }
H1.HeaderClassName
{
color: #AE3802;
}
.AnyTagClassName
{
color: #AE3802;
}
</style>
background-color css
<style>
a { background-color: #AE3802; }
a { background-color: rgb(174,56,2); }
div.DivClassName
{
background-color: #AE3802;
}
.BgClassName
{
background-color: #AE3802;
}
</style>
border-color css
<style>
span { border-color: #AE3802; }
span { border-color: rgb(174,56,2); }
td.TdClassName
{
border-color: #AE3802;
}
.TagClassName
{
border-color: #AE3802;
}
</style>