Shades of Rust #AF411D
Tints of Rust #AF411D
RGB
CMYK
RGB Variations
Color information
#AF411D (or 0xAF411D) is known color: Rust. HEX triplet: AF, 41 and 1D. RGB value is (175,65,29). Sum of RGB (Red+Green+Blue) = 175+65+29=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF411D is #50BEE2. Grayscale: #5E5E5E. Windows color (decimal): -5291747 or 1917359. OLE color: 1917359.
HSL color Cylindrical-coordinate representation of color #AF411D: hue angle of 14.79º 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 #AF411D is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 29 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.31 |
| HSL | 14.79º | 0.72% | 0.4% | - |
| HSV(B) | 14.79º | 0.83% | 0.69% | - |
| XYZ | 19.79 | 12.98 | 2.63 | - |
| YUV | 93.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 29 | 0 | 0.63 | 0.83 | 0.31 | 14.79 | 0.72 | 0.4 |
| Hex | AF | 41 | 1D | 0 | 3F | 53 | 1F | F | 48 | 28 |
| Octal | 257 | 101 | 35 | 0 | 77 | 123 | 37 | 17 | 110 | 50 |
| Binary | 10101111 | 1000001 | 11101 | 0 | 111111 | 1010011 | 11111 | 1111 | 1001000 | 101000 |
Color Harmonies of #AF411D
Complementary color
Monochromatic Colors of #AF411D
Black with #AF411D
Text Example
Text Example
White with #AF411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF411D; }
p { color: rgb(175,65,29); }
H1.HeaderClassName
{
color: #AF411D;
}
.AnyTagClassName
{
color: #AF411D;
}
</style>
background-color css
<style>
a { background-color: #AF411D; }
a { background-color: rgb(175,65,29); }
div.DivClassName
{
background-color: #AF411D;
}
.BgClassName
{
background-color: #AF411D;
}
</style>
border-color css
<style>
span { border-color: #AF411D; }
span { border-color: rgb(175,65,29); }
td.TdClassName
{
border-color: #AF411D;
}
.TagClassName
{
border-color: #AF411D;
}
</style>