Shades of Rust #AF420E
Tints of Rust #AF420E
RGB
CMYK
RGB Variations
Color information
#AF420E (or 0xAF420E) is known color: Rust. HEX triplet: AF, 42 and 0E. RGB value is (175,66,14). Sum of RGB (Red+Green+Blue) = 175+66+14=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF420E is #50BDF1. Grayscale: #5C5C5C. Windows color (decimal): -5291506 or 934575. OLE color: 934575.
HSL color Cylindrical-coordinate representation of color #AF420E: hue angle of 19.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF420E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 14 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.31 |
| HSL | 19.38º | 0.85% | 0.37% | - |
| HSV(B) | 19.38º | 0.92% | 0.69% | - |
| XYZ | 19.71 | 13.04 | 1.89 | - |
| YUV | 92.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 14 | 0 | 0.62 | 0.92 | 0.31 | 19.38 | 0.85 | 0.37 |
| Hex | AF | 42 | E | 0 | 3E | 5C | 1F | 13 | 55 | 25 |
| Octal | 257 | 102 | 16 | 0 | 76 | 134 | 37 | 23 | 125 | 45 |
| Binary | 10101111 | 1000010 | 1110 | 0 | 111110 | 1011100 | 11111 | 10011 | 1010101 | 100101 |
Color Harmonies of #AF420E
Complementary color
Monochromatic Colors of #AF420E
Black with #AF420E
Text Example
Text Example
White with #AF420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF420E; }
p { color: rgb(175,66,14); }
H1.HeaderClassName
{
color: #AF420E;
}
.AnyTagClassName
{
color: #AF420E;
}
</style>
background-color css
<style>
a { background-color: #AF420E; }
a { background-color: rgb(175,66,14); }
div.DivClassName
{
background-color: #AF420E;
}
.BgClassName
{
background-color: #AF420E;
}
</style>
border-color css
<style>
span { border-color: #AF420E; }
span { border-color: rgb(175,66,14); }
td.TdClassName
{
border-color: #AF420E;
}
.TagClassName
{
border-color: #AF420E;
}
</style>