Shades of Rust #AF441C
Tints of Rust #AF441C
RGB
CMYK
RGB Variations
Color information
#AF441C (or 0xAF441C) is known color: Rust. HEX triplet: AF, 44 and 1C. RGB value is (175,68,28). Sum of RGB (Red+Green+Blue) = 175+68+28=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF441C is #50BBE3. Grayscale: #5F5F5F. Windows color (decimal): -5290980 or 1852591. OLE color: 1852591.
HSL color Cylindrical-coordinate representation of color #AF441C: hue angle of 16.33º 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 #AF441C is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 28 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.31 |
| HSL | 16.33º | 0.72% | 0.4% | - |
| HSV(B) | 16.33º | 0.84% | 0.69% | - |
| XYZ | 19.96 | 13.33 | 2.62 | - |
| YUV | 95.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 28 | 0 | 0.61 | 0.84 | 0.31 | 16.33 | 0.72 | 0.4 |
| Hex | AF | 44 | 1C | 0 | 3D | 54 | 1F | 10 | 48 | 28 |
| Octal | 257 | 104 | 34 | 0 | 75 | 124 | 37 | 20 | 110 | 50 |
| Binary | 10101111 | 1000100 | 11100 | 0 | 111101 | 1010100 | 11111 | 10000 | 1001000 | 101000 |
Color Harmonies of #AF441C
Complementary color
Monochromatic Colors of #AF441C
Black with #AF441C
Text Example
Text Example
White with #AF441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF441C; }
p { color: rgb(175,68,28); }
H1.HeaderClassName
{
color: #AF441C;
}
.AnyTagClassName
{
color: #AF441C;
}
</style>
background-color css
<style>
a { background-color: #AF441C; }
a { background-color: rgb(175,68,28); }
div.DivClassName
{
background-color: #AF441C;
}
.BgClassName
{
background-color: #AF441C;
}
</style>
border-color css
<style>
span { border-color: #AF441C; }
span { border-color: rgb(175,68,28); }
td.TdClassName
{
border-color: #AF441C;
}
.TagClassName
{
border-color: #AF441C;
}
</style>