Shades of Rust #AF3F1F
Tints of Rust #AF3F1F
RGB
CMYK
RGB Variations
Color information
#AF3F1F (or 0xAF3F1F) is known color: Rust. HEX triplet: AF, 3F and 1F. RGB value is (175,63,31). Sum of RGB (Red+Green+Blue) = 175+63+31=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F1F is #50C0E0. Grayscale: #5D5D5D. Windows color (decimal): -5292257 or 2047919. OLE color: 2047919.
HSL color Cylindrical-coordinate representation of color #AF3F1F: hue angle of 13.33º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF3F1F is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 31 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.31 |
| HSL | 13.33º | 0.7% | 0.4% | - |
| HSV(B) | 13.33º | 0.82% | 0.69% | - |
| XYZ | 19.7 | 12.77 | 2.72 | - |
| YUV | 92.84 | 93.11 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 31 | 0 | 0.64 | 0.82 | 0.31 | 13.33 | 0.7 | 0.4 |
| Hex | AF | 3F | 1F | 0 | 40 | 52 | 1F | D | 46 | 28 |
| Octal | 257 | 77 | 37 | 0 | 100 | 122 | 37 | 15 | 106 | 50 |
| Binary | 10101111 | 111111 | 11111 | 0 | 1000000 | 1010010 | 11111 | 1101 | 1000110 | 101000 |
Color Harmonies of #AF3F1F
Complementary color
Monochromatic Colors of #AF3F1F
Black with #AF3F1F
Text Example
Text Example
White with #AF3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F1F; }
p { color: rgb(175,63,31); }
H1.HeaderClassName
{
color: #AF3F1F;
}
.AnyTagClassName
{
color: #AF3F1F;
}
</style>
background-color css
<style>
a { background-color: #AF3F1F; }
a { background-color: rgb(175,63,31); }
div.DivClassName
{
background-color: #AF3F1F;
}
.BgClassName
{
background-color: #AF3F1F;
}
</style>
border-color css
<style>
span { border-color: #AF3F1F; }
span { border-color: rgb(175,63,31); }
td.TdClassName
{
border-color: #AF3F1F;
}
.TagClassName
{
border-color: #AF3F1F;
}
</style>