Shades of Rust #AF3F1B
Tints of Rust #AF3F1B
RGB
CMYK
RGB Variations
Color information
#AF3F1B (or 0xAF3F1B) is known color: Rust. HEX triplet: AF, 3F and 1B. RGB value is (175,63,27). Sum of RGB (Red+Green+Blue) = 175+63+27=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F1B is #50C0E4. Grayscale: #5C5C5C. Windows color (decimal): -5292261 or 1785775. OLE color: 1785775.
HSL color Cylindrical-coordinate representation of color #AF3F1B: hue angle of 14.59º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF3F1B is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 27 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.31 |
| HSL | 14.59º | 0.73% | 0.4% | - |
| HSV(B) | 14.59º | 0.85% | 0.69% | - |
| XYZ | 19.65 | 12.75 | 2.46 | - |
| YUV | 92.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 27 | 0 | 0.64 | 0.85 | 0.31 | 14.59 | 0.73 | 0.4 |
| Hex | AF | 3F | 1B | 0 | 40 | 55 | 1F | F | 49 | 28 |
| Octal | 257 | 77 | 33 | 0 | 100 | 125 | 37 | 17 | 111 | 50 |
| Binary | 10101111 | 111111 | 11011 | 0 | 1000000 | 1010101 | 11111 | 1111 | 1001001 | 101000 |
Color Harmonies of #AF3F1B
Complementary color
Monochromatic Colors of #AF3F1B
Black with #AF3F1B
Text Example
Text Example
White with #AF3F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F1B; }
p { color: rgb(175,63,27); }
H1.HeaderClassName
{
color: #AF3F1B;
}
.AnyTagClassName
{
color: #AF3F1B;
}
</style>
background-color css
<style>
a { background-color: #AF3F1B; }
a { background-color: rgb(175,63,27); }
div.DivClassName
{
background-color: #AF3F1B;
}
.BgClassName
{
background-color: #AF3F1B;
}
</style>
border-color css
<style>
span { border-color: #AF3F1B; }
span { border-color: rgb(175,63,27); }
td.TdClassName
{
border-color: #AF3F1B;
}
.TagClassName
{
border-color: #AF3F1B;
}
</style>