Shades of Rust #AF4B0E
Tints of Rust #AF4B0E
RGB
CMYK
RGB Variations
Color information
#AF4B0E (or 0xAF4B0E) is known color: Rust. HEX triplet: AF, 4B and 0E. RGB value is (175,75,14). Sum of RGB (Red+Green+Blue) = 175+75+14=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4B0E is #50B4F1. Grayscale: #626262. Windows color (decimal): -5289202 or 936879. OLE color: 936879.
HSL color Cylindrical-coordinate representation of color #AF4B0E: hue angle of 22.73º 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 #AF4B0E is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 75 | 14 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.31 |
| HSL | 22.73º | 0.85% | 0.37% | - |
| HSV(B) | 22.73º | 0.92% | 0.69% | - |
| XYZ | 20.27 | 14.18 | 2.08 | - |
| YUV | 97.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 14 | 0 | 0.57 | 0.92 | 0.31 | 22.73 | 0.85 | 0.37 |
| Hex | AF | 4B | E | 0 | 39 | 5C | 1F | 17 | 55 | 25 |
| Octal | 257 | 113 | 16 | 0 | 71 | 134 | 37 | 27 | 125 | 45 |
| Binary | 10101111 | 1001011 | 1110 | 0 | 111001 | 1011100 | 11111 | 10111 | 1010101 | 100101 |
Color Harmonies of #AF4B0E
Complementary color
Monochromatic Colors of #AF4B0E
Black with #AF4B0E
Text Example
Text Example
White with #AF4B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4B0E; }
p { color: rgb(175,75,14); }
H1.HeaderClassName
{
color: #AF4B0E;
}
.AnyTagClassName
{
color: #AF4B0E;
}
</style>
background-color css
<style>
a { background-color: #AF4B0E; }
a { background-color: rgb(175,75,14); }
div.DivClassName
{
background-color: #AF4B0E;
}
.BgClassName
{
background-color: #AF4B0E;
}
</style>
border-color css
<style>
span { border-color: #AF4B0E; }
span { border-color: rgb(175,75,14); }
td.TdClassName
{
border-color: #AF4B0E;
}
.TagClassName
{
border-color: #AF4B0E;
}
</style>