Shades of Rust #AF3E1B
Tints of Rust #AF3E1B
RGB
CMYK
RGB Variations
Color information
#AF3E1B (or 0xAF3E1B) is known color: Rust. HEX triplet: AF, 3E and 1B. RGB value is (175,62,27). Sum of RGB (Red+Green+Blue) = 175+62+27=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E1B is #50C1E4. Grayscale: #5C5C5C. Windows color (decimal): -5292517 or 1785519. OLE color: 1785519.
HSL color Cylindrical-coordinate representation of color #AF3E1B: hue angle of 14.19º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF3E1B is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 27 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.31 |
| HSL | 14.19º | 0.73% | 0.4% | - |
| HSV(B) | 14.19º | 0.85% | 0.69% | - |
| XYZ | 19.6 | 12.64 | 2.44 | - |
| YUV | 91.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 27 | 0 | 0.65 | 0.85 | 0.31 | 14.19 | 0.73 | 0.4 |
| Hex | AF | 3E | 1B | 0 | 41 | 55 | 1F | E | 49 | 28 |
| Octal | 257 | 76 | 33 | 0 | 101 | 125 | 37 | 16 | 111 | 50 |
| Binary | 10101111 | 111110 | 11011 | 0 | 1000001 | 1010101 | 11111 | 1110 | 1001001 | 101000 |
Color Harmonies of #AF3E1B
Complementary color
Monochromatic Colors of #AF3E1B
Black with #AF3E1B
Text Example
Text Example
White with #AF3E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E1B; }
p { color: rgb(175,62,27); }
H1.HeaderClassName
{
color: #AF3E1B;
}
.AnyTagClassName
{
color: #AF3E1B;
}
</style>
background-color css
<style>
a { background-color: #AF3E1B; }
a { background-color: rgb(175,62,27); }
div.DivClassName
{
background-color: #AF3E1B;
}
.BgClassName
{
background-color: #AF3E1B;
}
</style>
border-color css
<style>
span { border-color: #AF3E1B; }
span { border-color: rgb(175,62,27); }
td.TdClassName
{
border-color: #AF3E1B;
}
.TagClassName
{
border-color: #AF3E1B;
}
</style>