Shades of Rust #AF3311
Tints of Rust #AF3311
RGB
CMYK
RGB Variations
Color information
#AF3311 (or 0xAF3311) is known color: Rust. HEX triplet: AF, 33 and 11. RGB value is (175,51,17). Sum of RGB (Red+Green+Blue) = 175+51+17=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3311 is #50CCEE. Grayscale: #545454. Windows color (decimal): -5295343 or 1127343. OLE color: 1127343.
HSL color Cylindrical-coordinate representation of color #AF3311: hue angle of 12.91º 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 #AF3311 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 17 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.31 |
| HSL | 12.91º | 0.82% | 0.38% | - |
| HSV(B) | 12.91º | 0.9% | 0.69% | - |
| XYZ | 18.96 | 11.52 | 1.75 | - |
| YUV | 84.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 17 | 0 | 0.71 | 0.90 | 0.31 | 12.91 | 0.82 | 0.38 |
| Hex | AF | 33 | 11 | 0 | 47 | 5A | 1F | D | 52 | 26 |
| Octal | 257 | 63 | 21 | 0 | 107 | 132 | 37 | 15 | 122 | 46 |
| Binary | 10101111 | 110011 | 10001 | 0 | 1000111 | 1011010 | 11111 | 1101 | 1010010 | 100110 |
Color Harmonies of #AF3311
Complementary color
Monochromatic Colors of #AF3311
Black with #AF3311
Text Example
Text Example
White with #AF3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3311; }
p { color: rgb(175,51,17); }
H1.HeaderClassName
{
color: #AF3311;
}
.AnyTagClassName
{
color: #AF3311;
}
</style>
background-color css
<style>
a { background-color: #AF3311; }
a { background-color: rgb(175,51,17); }
div.DivClassName
{
background-color: #AF3311;
}
.BgClassName
{
background-color: #AF3311;
}
</style>
border-color css
<style>
span { border-color: #AF3311; }
span { border-color: rgb(175,51,17); }
td.TdClassName
{
border-color: #AF3311;
}
.TagClassName
{
border-color: #AF3311;
}
</style>