Shades of Rust #AF441F
Tints of Rust #AF441F
RGB
CMYK
RGB Variations
Color information
#AF441F (or 0xAF441F) is known color: Rust. HEX triplet: AF, 44 and 1F. RGB value is (175,68,31). Sum of RGB (Red+Green+Blue) = 175+68+31=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF441F is #50BBE0. Grayscale: #606060. Windows color (decimal): -5290977 or 2049199. OLE color: 2049199.
HSL color Cylindrical-coordinate representation of color #AF441F: hue angle of 15.42º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF441F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 31 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.31 |
| HSL | 15.42º | 0.7% | 0.4% | - |
| HSV(B) | 15.42º | 0.82% | 0.69% | - |
| XYZ | 19.99 | 13.35 | 2.82 | - |
| YUV | 95.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 31 | 0 | 0.61 | 0.82 | 0.31 | 15.42 | 0.7 | 0.4 |
| Hex | AF | 44 | 1F | 0 | 3D | 52 | 1F | F | 46 | 28 |
| Octal | 257 | 104 | 37 | 0 | 75 | 122 | 37 | 17 | 106 | 50 |
| Binary | 10101111 | 1000100 | 11111 | 0 | 111101 | 1010010 | 11111 | 1111 | 1000110 | 101000 |
Color Harmonies of #AF441F
Complementary color
Monochromatic Colors of #AF441F
Black with #AF441F
Text Example
Text Example
White with #AF441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF441F; }
p { color: rgb(175,68,31); }
H1.HeaderClassName
{
color: #AF441F;
}
.AnyTagClassName
{
color: #AF441F;
}
</style>
background-color css
<style>
a { background-color: #AF441F; }
a { background-color: rgb(175,68,31); }
div.DivClassName
{
background-color: #AF441F;
}
.BgClassName
{
background-color: #AF441F;
}
</style>
border-color css
<style>
span { border-color: #AF441F; }
span { border-color: rgb(175,68,31); }
td.TdClassName
{
border-color: #AF441F;
}
.TagClassName
{
border-color: #AF441F;
}
</style>