Shades of Rust #AF4912
Tints of Rust #AF4912
RGB
CMYK
RGB Variations
Color information
#AF4912 (or 0xAF4912) is known color: Rust. HEX triplet: AF, 49 and 12. RGB value is (175,73,18). Sum of RGB (Red+Green+Blue) = 175+73+18=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4912 is #50B6ED. Grayscale: #616161. Windows color (decimal): -5289710 or 1198511. OLE color: 1198511.
HSL color Cylindrical-coordinate representation of color #AF4912: hue angle of 21.02º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF4912 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 18 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.31 |
| HSL | 21.02º | 0.81% | 0.38% | - |
| HSV(B) | 21.02º | 0.9% | 0.69% | - |
| XYZ | 20.17 | 13.92 | 2.2 | - |
| YUV | 97.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 18 | 0 | 0.58 | 0.90 | 0.31 | 21.02 | 0.81 | 0.38 |
| Hex | AF | 49 | 12 | 0 | 3A | 5A | 1F | 15 | 51 | 26 |
| Octal | 257 | 111 | 22 | 0 | 72 | 132 | 37 | 25 | 121 | 46 |
| Binary | 10101111 | 1001001 | 10010 | 0 | 111010 | 1011010 | 11111 | 10101 | 1010001 | 100110 |
Color Harmonies of #AF4912
Complementary color
Monochromatic Colors of #AF4912
Black with #AF4912
Text Example
Text Example
White with #AF4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4912; }
p { color: rgb(175,73,18); }
H1.HeaderClassName
{
color: #AF4912;
}
.AnyTagClassName
{
color: #AF4912;
}
</style>
background-color css
<style>
a { background-color: #AF4912; }
a { background-color: rgb(175,73,18); }
div.DivClassName
{
background-color: #AF4912;
}
.BgClassName
{
background-color: #AF4912;
}
</style>
border-color css
<style>
span { border-color: #AF4912; }
span { border-color: rgb(175,73,18); }
td.TdClassName
{
border-color: #AF4912;
}
.TagClassName
{
border-color: #AF4912;
}
</style>