Shades of Rust #AF4212
Tints of Rust #AF4212
RGB
CMYK
RGB Variations
Color information
#AF4212 (or 0xAF4212) is known color: Rust. HEX triplet: AF, 42 and 12. RGB value is (175,66,18). Sum of RGB (Red+Green+Blue) = 175+66+18=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4212 is #50BDED. Grayscale: #5D5D5D. Windows color (decimal): -5291502 or 1196719. OLE color: 1196719.
HSL color Cylindrical-coordinate representation of color #AF4212: hue angle of 18.34º 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 #AF4212 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 18 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.31 |
| HSL | 18.34º | 0.81% | 0.38% | - |
| HSV(B) | 18.34º | 0.9% | 0.69% | - |
| XYZ | 19.74 | 13.05 | 2.05 | - |
| YUV | 93.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 18 | 0 | 0.62 | 0.90 | 0.31 | 18.34 | 0.81 | 0.38 |
| Hex | AF | 42 | 12 | 0 | 3E | 5A | 1F | 12 | 51 | 26 |
| Octal | 257 | 102 | 22 | 0 | 76 | 132 | 37 | 22 | 121 | 46 |
| Binary | 10101111 | 1000010 | 10010 | 0 | 111110 | 1011010 | 11111 | 10010 | 1010001 | 100110 |
Color Harmonies of #AF4212
Complementary color
Monochromatic Colors of #AF4212
Black with #AF4212
Text Example
Text Example
White with #AF4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4212; }
p { color: rgb(175,66,18); }
H1.HeaderClassName
{
color: #AF4212;
}
.AnyTagClassName
{
color: #AF4212;
}
</style>
background-color css
<style>
a { background-color: #AF4212; }
a { background-color: rgb(175,66,18); }
div.DivClassName
{
background-color: #AF4212;
}
.BgClassName
{
background-color: #AF4212;
}
</style>
border-color css
<style>
span { border-color: #AF4212; }
span { border-color: rgb(175,66,18); }
td.TdClassName
{
border-color: #AF4212;
}
.TagClassName
{
border-color: #AF4212;
}
</style>