Shades of Rust #AF3B1F
Tints of Rust #AF3B1F
RGB
CMYK
RGB Variations
Color information
#AF3B1F (or 0xAF3B1F) is known color: Rust. HEX triplet: AF, 3B and 1F. RGB value is (175,59,31). Sum of RGB (Red+Green+Blue) = 175+59+31=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3B1F is #50C4E0. Grayscale: #5A5A5A. Windows color (decimal): -5293281 or 2046895. OLE color: 2046895.
HSL color Cylindrical-coordinate representation of color #AF3B1F: hue angle of 11.67º 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 #AF3B1F is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 59 | 31 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.31 |
| HSL | 11.67º | 0.7% | 0.4% | - |
| HSV(B) | 11.67º | 0.82% | 0.69% | - |
| XYZ | 19.49 | 12.34 | 2.65 | - |
| YUV | 90.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 31 | 0 | 0.66 | 0.82 | 0.31 | 11.67 | 0.7 | 0.4 |
| Hex | AF | 3B | 1F | 0 | 42 | 52 | 1F | C | 46 | 28 |
| Octal | 257 | 73 | 37 | 0 | 102 | 122 | 37 | 14 | 106 | 50 |
| Binary | 10101111 | 111011 | 11111 | 0 | 1000010 | 1010010 | 11111 | 1100 | 1000110 | 101000 |
Color Harmonies of #AF3B1F
Complementary color
Monochromatic Colors of #AF3B1F
Black with #AF3B1F
Text Example
Text Example
White with #AF3B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3B1F; }
p { color: rgb(175,59,31); }
H1.HeaderClassName
{
color: #AF3B1F;
}
.AnyTagClassName
{
color: #AF3B1F;
}
</style>
background-color css
<style>
a { background-color: #AF3B1F; }
a { background-color: rgb(175,59,31); }
div.DivClassName
{
background-color: #AF3B1F;
}
.BgClassName
{
background-color: #AF3B1F;
}
</style>
border-color css
<style>
span { border-color: #AF3B1F; }
span { border-color: rgb(175,59,31); }
td.TdClassName
{
border-color: #AF3B1F;
}
.TagClassName
{
border-color: #AF3B1F;
}
</style>