Shades of Rust #AF401A
Tints of Rust #AF401A
RGB
CMYK
RGB Variations
Color information
#AF401A (or 0xAF401A) is known color: Rust. HEX triplet: AF, 40 and 1A. RGB value is (175,64,26). Sum of RGB (Red+Green+Blue) = 175+64+26=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF401A is #50BFE5. Grayscale: #5D5D5D. Windows color (decimal): -5292006 or 1720495. OLE color: 1720495.
HSL color Cylindrical-coordinate representation of color #AF401A: hue angle of 15.3º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF401A is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 26 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.31 |
| HSL | 15.3º | 0.74% | 0.39% | - |
| HSV(B) | 15.3º | 0.85% | 0.69% | - |
| XYZ | 19.7 | 12.86 | 2.42 | - |
| YUV | 92.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 26 | 0 | 0.63 | 0.85 | 0.31 | 15.3 | 0.74 | 0.39 |
| Hex | AF | 40 | 1A | 0 | 3F | 55 | 1F | F | 4A | 27 |
| Octal | 257 | 100 | 32 | 0 | 77 | 125 | 37 | 17 | 112 | 47 |
| Binary | 10101111 | 1000000 | 11010 | 0 | 111111 | 1010101 | 11111 | 1111 | 1001010 | 100111 |
Color Harmonies of #AF401A
Complementary color
Monochromatic Colors of #AF401A
Black with #AF401A
Text Example
Text Example
White with #AF401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF401A; }
p { color: rgb(175,64,26); }
H1.HeaderClassName
{
color: #AF401A;
}
.AnyTagClassName
{
color: #AF401A;
}
</style>
background-color css
<style>
a { background-color: #AF401A; }
a { background-color: rgb(175,64,26); }
div.DivClassName
{
background-color: #AF401A;
}
.BgClassName
{
background-color: #AF401A;
}
</style>
border-color css
<style>
span { border-color: #AF401A; }
span { border-color: rgb(175,64,26); }
td.TdClassName
{
border-color: #AF401A;
}
.TagClassName
{
border-color: #AF401A;
}
</style>