Shades of Rust #AF450E
Tints of Rust #AF450E
RGB
CMYK
RGB Variations
Color information
#AF450E (or 0xAF450E) is known color: Rust. HEX triplet: AF, 45 and 0E. RGB value is (175,69,14). Sum of RGB (Red+Green+Blue) = 175+69+14=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF450E is #50BAF1. Grayscale: #5E5E5E. Windows color (decimal): -5290738 or 935343. OLE color: 935343.
HSL color Cylindrical-coordinate representation of color #AF450E: hue angle of 20.5º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF450E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.31 |
| HSL | 20.5º | 0.85% | 0.37% | - |
| HSV(B) | 20.5º | 0.92% | 0.69% | - |
| XYZ | 19.89 | 13.4 | 1.95 | - |
| YUV | 94.42 | 82.62 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 14 | 0 | 0.61 | 0.92 | 0.31 | 20.5 | 0.85 | 0.37 |
| Hex | AF | 45 | E | 0 | 3D | 5C | 1F | 14 | 55 | 25 |
| Octal | 257 | 105 | 16 | 0 | 75 | 134 | 37 | 24 | 125 | 45 |
| Binary | 10101111 | 1000101 | 1110 | 0 | 111101 | 1011100 | 11111 | 10100 | 1010101 | 100101 |
Color Harmonies of #AF450E
Complementary color
Monochromatic Colors of #AF450E
Black with #AF450E
Text Example
Text Example
White with #AF450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF450E; }
p { color: rgb(175,69,14); }
H1.HeaderClassName
{
color: #AF450E;
}
.AnyTagClassName
{
color: #AF450E;
}
</style>
background-color css
<style>
a { background-color: #AF450E; }
a { background-color: rgb(175,69,14); }
div.DivClassName
{
background-color: #AF450E;
}
.BgClassName
{
background-color: #AF450E;
}
</style>
border-color css
<style>
span { border-color: #AF450E; }
span { border-color: rgb(175,69,14); }
td.TdClassName
{
border-color: #AF450E;
}
.TagClassName
{
border-color: #AF450E;
}
</style>