Shades of Rust #AF3D0E
Tints of Rust #AF3D0E
RGB
CMYK
RGB Variations
Color information
#AF3D0E (or 0xAF3D0E) is known color: Rust. HEX triplet: AF, 3D and 0E. RGB value is (175,61,14). Sum of RGB (Red+Green+Blue) = 175+61+14=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3D0E is #50C2F1. Grayscale: #5A5A5A. Windows color (decimal): -5292786 or 933295. OLE color: 933295.
HSL color Cylindrical-coordinate representation of color #AF3D0E: hue angle of 17.52º 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 #AF3D0E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.31 |
| HSL | 17.52º | 0.85% | 0.37% | - |
| HSV(B) | 17.52º | 0.92% | 0.69% | - |
| XYZ | 19.43 | 12.48 | 1.8 | - |
| YUV | 89.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 14 | 0 | 0.65 | 0.92 | 0.31 | 17.52 | 0.85 | 0.37 |
| Hex | AF | 3D | E | 0 | 41 | 5C | 1F | 12 | 55 | 25 |
| Octal | 257 | 75 | 16 | 0 | 101 | 134 | 37 | 22 | 125 | 45 |
| Binary | 10101111 | 111101 | 1110 | 0 | 1000001 | 1011100 | 11111 | 10010 | 1010101 | 100101 |
Color Harmonies of #AF3D0E
Complementary color
Monochromatic Colors of #AF3D0E
Black with #AF3D0E
Text Example
Text Example
White with #AF3D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D0E; }
p { color: rgb(175,61,14); }
H1.HeaderClassName
{
color: #AF3D0E;
}
.AnyTagClassName
{
color: #AF3D0E;
}
</style>
background-color css
<style>
a { background-color: #AF3D0E; }
a { background-color: rgb(175,61,14); }
div.DivClassName
{
background-color: #AF3D0E;
}
.BgClassName
{
background-color: #AF3D0E;
}
</style>
border-color css
<style>
span { border-color: #AF3D0E; }
span { border-color: rgb(175,61,14); }
td.TdClassName
{
border-color: #AF3D0E;
}
.TagClassName
{
border-color: #AF3D0E;
}
</style>