Shades of Rust #AF3B12
Tints of Rust #AF3B12
RGB
CMYK
RGB Variations
Color information
#AF3B12 (or 0xAF3B12) is known color: Rust. HEX triplet: AF, 3B and 12. RGB value is (175,59,18). Sum of RGB (Red+Green+Blue) = 175+59+18=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3B12 is #50C4ED. Grayscale: #595959. Windows color (decimal): -5293294 or 1194927. OLE color: 1194927.
HSL color Cylindrical-coordinate representation of color #AF3B12: hue angle of 15.67º 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 #AF3B12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 59 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.31 |
| HSL | 15.67º | 0.81% | 0.38% | - |
| HSV(B) | 15.67º | 0.9% | 0.69% | - |
| XYZ | 19.35 | 12.29 | 1.92 | - |
| YUV | 89.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 18 | 0 | 0.66 | 0.90 | 0.31 | 15.67 | 0.81 | 0.38 |
| Hex | AF | 3B | 12 | 0 | 42 | 5A | 1F | 10 | 51 | 26 |
| Octal | 257 | 73 | 22 | 0 | 102 | 132 | 37 | 20 | 121 | 46 |
| Binary | 10101111 | 111011 | 10010 | 0 | 1000010 | 1011010 | 11111 | 10000 | 1010001 | 100110 |
Color Harmonies of #AF3B12
Complementary color
Monochromatic Colors of #AF3B12
Black with #AF3B12
Text Example
Text Example
White with #AF3B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3B12; }
p { color: rgb(175,59,18); }
H1.HeaderClassName
{
color: #AF3B12;
}
.AnyTagClassName
{
color: #AF3B12;
}
</style>
background-color css
<style>
a { background-color: #AF3B12; }
a { background-color: rgb(175,59,18); }
div.DivClassName
{
background-color: #AF3B12;
}
.BgClassName
{
background-color: #AF3B12;
}
</style>
border-color css
<style>
span { border-color: #AF3B12; }
span { border-color: rgb(175,59,18); }
td.TdClassName
{
border-color: #AF3B12;
}
.TagClassName
{
border-color: #AF3B12;
}
</style>