Shades of Rust #AF391C
Tints of Rust #AF391C
RGB
CMYK
RGB Variations
Color information
#AF391C (or 0xAF391C) is known color: Rust. HEX triplet: AF, 39 and 1C. RGB value is (175,57,28). Sum of RGB (Red+Green+Blue) = 175+57+28=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF391C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF391C is #50C6E3. Grayscale: #595959. Windows color (decimal): -5293796 or 1849775. OLE color: 1849775.
HSL color Cylindrical-coordinate representation of color #AF391C: hue angle of 11.84º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF391C is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 28 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.31 |
| HSL | 11.84º | 0.72% | 0.4% | - |
| HSV(B) | 11.84º | 0.84% | 0.69% | - |
| XYZ | 19.35 | 12.12 | 2.42 | - |
| YUV | 88.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 28 | 0 | 0.67 | 0.84 | 0.31 | 11.84 | 0.72 | 0.4 |
| Hex | AF | 39 | 1C | 0 | 43 | 54 | 1F | C | 48 | 28 |
| Octal | 257 | 71 | 34 | 0 | 103 | 124 | 37 | 14 | 110 | 50 |
| Binary | 10101111 | 111001 | 11100 | 0 | 1000011 | 1010100 | 11111 | 1100 | 1001000 | 101000 |
Color Harmonies of #AF391C
Complementary color
Monochromatic Colors of #AF391C
Black with #AF391C
Text Example
Text Example
White with #AF391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF391C; }
p { color: rgb(175,57,28); }
H1.HeaderClassName
{
color: #AF391C;
}
.AnyTagClassName
{
color: #AF391C;
}
</style>
background-color css
<style>
a { background-color: #AF391C; }
a { background-color: rgb(175,57,28); }
div.DivClassName
{
background-color: #AF391C;
}
.BgClassName
{
background-color: #AF391C;
}
</style>
border-color css
<style>
span { border-color: #AF391C; }
span { border-color: rgb(175,57,28); }
td.TdClassName
{
border-color: #AF391C;
}
.TagClassName
{
border-color: #AF391C;
}
</style>