Shades of Rust #AF3812
Tints of Rust #AF3812
RGB
CMYK
RGB Variations
Color information
#AF3812 (or 0xAF3812) is known color: Rust. HEX triplet: AF, 38 and 12. RGB value is (175,56,18). Sum of RGB (Red+Green+Blue) = 175+56+18=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3812 is #50C7ED. Grayscale: #575757. Windows color (decimal): -5294062 or 1194159. OLE color: 1194159.
HSL color Cylindrical-coordinate representation of color #AF3812: hue angle of 14.52º 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 #AF3812 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 18 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.31 |
| HSL | 14.52º | 0.81% | 0.38% | - |
| HSV(B) | 14.52º | 0.9% | 0.69% | - |
| XYZ | 19.2 | 11.99 | 1.87 | - |
| YUV | 87.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 18 | 0 | 0.68 | 0.90 | 0.31 | 14.52 | 0.81 | 0.38 |
| Hex | AF | 38 | 12 | 0 | 44 | 5A | 1F | F | 51 | 26 |
| Octal | 257 | 70 | 22 | 0 | 104 | 132 | 37 | 17 | 121 | 46 |
| Binary | 10101111 | 111000 | 10010 | 0 | 1000100 | 1011010 | 11111 | 1111 | 1010001 | 100110 |
Color Harmonies of #AF3812
Complementary color
Monochromatic Colors of #AF3812
Black with #AF3812
Text Example
Text Example
White with #AF3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3812; }
p { color: rgb(175,56,18); }
H1.HeaderClassName
{
color: #AF3812;
}
.AnyTagClassName
{
color: #AF3812;
}
</style>
background-color css
<style>
a { background-color: #AF3812; }
a { background-color: rgb(175,56,18); }
div.DivClassName
{
background-color: #AF3812;
}
.BgClassName
{
background-color: #AF3812;
}
</style>
border-color css
<style>
span { border-color: #AF3812; }
span { border-color: rgb(175,56,18); }
td.TdClassName
{
border-color: #AF3812;
}
.TagClassName
{
border-color: #AF3812;
}
</style>