Shades of Rust #AF4312
Tints of Rust #AF4312
RGB
CMYK
RGB Variations
Color information
#AF4312 (or 0xAF4312) is known color: Rust. HEX triplet: AF, 43 and 12. RGB value is (175,67,18). Sum of RGB (Red+Green+Blue) = 175+67+18=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4312 is #50BCED. Grayscale: #5E5E5E. Windows color (decimal): -5291246 or 1196975. OLE color: 1196975.
HSL color Cylindrical-coordinate representation of color #AF4312: hue angle of 18.73º 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 #AF4312 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 18 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.31 |
| HSL | 18.73º | 0.81% | 0.38% | - |
| HSV(B) | 18.73º | 0.9% | 0.69% | - |
| XYZ | 19.8 | 13.17 | 2.07 | - |
| YUV | 93.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 18 | 0 | 0.62 | 0.90 | 0.31 | 18.73 | 0.81 | 0.38 |
| Hex | AF | 43 | 12 | 0 | 3E | 5A | 1F | 13 | 51 | 26 |
| Octal | 257 | 103 | 22 | 0 | 76 | 132 | 37 | 23 | 121 | 46 |
| Binary | 10101111 | 1000011 | 10010 | 0 | 111110 | 1011010 | 11111 | 10011 | 1010001 | 100110 |
Color Harmonies of #AF4312
Complementary color
Monochromatic Colors of #AF4312
Black with #AF4312
Text Example
Text Example
White with #AF4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4312; }
p { color: rgb(175,67,18); }
H1.HeaderClassName
{
color: #AF4312;
}
.AnyTagClassName
{
color: #AF4312;
}
</style>
background-color css
<style>
a { background-color: #AF4312; }
a { background-color: rgb(175,67,18); }
div.DivClassName
{
background-color: #AF4312;
}
.BgClassName
{
background-color: #AF4312;
}
</style>
border-color css
<style>
span { border-color: #AF4312; }
span { border-color: rgb(175,67,18); }
td.TdClassName
{
border-color: #AF4312;
}
.TagClassName
{
border-color: #AF4312;
}
</style>