Shades of Rust #AE2B01
Tints of Rust #AE2B01
RGB
CMYK
RGB Variations
Color information
#AE2B01 (or 0xAE2B01) is known color: Rust. HEX triplet: AE, 2B and 01. RGB value is (174,43,1). Sum of RGB (Red+Green+Blue) = 174+43+1=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2B01 is #51D4FE. Grayscale: #4D4D4D. Windows color (decimal): -5362943 or 76718. OLE color: 76718.
HSL color Cylindrical-coordinate representation of color #AE2B01: hue angle of 14.57º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE2B01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 43 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.32 |
| HSL | 14.57º | 0.99% | 0.34% | - |
| HSV(B) | 14.57º | 0.99% | 0.68% | - |
| XYZ | 18.32 | 10.73 | 1.13 | - |
| YUV | 77.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 43 | 1 | 0 | 0.75 | 0.99 | 0.32 | 14.57 | 0.99 | 0.34 |
| Hex | AE | 2B | 1 | 0 | 4B | 63 | 20 | F | 63 | 22 |
| Octal | 256 | 53 | 1 | 0 | 113 | 143 | 40 | 17 | 143 | 42 |
| Binary | 10101110 | 101011 | 1 | 0 | 1001011 | 1100011 | 100000 | 1111 | 1100011 | 100010 |
Color Harmonies of #AE2B01
Complementary color
Monochromatic Colors of #AE2B01
Black with #AE2B01
Text Example
Text Example
White with #AE2B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2B01; }
p { color: rgb(174,43,1); }
H1.HeaderClassName
{
color: #AE2B01;
}
.AnyTagClassName
{
color: #AE2B01;
}
</style>
background-color css
<style>
a { background-color: #AE2B01; }
a { background-color: rgb(174,43,1); }
div.DivClassName
{
background-color: #AE2B01;
}
.BgClassName
{
background-color: #AE2B01;
}
</style>
border-color css
<style>
span { border-color: #AE2B01; }
span { border-color: rgb(174,43,1); }
td.TdClassName
{
border-color: #AE2B01;
}
.TagClassName
{
border-color: #AE2B01;
}
</style>