Shades of Rust #AF4311
Tints of Rust #AF4311
RGB
CMYK
RGB Variations
Color information
#AF4311 (or 0xAF4311) is known color: Rust. HEX triplet: AF, 43 and 11. RGB value is (175,67,17). Sum of RGB (Red+Green+Blue) = 175+67+17=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4311 is #50BCEE. Grayscale: #5D5D5D. Windows color (decimal): -5291247 or 1131439. OLE color: 1131439.
HSL color Cylindrical-coordinate representation of color #AF4311: hue angle of 18.99º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF4311 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 17 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.31 |
| HSL | 18.99º | 0.82% | 0.38% | - |
| HSV(B) | 18.99º | 0.9% | 0.69% | - |
| XYZ | 19.79 | 13.17 | 2.03 | - |
| YUV | 93.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 17 | 0 | 0.62 | 0.90 | 0.31 | 18.99 | 0.82 | 0.38 |
| Hex | AF | 43 | 11 | 0 | 3E | 5A | 1F | 13 | 52 | 26 |
| Octal | 257 | 103 | 21 | 0 | 76 | 132 | 37 | 23 | 122 | 46 |
| Binary | 10101111 | 1000011 | 10001 | 0 | 111110 | 1011010 | 11111 | 10011 | 1010010 | 100110 |
Color Harmonies of #AF4311
Complementary color
Monochromatic Colors of #AF4311
Black with #AF4311
Text Example
Text Example
White with #AF4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4311; }
p { color: rgb(175,67,17); }
H1.HeaderClassName
{
color: #AF4311;
}
.AnyTagClassName
{
color: #AF4311;
}
</style>
background-color css
<style>
a { background-color: #AF4311; }
a { background-color: rgb(175,67,17); }
div.DivClassName
{
background-color: #AF4311;
}
.BgClassName
{
background-color: #AF4311;
}
</style>
border-color css
<style>
span { border-color: #AF4311; }
span { border-color: rgb(175,67,17); }
td.TdClassName
{
border-color: #AF4311;
}
.TagClassName
{
border-color: #AF4311;
}
</style>