Shades of Rust #AF391B
Tints of Rust #AF391B
RGB
CMYK
RGB Variations
Color information
#AF391B (or 0xAF391B) is known color: Rust. HEX triplet: AF, 39 and 1B. RGB value is (175,57,27). Sum of RGB (Red+Green+Blue) = 175+57+27=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF391B is #50C6E4. Grayscale: #595959. Windows color (decimal): -5293797 or 1784239. OLE color: 1784239.
HSL color Cylindrical-coordinate representation of color #AF391B: hue angle of 12.16º 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 #AF391B is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 27 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.31 |
| HSL | 12.16º | 0.73% | 0.4% | - |
| HSV(B) | 12.16º | 0.85% | 0.69% | - |
| XYZ | 19.34 | 12.12 | 2.36 | - |
| YUV | 88.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 27 | 0 | 0.67 | 0.85 | 0.31 | 12.16 | 0.73 | 0.4 |
| Hex | AF | 39 | 1B | 0 | 43 | 55 | 1F | C | 49 | 28 |
| Octal | 257 | 71 | 33 | 0 | 103 | 125 | 37 | 14 | 111 | 50 |
| Binary | 10101111 | 111001 | 11011 | 0 | 1000011 | 1010101 | 11111 | 1100 | 1001001 | 101000 |
Color Harmonies of #AF391B
Complementary color
Monochromatic Colors of #AF391B
Black with #AF391B
Text Example
Text Example
White with #AF391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF391B; }
p { color: rgb(175,57,27); }
H1.HeaderClassName
{
color: #AF391B;
}
.AnyTagClassName
{
color: #AF391B;
}
</style>
background-color css
<style>
a { background-color: #AF391B; }
a { background-color: rgb(175,57,27); }
div.DivClassName
{
background-color: #AF391B;
}
.BgClassName
{
background-color: #AF391B;
}
</style>
border-color css
<style>
span { border-color: #AF391B; }
span { border-color: rgb(175,57,27); }
td.TdClassName
{
border-color: #AF391B;
}
.TagClassName
{
border-color: #AF391B;
}
</style>