Shades of Rust #AF3C1F
Tints of Rust #AF3C1F
RGB
CMYK
RGB Variations
Color information
#AF3C1F (or 0xAF3C1F) is known color: Rust. HEX triplet: AF, 3C and 1F. RGB value is (175,60,31). Sum of RGB (Red+Green+Blue) = 175+60+31=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C1F is #50C3E0. Grayscale: #5B5B5B. Windows color (decimal): -5293025 or 2047151. OLE color: 2047151.
HSL color Cylindrical-coordinate representation of color #AF3C1F: hue angle of 12.08º 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 #AF3C1F is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 31 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.31 |
| HSL | 12.08º | 0.7% | 0.4% | - |
| HSV(B) | 12.08º | 0.82% | 0.69% | - |
| XYZ | 19.54 | 12.44 | 2.67 | - |
| YUV | 91.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 31 | 0 | 0.66 | 0.82 | 0.31 | 12.08 | 0.7 | 0.4 |
| Hex | AF | 3C | 1F | 0 | 42 | 52 | 1F | C | 46 | 28 |
| Octal | 257 | 74 | 37 | 0 | 102 | 122 | 37 | 14 | 106 | 50 |
| Binary | 10101111 | 111100 | 11111 | 0 | 1000010 | 1010010 | 11111 | 1100 | 1000110 | 101000 |
Color Harmonies of #AF3C1F
Complementary color
Monochromatic Colors of #AF3C1F
Black with #AF3C1F
Text Example
Text Example
White with #AF3C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C1F; }
p { color: rgb(175,60,31); }
H1.HeaderClassName
{
color: #AF3C1F;
}
.AnyTagClassName
{
color: #AF3C1F;
}
</style>
background-color css
<style>
a { background-color: #AF3C1F; }
a { background-color: rgb(175,60,31); }
div.DivClassName
{
background-color: #AF3C1F;
}
.BgClassName
{
background-color: #AF3C1F;
}
</style>
border-color css
<style>
span { border-color: #AF3C1F; }
span { border-color: rgb(175,60,31); }
td.TdClassName
{
border-color: #AF3C1F;
}
.TagClassName
{
border-color: #AF3C1F;
}
</style>