Shades of Rust #AF441B
Tints of Rust #AF441B
RGB
CMYK
RGB Variations
Color information
#AF441B (or 0xAF441B) is known color: Rust. HEX triplet: AF, 44 and 1B. RGB value is (175,68,27). Sum of RGB (Red+Green+Blue) = 175+68+27=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF441B is #50BBE4. Grayscale: #5F5F5F. Windows color (decimal): -5290981 or 1787055. OLE color: 1787055.
HSL color Cylindrical-coordinate representation of color #AF441B: hue angle of 16.62º 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 #AF441B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 27 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.31 |
| HSL | 16.62º | 0.73% | 0.4% | - |
| HSV(B) | 16.62º | 0.85% | 0.69% | - |
| XYZ | 19.94 | 13.33 | 2.56 | - |
| YUV | 95.32 | 89.45 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 27 | 0 | 0.61 | 0.85 | 0.31 | 16.62 | 0.73 | 0.4 |
| Hex | AF | 44 | 1B | 0 | 3D | 55 | 1F | 11 | 49 | 28 |
| Octal | 257 | 104 | 33 | 0 | 75 | 125 | 37 | 21 | 111 | 50 |
| Binary | 10101111 | 1000100 | 11011 | 0 | 111101 | 1010101 | 11111 | 10001 | 1001001 | 101000 |
Color Harmonies of #AF441B
Complementary color
Monochromatic Colors of #AF441B
Black with #AF441B
Text Example
Text Example
White with #AF441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF441B; }
p { color: rgb(175,68,27); }
H1.HeaderClassName
{
color: #AF441B;
}
.AnyTagClassName
{
color: #AF441B;
}
</style>
background-color css
<style>
a { background-color: #AF441B; }
a { background-color: rgb(175,68,27); }
div.DivClassName
{
background-color: #AF441B;
}
.BgClassName
{
background-color: #AF441B;
}
</style>
border-color css
<style>
span { border-color: #AF441B; }
span { border-color: rgb(175,68,27); }
td.TdClassName
{
border-color: #AF441B;
}
.TagClassName
{
border-color: #AF441B;
}
</style>