Shades of Rust #AF4A12
Tints of Rust #AF4A12
RGB
CMYK
RGB Variations
Color information
#AF4A12 (or 0xAF4A12) is known color: Rust. HEX triplet: AF, 4A and 12. RGB value is (175,74,18). Sum of RGB (Red+Green+Blue) = 175+74+18=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4A12 is #50B5ED. Grayscale: #626262. Windows color (decimal): -5289454 or 1198767. OLE color: 1198767.
HSL color Cylindrical-coordinate representation of color #AF4A12: hue angle of 21.4º 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 #AF4A12 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 18 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.31 |
| HSL | 21.4º | 0.81% | 0.38% | - |
| HSV(B) | 21.4º | 0.9% | 0.69% | - |
| XYZ | 20.24 | 14.06 | 2.22 | - |
| YUV | 97.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 18 | 0 | 0.58 | 0.90 | 0.31 | 21.4 | 0.81 | 0.38 |
| Hex | AF | 4A | 12 | 0 | 3A | 5A | 1F | 15 | 51 | 26 |
| Octal | 257 | 112 | 22 | 0 | 72 | 132 | 37 | 25 | 121 | 46 |
| Binary | 10101111 | 1001010 | 10010 | 0 | 111010 | 1011010 | 11111 | 10101 | 1010001 | 100110 |
Color Harmonies of #AF4A12
Complementary color
Monochromatic Colors of #AF4A12
Black with #AF4A12
Text Example
Text Example
White with #AF4A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A12; }
p { color: rgb(175,74,18); }
H1.HeaderClassName
{
color: #AF4A12;
}
.AnyTagClassName
{
color: #AF4A12;
}
</style>
background-color css
<style>
a { background-color: #AF4A12; }
a { background-color: rgb(175,74,18); }
div.DivClassName
{
background-color: #AF4A12;
}
.BgClassName
{
background-color: #AF4A12;
}
</style>
border-color css
<style>
span { border-color: #AF4A12; }
span { border-color: rgb(175,74,18); }
td.TdClassName
{
border-color: #AF4A12;
}
.TagClassName
{
border-color: #AF4A12;
}
</style>