Shades of Rust #AF4F12
Tints of Rust #AF4F12
RGB
CMYK
RGB Variations
Color information
#AF4F12 (or 0xAF4F12) is known color: Rust. HEX triplet: AF, 4F and 12. RGB value is (175,79,18). Sum of RGB (Red+Green+Blue) = 175+79+18=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F12 is #50B0ED. Grayscale: #656565. Windows color (decimal): -5288174 or 1200047. OLE color: 1200047.
HSL color Cylindrical-coordinate representation of color #AF4F12: hue angle of 23.31º 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 #AF4F12 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.31 |
| HSL | 23.31º | 0.81% | 0.38% | - |
| HSV(B) | 23.31º | 0.9% | 0.69% | - |
| XYZ | 20.58 | 14.75 | 2.33 | - |
| YUV | 100.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 18 | 0 | 0.55 | 0.90 | 0.31 | 23.31 | 0.81 | 0.38 |
| Hex | AF | 4F | 12 | 0 | 37 | 5A | 1F | 17 | 51 | 26 |
| Octal | 257 | 117 | 22 | 0 | 67 | 132 | 37 | 27 | 121 | 46 |
| Binary | 10101111 | 1001111 | 10010 | 0 | 110111 | 1011010 | 11111 | 10111 | 1010001 | 100110 |
Color Harmonies of #AF4F12
Complementary color
Monochromatic Colors of #AF4F12
Black with #AF4F12
Text Example
Text Example
White with #AF4F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F12; }
p { color: rgb(175,79,18); }
H1.HeaderClassName
{
color: #AF4F12;
}
.AnyTagClassName
{
color: #AF4F12;
}
</style>
background-color css
<style>
a { background-color: #AF4F12; }
a { background-color: rgb(175,79,18); }
div.DivClassName
{
background-color: #AF4F12;
}
.BgClassName
{
background-color: #AF4F12;
}
</style>
border-color css
<style>
span { border-color: #AF4F12; }
span { border-color: rgb(175,79,18); }
td.TdClassName
{
border-color: #AF4F12;
}
.TagClassName
{
border-color: #AF4F12;
}
</style>