Shades of Rust #AF371E
Tints of Rust #AF371E
RGB
CMYK
RGB Variations
Color information
#AF371E (or 0xAF371E) is known color: Rust. HEX triplet: AF, 37 and 1E. RGB value is (175,55,30). Sum of RGB (Red+Green+Blue) = 175+55+30=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF371E is #50C8E1. Grayscale: #585858. Windows color (decimal): -5294306 or 1980335. OLE color: 1980335.
HSL color Cylindrical-coordinate representation of color #AF371E: hue angle of 10.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF371E is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 30 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.31 |
| HSL | 10.34º | 0.71% | 0.4% | - |
| HSV(B) | 10.34º | 0.83% | 0.69% | - |
| XYZ | 19.28 | 11.94 | 2.52 | - |
| YUV | 88.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 30 | 0 | 0.69 | 0.83 | 0.31 | 10.34 | 0.71 | 0.4 |
| Hex | AF | 37 | 1E | 0 | 45 | 53 | 1F | A | 47 | 28 |
| Octal | 257 | 67 | 36 | 0 | 105 | 123 | 37 | 12 | 107 | 50 |
| Binary | 10101111 | 110111 | 11110 | 0 | 1000101 | 1010011 | 11111 | 1010 | 1000111 | 101000 |
Color Harmonies of #AF371E
Complementary color
Monochromatic Colors of #AF371E
Black with #AF371E
Text Example
Text Example
White with #AF371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF371E; }
p { color: rgb(175,55,30); }
H1.HeaderClassName
{
color: #AF371E;
}
.AnyTagClassName
{
color: #AF371E;
}
</style>
background-color css
<style>
a { background-color: #AF371E; }
a { background-color: rgb(175,55,30); }
div.DivClassName
{
background-color: #AF371E;
}
.BgClassName
{
background-color: #AF371E;
}
</style>
border-color css
<style>
span { border-color: #AF371E; }
span { border-color: rgb(175,55,30); }
td.TdClassName
{
border-color: #AF371E;
}
.TagClassName
{
border-color: #AF371E;
}
</style>