Shades of Rust #AF411B
Tints of Rust #AF411B
RGB
CMYK
RGB Variations
Color information
#AF411B (or 0xAF411B) is known color: Rust. HEX triplet: AF, 41 and 1B. RGB value is (175,65,27). Sum of RGB (Red+Green+Blue) = 175+65+27=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF411B is #50BEE4. Grayscale: #5D5D5D. Windows color (decimal): -5291749 or 1786287. OLE color: 1786287.
HSL color Cylindrical-coordinate representation of color #AF411B: hue angle of 15.41º 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 #AF411B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 27 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.31 |
| HSL | 15.41º | 0.73% | 0.4% | - |
| HSV(B) | 15.41º | 0.85% | 0.69% | - |
| XYZ | 19.77 | 12.97 | 2.5 | - |
| YUV | 93.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 27 | 0 | 0.63 | 0.85 | 0.31 | 15.41 | 0.73 | 0.4 |
| Hex | AF | 41 | 1B | 0 | 3F | 55 | 1F | F | 49 | 28 |
| Octal | 257 | 101 | 33 | 0 | 77 | 125 | 37 | 17 | 111 | 50 |
| Binary | 10101111 | 1000001 | 11011 | 0 | 111111 | 1010101 | 11111 | 1111 | 1001001 | 101000 |
Color Harmonies of #AF411B
Complementary color
Monochromatic Colors of #AF411B
Black with #AF411B
Text Example
Text Example
White with #AF411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF411B; }
p { color: rgb(175,65,27); }
H1.HeaderClassName
{
color: #AF411B;
}
.AnyTagClassName
{
color: #AF411B;
}
</style>
background-color css
<style>
a { background-color: #AF411B; }
a { background-color: rgb(175,65,27); }
div.DivClassName
{
background-color: #AF411B;
}
.BgClassName
{
background-color: #AF411B;
}
</style>
border-color css
<style>
span { border-color: #AF411B; }
span { border-color: rgb(175,65,27); }
td.TdClassName
{
border-color: #AF411B;
}
.TagClassName
{
border-color: #AF411B;
}
</style>