Shades of Rust #AF391D
Tints of Rust #AF391D
RGB
CMYK
RGB Variations
Color information
#AF391D (or 0xAF391D) is known color: Rust. HEX triplet: AF, 39 and 1D. RGB value is (175,57,29). Sum of RGB (Red+Green+Blue) = 175+57+29=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF391D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF391D is #50C6E2. Grayscale: #595959. Windows color (decimal): -5293795 or 1915311. OLE color: 1915311.
HSL color Cylindrical-coordinate representation of color #AF391D: hue angle of 11.51º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF391D is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 29 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.31 |
| HSL | 11.51º | 0.72% | 0.4% | - |
| HSV(B) | 11.51º | 0.83% | 0.69% | - |
| XYZ | 19.36 | 12.13 | 2.48 | - |
| YUV | 89.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 29 | 0 | 0.67 | 0.83 | 0.31 | 11.51 | 0.72 | 0.4 |
| Hex | AF | 39 | 1D | 0 | 43 | 53 | 1F | C | 48 | 28 |
| Octal | 257 | 71 | 35 | 0 | 103 | 123 | 37 | 14 | 110 | 50 |
| Binary | 10101111 | 111001 | 11101 | 0 | 1000011 | 1010011 | 11111 | 1100 | 1001000 | 101000 |
Color Harmonies of #AF391D
Complementary color
Monochromatic Colors of #AF391D
Black with #AF391D
Text Example
Text Example
White with #AF391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF391D; }
p { color: rgb(175,57,29); }
H1.HeaderClassName
{
color: #AF391D;
}
.AnyTagClassName
{
color: #AF391D;
}
</style>
background-color css
<style>
a { background-color: #AF391D; }
a { background-color: rgb(175,57,29); }
div.DivClassName
{
background-color: #AF391D;
}
.BgClassName
{
background-color: #AF391D;
}
</style>
border-color css
<style>
span { border-color: #AF391D; }
span { border-color: rgb(175,57,29); }
td.TdClassName
{
border-color: #AF391D;
}
.TagClassName
{
border-color: #AF391D;
}
</style>