Shades of Rust #AF3D1F
Tints of Rust #AF3D1F
RGB
CMYK
RGB Variations
Color information
#AF3D1F (or 0xAF3D1F) is known color: Rust. HEX triplet: AF, 3D and 1F. RGB value is (175,61,31). Sum of RGB (Red+Green+Blue) = 175+61+31=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D1F is #50C2E0. Grayscale: #5B5B5B. Windows color (decimal): -5292769 or 2047407. OLE color: 2047407.
HSL color Cylindrical-coordinate representation of color #AF3D1F: hue angle of 12.5º 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 #AF3D1F is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 31 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.31 |
| HSL | 12.5º | 0.7% | 0.4% | - |
| HSV(B) | 12.5º | 0.82% | 0.69% | - |
| XYZ | 19.6 | 12.55 | 2.69 | - |
| YUV | 91.67 | 93.77 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 31 | 0 | 0.65 | 0.82 | 0.31 | 12.5 | 0.7 | 0.4 |
| Hex | AF | 3D | 1F | 0 | 41 | 52 | 1F | C | 46 | 28 |
| Octal | 257 | 75 | 37 | 0 | 101 | 122 | 37 | 14 | 106 | 50 |
| Binary | 10101111 | 111101 | 11111 | 0 | 1000001 | 1010010 | 11111 | 1100 | 1000110 | 101000 |
Color Harmonies of #AF3D1F
Complementary color
Monochromatic Colors of #AF3D1F
Black with #AF3D1F
Text Example
Text Example
White with #AF3D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D1F; }
p { color: rgb(175,61,31); }
H1.HeaderClassName
{
color: #AF3D1F;
}
.AnyTagClassName
{
color: #AF3D1F;
}
</style>
background-color css
<style>
a { background-color: #AF3D1F; }
a { background-color: rgb(175,61,31); }
div.DivClassName
{
background-color: #AF3D1F;
}
.BgClassName
{
background-color: #AF3D1F;
}
</style>
border-color css
<style>
span { border-color: #AF3D1F; }
span { border-color: rgb(175,61,31); }
td.TdClassName
{
border-color: #AF3D1F;
}
.TagClassName
{
border-color: #AF3D1F;
}
</style>