Shades of Rust #AF4B11
Tints of Rust #AF4B11
RGB
CMYK
RGB Variations
Color information
#AF4B11 (or 0xAF4B11) is known color: Rust. HEX triplet: AF, 4B and 11. RGB value is (175,75,17). Sum of RGB (Red+Green+Blue) = 175+75+17=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4B11 is #50B4EE. Grayscale: #626262. Windows color (decimal): -5289199 or 1133487. OLE color: 1133487.
HSL color Cylindrical-coordinate representation of color #AF4B11: hue angle of 22.03º 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 #AF4B11 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 17 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.31 |
| HSL | 22.03º | 0.82% | 0.38% | - |
| HSV(B) | 22.03º | 0.9% | 0.69% | - |
| XYZ | 20.3 | 14.19 | 2.2 | - |
| YUV | 98.29 | 82.13 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 17 | 0 | 0.57 | 0.90 | 0.31 | 22.03 | 0.82 | 0.38 |
| Hex | AF | 4B | 11 | 0 | 39 | 5A | 1F | 16 | 52 | 26 |
| Octal | 257 | 113 | 21 | 0 | 71 | 132 | 37 | 26 | 122 | 46 |
| Binary | 10101111 | 1001011 | 10001 | 0 | 111001 | 1011010 | 11111 | 10110 | 1010010 | 100110 |
Color Harmonies of #AF4B11
Complementary color
Monochromatic Colors of #AF4B11
Black with #AF4B11
Text Example
Text Example
White with #AF4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B11; }
p { color: rgb(175,75,17); }
H1.HeaderClassName
{
color: #AF4B11;
}
.AnyTagClassName
{
color: #AF4B11;
}
</style>
background-color css
<style>
a { background-color: #AF4B11; }
a { background-color: rgb(175,75,17); }
div.DivClassName
{
background-color: #AF4B11;
}
.BgClassName
{
background-color: #AF4B11;
}
</style>
border-color css
<style>
span { border-color: #AF4B11; }
span { border-color: rgb(175,75,17); }
td.TdClassName
{
border-color: #AF4B11;
}
.TagClassName
{
border-color: #AF4B11;
}
</style>