Shades of Rust #AF440B
Tints of Rust #AF440B
RGB
CMYK
RGB Variations
Color information
#AF440B (or 0xAF440B) is known color: Rust. HEX triplet: AF, 44 and 0B. RGB value is (175,68,11). Sum of RGB (Red+Green+Blue) = 175+68+11=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF440B is #50BBF4. Grayscale: #5D5D5D. Windows color (decimal): -5290997 or 738479. OLE color: 738479.
HSL color Cylindrical-coordinate representation of color #AF440B: hue angle of 20.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF440B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.31 |
| HSL | 20.85º | 0.88% | 0.36% | - |
| HSV(B) | 20.85º | 0.94% | 0.69% | - |
| XYZ | 19.81 | 13.27 | 1.83 | - |
| YUV | 93.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 11 | 0 | 0.61 | 0.94 | 0.31 | 20.85 | 0.88 | 0.36 |
| Hex | AF | 44 | B | 0 | 3D | 5E | 1F | 15 | 58 | 24 |
| Octal | 257 | 104 | 13 | 0 | 75 | 136 | 37 | 25 | 130 | 44 |
| Binary | 10101111 | 1000100 | 1011 | 0 | 111101 | 1011110 | 11111 | 10101 | 1011000 | 100100 |
Color Harmonies of #AF440B
Complementary color
Monochromatic Colors of #AF440B
Black with #AF440B
Text Example
Text Example
White with #AF440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF440B; }
p { color: rgb(175,68,11); }
H1.HeaderClassName
{
color: #AF440B;
}
.AnyTagClassName
{
color: #AF440B;
}
</style>
background-color css
<style>
a { background-color: #AF440B; }
a { background-color: rgb(175,68,11); }
div.DivClassName
{
background-color: #AF440B;
}
.BgClassName
{
background-color: #AF440B;
}
</style>
border-color css
<style>
span { border-color: #AF440B; }
span { border-color: rgb(175,68,11); }
td.TdClassName
{
border-color: #AF440B;
}
.TagClassName
{
border-color: #AF440B;
}
</style>