Shades of Rust #AE430F
Tints of Rust #AE430F
RGB
CMYK
RGB Variations
Color information
#AE430F (or 0xAE430F) is known color: Rust. HEX triplet: AE, 43 and 0F. RGB value is (174,67,15). Sum of RGB (Red+Green+Blue) = 174+67+15=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE430F is #51BCF0. Grayscale: #5D5D5D. Windows color (decimal): -5356785 or 1000366. OLE color: 1000366.
HSL color Cylindrical-coordinate representation of color #AE430F: hue angle of 19.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE430F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 67 | 15 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.32 |
| HSL | 19.62º | 0.84% | 0.37% | - |
| HSV(B) | 19.62º | 0.91% | 0.68% | - |
| XYZ | 19.55 | 13.05 | 1.94 | - |
| YUV | 93.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 15 | 0 | 0.61 | 0.91 | 0.32 | 19.62 | 0.84 | 0.37 |
| Hex | AE | 43 | F | 0 | 3D | 5B | 20 | 14 | 54 | 25 |
| Octal | 256 | 103 | 17 | 0 | 75 | 133 | 40 | 24 | 124 | 45 |
| Binary | 10101110 | 1000011 | 1111 | 0 | 111101 | 1011011 | 100000 | 10100 | 1010100 | 100101 |
Color Harmonies of #AE430F
Complementary color
Monochromatic Colors of #AE430F
Black with #AE430F
Text Example
Text Example
White with #AE430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE430F; }
p { color: rgb(174,67,15); }
H1.HeaderClassName
{
color: #AE430F;
}
.AnyTagClassName
{
color: #AE430F;
}
</style>
background-color css
<style>
a { background-color: #AE430F; }
a { background-color: rgb(174,67,15); }
div.DivClassName
{
background-color: #AE430F;
}
.BgClassName
{
background-color: #AE430F;
}
</style>
border-color css
<style>
span { border-color: #AE430F; }
span { border-color: rgb(174,67,15); }
td.TdClassName
{
border-color: #AE430F;
}
.TagClassName
{
border-color: #AE430F;
}
</style>