Shades of Rust #AF3E1C
Tints of Rust #AF3E1C
RGB
CMYK
RGB Variations
Color information
#AF3E1C (or 0xAF3E1C) is known color: Rust. HEX triplet: AF, 3E and 1C. RGB value is (175,62,28). Sum of RGB (Red+Green+Blue) = 175+62+28=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E1C is #50C1E3. Grayscale: #5C5C5C. Windows color (decimal): -5292516 or 1851055. OLE color: 1851055.
HSL color Cylindrical-coordinate representation of color #AF3E1C: hue angle of 13.88º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF3E1C is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 28 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.31 |
| HSL | 13.88º | 0.72% | 0.4% | - |
| HSV(B) | 13.88º | 0.84% | 0.69% | - |
| XYZ | 19.61 | 12.64 | 2.51 | - |
| YUV | 91.91 | 91.94 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 28 | 0 | 0.65 | 0.84 | 0.31 | 13.88 | 0.72 | 0.4 |
| Hex | AF | 3E | 1C | 0 | 41 | 54 | 1F | E | 48 | 28 |
| Octal | 257 | 76 | 34 | 0 | 101 | 124 | 37 | 16 | 110 | 50 |
| Binary | 10101111 | 111110 | 11100 | 0 | 1000001 | 1010100 | 11111 | 1110 | 1001000 | 101000 |
Color Harmonies of #AF3E1C
Complementary color
Monochromatic Colors of #AF3E1C
Black with #AF3E1C
Text Example
Text Example
White with #AF3E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E1C; }
p { color: rgb(175,62,28); }
H1.HeaderClassName
{
color: #AF3E1C;
}
.AnyTagClassName
{
color: #AF3E1C;
}
</style>
background-color css
<style>
a { background-color: #AF3E1C; }
a { background-color: rgb(175,62,28); }
div.DivClassName
{
background-color: #AF3E1C;
}
.BgClassName
{
background-color: #AF3E1C;
}
</style>
border-color css
<style>
span { border-color: #AF3E1C; }
span { border-color: rgb(175,62,28); }
td.TdClassName
{
border-color: #AF3E1C;
}
.TagClassName
{
border-color: #AF3E1C;
}
</style>