Shades of Rust #AF471C
Tints of Rust #AF471C
RGB
CMYK
RGB Variations
Color information
#AF471C (or 0xAF471C) is known color: Rust. HEX triplet: AF, 47 and 1C. RGB value is (175,71,28). Sum of RGB (Red+Green+Blue) = 175+71+28=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF471C is #50B8E3. Grayscale: #616161. Windows color (decimal): -5290212 or 1853359. OLE color: 1853359.
HSL color Cylindrical-coordinate representation of color #AF471C: hue angle of 17.55º 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 #AF471C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 28 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.31 |
| HSL | 17.55º | 0.72% | 0.4% | - |
| HSV(B) | 17.55º | 0.84% | 0.69% | - |
| XYZ | 20.14 | 13.7 | 2.68 | - |
| YUV | 97.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 28 | 0 | 0.59 | 0.84 | 0.31 | 17.55 | 0.72 | 0.4 |
| Hex | AF | 47 | 1C | 0 | 3B | 54 | 1F | 12 | 48 | 28 |
| Octal | 257 | 107 | 34 | 0 | 73 | 124 | 37 | 22 | 110 | 50 |
| Binary | 10101111 | 1000111 | 11100 | 0 | 111011 | 1010100 | 11111 | 10010 | 1001000 | 101000 |
Color Harmonies of #AF471C
Complementary color
Monochromatic Colors of #AF471C
Black with #AF471C
Text Example
Text Example
White with #AF471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF471C; }
p { color: rgb(175,71,28); }
H1.HeaderClassName
{
color: #AF471C;
}
.AnyTagClassName
{
color: #AF471C;
}
</style>
background-color css
<style>
a { background-color: #AF471C; }
a { background-color: rgb(175,71,28); }
div.DivClassName
{
background-color: #AF471C;
}
.BgClassName
{
background-color: #AF471C;
}
</style>
border-color css
<style>
span { border-color: #AF471C; }
span { border-color: rgb(175,71,28); }
td.TdClassName
{
border-color: #AF471C;
}
.TagClassName
{
border-color: #AF471C;
}
</style>