Shades of Rust #AF440A
Tints of Rust #AF440A
RGB
CMYK
RGB Variations
Color information
#AF440A (or 0xAF440A) is known color: Rust. HEX triplet: AF, 44 and 0A. RGB value is (175,68,10). Sum of RGB (Red+Green+Blue) = 175+68+10=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF440A is #50BBF5. Grayscale: #5D5D5D. Windows color (decimal): -5290998 or 672943. OLE color: 672943.
HSL color Cylindrical-coordinate representation of color #AF440A: hue angle of 21.09º degrees, saturation: 0.89, 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 #AF440A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.31 |
| HSL | 21.09º | 0.89% | 0.36% | - |
| HSV(B) | 21.09º | 0.94% | 0.69% | - |
| XYZ | 19.8 | 13.27 | 1.8 | - |
| YUV | 93.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 10 | 0 | 0.61 | 0.94 | 0.31 | 21.09 | 0.89 | 0.36 |
| Hex | AF | 44 | A | 0 | 3D | 5E | 1F | 15 | 59 | 24 |
| Octal | 257 | 104 | 12 | 0 | 75 | 136 | 37 | 25 | 131 | 44 |
| Binary | 10101111 | 1000100 | 1010 | 0 | 111101 | 1011110 | 11111 | 10101 | 1011001 | 100100 |
Color Harmonies of #AF440A
Complementary color
Monochromatic Colors of #AF440A
Black with #AF440A
Text Example
Text Example
White with #AF440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF440A; }
p { color: rgb(175,68,10); }
H1.HeaderClassName
{
color: #AF440A;
}
.AnyTagClassName
{
color: #AF440A;
}
</style>
background-color css
<style>
a { background-color: #AF440A; }
a { background-color: rgb(175,68,10); }
div.DivClassName
{
background-color: #AF440A;
}
.BgClassName
{
background-color: #AF440A;
}
</style>
border-color css
<style>
span { border-color: #AF440A; }
span { border-color: rgb(175,68,10); }
td.TdClassName
{
border-color: #AF440A;
}
.TagClassName
{
border-color: #AF440A;
}
</style>