Shades of Rust #AF4C12
Tints of Rust #AF4C12
RGB
CMYK
RGB Variations
Color information
#AF4C12 (or 0xAF4C12) is known color: Rust. HEX triplet: AF, 4C and 12. RGB value is (175,76,18). Sum of RGB (Red+Green+Blue) = 175+76+18=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C12 is #50B3ED. Grayscale: #636363. Windows color (decimal): -5288942 or 1199279. OLE color: 1199279.
HSL color Cylindrical-coordinate representation of color #AF4C12: hue angle of 22.17º 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 #AF4C12 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 76 | 18 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.31 |
| HSL | 22.17º | 0.81% | 0.38% | - |
| HSV(B) | 22.17º | 0.9% | 0.69% | - |
| XYZ | 20.37 | 14.33 | 2.26 | - |
| YUV | 98.99 | 82.3 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 18 | 0 | 0.57 | 0.90 | 0.31 | 22.17 | 0.81 | 0.38 |
| Hex | AF | 4C | 12 | 0 | 39 | 5A | 1F | 16 | 51 | 26 |
| Octal | 257 | 114 | 22 | 0 | 71 | 132 | 37 | 26 | 121 | 46 |
| Binary | 10101111 | 1001100 | 10010 | 0 | 111001 | 1011010 | 11111 | 10110 | 1010001 | 100110 |
Color Harmonies of #AF4C12
Complementary color
Monochromatic Colors of #AF4C12
Black with #AF4C12
Text Example
Text Example
White with #AF4C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4C12; }
p { color: rgb(175,76,18); }
H1.HeaderClassName
{
color: #AF4C12;
}
.AnyTagClassName
{
color: #AF4C12;
}
</style>
background-color css
<style>
a { background-color: #AF4C12; }
a { background-color: rgb(175,76,18); }
div.DivClassName
{
background-color: #AF4C12;
}
.BgClassName
{
background-color: #AF4C12;
}
</style>
border-color css
<style>
span { border-color: #AF4C12; }
span { border-color: rgb(175,76,18); }
td.TdClassName
{
border-color: #AF4C12;
}
.TagClassName
{
border-color: #AF4C12;
}
</style>