Shades of Rust #AF4214
Tints of Rust #AF4214
RGB
CMYK
RGB Variations
Color information
#AF4214 (or 0xAF4214) is known color: Rust. HEX triplet: AF, 42 and 14. RGB value is (175,66,20). Sum of RGB (Red+Green+Blue) = 175+66+20=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4214 is #50BDEB. Grayscale: #5D5D5D. Windows color (decimal): -5291500 or 1327791. OLE color: 1327791.
HSL color Cylindrical-coordinate representation of color #AF4214: hue angle of 17.81º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF4214 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 20 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.31 |
| HSL | 17.81º | 0.79% | 0.38% | - |
| HSV(B) | 17.81º | 0.89% | 0.69% | - |
| XYZ | 19.75 | 13.06 | 2.14 | - |
| YUV | 93.35 | 86.61 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 20 | 0 | 0.62 | 0.89 | 0.31 | 17.81 | 0.79 | 0.38 |
| Hex | AF | 42 | 14 | 0 | 3E | 59 | 1F | 12 | 4F | 26 |
| Octal | 257 | 102 | 24 | 0 | 76 | 131 | 37 | 22 | 117 | 46 |
| Binary | 10101111 | 1000010 | 10100 | 0 | 111110 | 1011001 | 11111 | 10010 | 1001111 | 100110 |
Color Harmonies of #AF4214
Complementary color
Monochromatic Colors of #AF4214
Black with #AF4214
Text Example
Text Example
White with #AF4214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4214; }
p { color: rgb(175,66,20); }
H1.HeaderClassName
{
color: #AF4214;
}
.AnyTagClassName
{
color: #AF4214;
}
</style>
background-color css
<style>
a { background-color: #AF4214; }
a { background-color: rgb(175,66,20); }
div.DivClassName
{
background-color: #AF4214;
}
.BgClassName
{
background-color: #AF4214;
}
</style>
border-color css
<style>
span { border-color: #AF4214; }
span { border-color: rgb(175,66,20); }
td.TdClassName
{
border-color: #AF4214;
}
.TagClassName
{
border-color: #AF4214;
}
</style>