Shades of Rust #AF401B
Tints of Rust #AF401B
RGB
CMYK
RGB Variations
Color information
#AF401B (or 0xAF401B) is known color: Rust. HEX triplet: AF, 40 and 1B. RGB value is (175,64,27). Sum of RGB (Red+Green+Blue) = 175+64+27=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF401B is #50BFE4. Grayscale: #5D5D5D. Windows color (decimal): -5292005 or 1786031. OLE color: 1786031.
HSL color Cylindrical-coordinate representation of color #AF401B: hue angle of 15º 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 #AF401B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 27 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.31 |
| HSL | 15º | 0.73% | 0.4% | - |
| HSV(B) | 15º | 0.85% | 0.69% | - |
| XYZ | 19.71 | 12.86 | 2.48 | - |
| YUV | 92.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 27 | 0 | 0.63 | 0.85 | 0.31 | 15 | 0.73 | 0.4 |
| Hex | AF | 40 | 1B | 0 | 3F | 55 | 1F | F | 49 | 28 |
| Octal | 257 | 100 | 33 | 0 | 77 | 125 | 37 | 17 | 111 | 50 |
| Binary | 10101111 | 1000000 | 11011 | 0 | 111111 | 1010101 | 11111 | 1111 | 1001001 | 101000 |
Color Harmonies of #AF401B
Complementary color
Monochromatic Colors of #AF401B
Black with #AF401B
Text Example
Text Example
White with #AF401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF401B; }
p { color: rgb(175,64,27); }
H1.HeaderClassName
{
color: #AF401B;
}
.AnyTagClassName
{
color: #AF401B;
}
</style>
background-color css
<style>
a { background-color: #AF401B; }
a { background-color: rgb(175,64,27); }
div.DivClassName
{
background-color: #AF401B;
}
.BgClassName
{
background-color: #AF401B;
}
</style>
border-color css
<style>
span { border-color: #AF401B; }
span { border-color: rgb(175,64,27); }
td.TdClassName
{
border-color: #AF401B;
}
.TagClassName
{
border-color: #AF401B;
}
</style>