Shades of Rust #AF401C
Tints of Rust #AF401C
RGB
CMYK
RGB Variations
Color information
#AF401C (or 0xAF401C) is known color: Rust. HEX triplet: AF, 40 and 1C. RGB value is (175,64,28). Sum of RGB (Red+Green+Blue) = 175+64+28=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF401C is #50BFE3. Grayscale: #5D5D5D. Windows color (decimal): -5292004 or 1851567. OLE color: 1851567.
HSL color Cylindrical-coordinate representation of color #AF401C: hue angle of 14.69º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF401C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 28 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.31 |
| HSL | 14.69º | 0.72% | 0.4% | - |
| HSV(B) | 14.69º | 0.84% | 0.69% | - |
| XYZ | 19.72 | 12.86 | 2.54 | - |
| YUV | 93.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 28 | 0 | 0.63 | 0.84 | 0.31 | 14.69 | 0.72 | 0.4 |
| Hex | AF | 40 | 1C | 0 | 3F | 54 | 1F | F | 48 | 28 |
| Octal | 257 | 100 | 34 | 0 | 77 | 124 | 37 | 17 | 110 | 50 |
| Binary | 10101111 | 1000000 | 11100 | 0 | 111111 | 1010100 | 11111 | 1111 | 1001000 | 101000 |
Color Harmonies of #AF401C
Complementary color
Monochromatic Colors of #AF401C
Black with #AF401C
Text Example
Text Example
White with #AF401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF401C; }
p { color: rgb(175,64,28); }
H1.HeaderClassName
{
color: #AF401C;
}
.AnyTagClassName
{
color: #AF401C;
}
</style>
background-color css
<style>
a { background-color: #AF401C; }
a { background-color: rgb(175,64,28); }
div.DivClassName
{
background-color: #AF401C;
}
.BgClassName
{
background-color: #AF401C;
}
</style>
border-color css
<style>
span { border-color: #AF401C; }
span { border-color: rgb(175,64,28); }
td.TdClassName
{
border-color: #AF401C;
}
.TagClassName
{
border-color: #AF401C;
}
</style>