Shades of Rust #AF440D
Tints of Rust #AF440D
RGB
CMYK
RGB Variations
Color information
#AF440D (or 0xAF440D) is known color: Rust. HEX triplet: AF, 44 and 0D. RGB value is (175,68,13). Sum of RGB (Red+Green+Blue) = 175+68+13=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF440D is #50BBF2. Grayscale: #5E5E5E. Windows color (decimal): -5290995 or 869551. OLE color: 869551.
HSL color Cylindrical-coordinate representation of color #AF440D: hue angle of 20.37º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF440D is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 13 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.31 |
| HSL | 20.37º | 0.86% | 0.37% | - |
| HSV(B) | 20.37º | 0.93% | 0.69% | - |
| XYZ | 19.82 | 13.28 | 1.9 | - |
| YUV | 93.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 13 | 0 | 0.61 | 0.93 | 0.31 | 20.37 | 0.86 | 0.37 |
| Hex | AF | 44 | D | 0 | 3D | 5D | 1F | 14 | 56 | 25 |
| Octal | 257 | 104 | 15 | 0 | 75 | 135 | 37 | 24 | 126 | 45 |
| Binary | 10101111 | 1000100 | 1101 | 0 | 111101 | 1011101 | 11111 | 10100 | 1010110 | 100101 |
Color Harmonies of #AF440D
Complementary color
Monochromatic Colors of #AF440D
Black with #AF440D
Text Example
Text Example
White with #AF440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF440D; }
p { color: rgb(175,68,13); }
H1.HeaderClassName
{
color: #AF440D;
}
.AnyTagClassName
{
color: #AF440D;
}
</style>
background-color css
<style>
a { background-color: #AF440D; }
a { background-color: rgb(175,68,13); }
div.DivClassName
{
background-color: #AF440D;
}
.BgClassName
{
background-color: #AF440D;
}
</style>
border-color css
<style>
span { border-color: #AF440D; }
span { border-color: rgb(175,68,13); }
td.TdClassName
{
border-color: #AF440D;
}
.TagClassName
{
border-color: #AF440D;
}
</style>