Shades of Rust #AF3A1C
Tints of Rust #AF3A1C
RGB
CMYK
RGB Variations
Color information
#AF3A1C (or 0xAF3A1C) is known color: Rust. HEX triplet: AF, 3A and 1C. RGB value is (175,58,28). Sum of RGB (Red+Green+Blue) = 175+58+28=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A1C is #50C5E3. Grayscale: #595959. Windows color (decimal): -5293540 or 1850031. OLE color: 1850031.
HSL color Cylindrical-coordinate representation of color #AF3A1C: hue angle of 12.24º 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 #AF3A1C is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 28 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.31 |
| HSL | 12.24º | 0.72% | 0.4% | - |
| HSV(B) | 12.24º | 0.84% | 0.69% | - |
| XYZ | 19.4 | 12.22 | 2.44 | - |
| YUV | 89.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 28 | 0 | 0.67 | 0.84 | 0.31 | 12.24 | 0.72 | 0.4 |
| Hex | AF | 3A | 1C | 0 | 43 | 54 | 1F | C | 48 | 28 |
| Octal | 257 | 72 | 34 | 0 | 103 | 124 | 37 | 14 | 110 | 50 |
| Binary | 10101111 | 111010 | 11100 | 0 | 1000011 | 1010100 | 11111 | 1100 | 1001000 | 101000 |
Color Harmonies of #AF3A1C
Complementary color
Monochromatic Colors of #AF3A1C
Black with #AF3A1C
Text Example
Text Example
White with #AF3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A1C; }
p { color: rgb(175,58,28); }
H1.HeaderClassName
{
color: #AF3A1C;
}
.AnyTagClassName
{
color: #AF3A1C;
}
</style>
background-color css
<style>
a { background-color: #AF3A1C; }
a { background-color: rgb(175,58,28); }
div.DivClassName
{
background-color: #AF3A1C;
}
.BgClassName
{
background-color: #AF3A1C;
}
</style>
border-color css
<style>
span { border-color: #AF3A1C; }
span { border-color: rgb(175,58,28); }
td.TdClassName
{
border-color: #AF3A1C;
}
.TagClassName
{
border-color: #AF3A1C;
}
</style>