Shades of Rust #AF4C11
Tints of Rust #AF4C11
RGB
CMYK
RGB Variations
Color information
#AF4C11 (or 0xAF4C11) is known color: Rust. HEX triplet: AF, 4C and 11. RGB value is (175,76,17). Sum of RGB (Red+Green+Blue) = 175+76+17=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C11 is #50B3EE. Grayscale: #636363. Windows color (decimal): -5288943 or 1133743. OLE color: 1133743.
HSL color Cylindrical-coordinate representation of color #AF4C11: hue angle of 22.41º 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 #AF4C11 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 17 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.31 |
| HSL | 22.41º | 0.82% | 0.38% | - |
| HSV(B) | 22.41º | 0.9% | 0.69% | - |
| XYZ | 20.36 | 14.32 | 2.22 | - |
| YUV | 98.88 | 81.8 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 17 | 0 | 0.57 | 0.90 | 0.31 | 22.41 | 0.82 | 0.38 |
| Hex | AF | 4C | 11 | 0 | 39 | 5A | 1F | 16 | 52 | 26 |
| Octal | 257 | 114 | 21 | 0 | 71 | 132 | 37 | 26 | 122 | 46 |
| Binary | 10101111 | 1001100 | 10001 | 0 | 111001 | 1011010 | 11111 | 10110 | 1010010 | 100110 |
Color Harmonies of #AF4C11
Complementary color
Monochromatic Colors of #AF4C11
Black with #AF4C11
Text Example
Text Example
White with #AF4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C11; }
p { color: rgb(175,76,17); }
H1.HeaderClassName
{
color: #AF4C11;
}
.AnyTagClassName
{
color: #AF4C11;
}
</style>
background-color css
<style>
a { background-color: #AF4C11; }
a { background-color: rgb(175,76,17); }
div.DivClassName
{
background-color: #AF4C11;
}
.BgClassName
{
background-color: #AF4C11;
}
</style>
border-color css
<style>
span { border-color: #AF4C11; }
span { border-color: rgb(175,76,17); }
td.TdClassName
{
border-color: #AF4C11;
}
.TagClassName
{
border-color: #AF4C11;
}
</style>