Shades of Rust #AF2F12
Tints of Rust #AF2F12
RGB
CMYK
RGB Variations
Color information
#AF2F12 (or 0xAF2F12) is known color: Rust. HEX triplet: AF, 2F and 12. RGB value is (175,47,18). Sum of RGB (Red+Green+Blue) = 175+47+18=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F12 is #50D0ED. Grayscale: #525252. Windows color (decimal): -5296366 or 1191855. OLE color: 1191855.
HSL color Cylindrical-coordinate representation of color #AF2F12: hue angle of 11.08º 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 #AF2F12 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 18 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.31 |
| HSL | 11.08º | 0.81% | 0.38% | - |
| HSV(B) | 11.08º | 0.9% | 0.69% | - |
| XYZ | 18.8 | 11.19 | 1.74 | - |
| YUV | 81.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 18 | 0 | 0.73 | 0.90 | 0.31 | 11.08 | 0.81 | 0.38 |
| Hex | AF | 2F | 12 | 0 | 49 | 5A | 1F | B | 51 | 26 |
| Octal | 257 | 57 | 22 | 0 | 111 | 132 | 37 | 13 | 121 | 46 |
| Binary | 10101111 | 101111 | 10010 | 0 | 1001001 | 1011010 | 11111 | 1011 | 1010001 | 100110 |
Color Harmonies of #AF2F12
Complementary color
Monochromatic Colors of #AF2F12
Black with #AF2F12
Text Example
Text Example
White with #AF2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F12; }
p { color: rgb(175,47,18); }
H1.HeaderClassName
{
color: #AF2F12;
}
.AnyTagClassName
{
color: #AF2F12;
}
</style>
background-color css
<style>
a { background-color: #AF2F12; }
a { background-color: rgb(175,47,18); }
div.DivClassName
{
background-color: #AF2F12;
}
.BgClassName
{
background-color: #AF2F12;
}
</style>
border-color css
<style>
span { border-color: #AF2F12; }
span { border-color: rgb(175,47,18); }
td.TdClassName
{
border-color: #AF2F12;
}
.TagClassName
{
border-color: #AF2F12;
}
</style>