Shades of Rust #AF380E
Tints of Rust #AF380E
RGB
CMYK
RGB Variations
Color information
#AF380E (or 0xAF380E) is known color: Rust. HEX triplet: AF, 38 and 0E. RGB value is (175,56,14). Sum of RGB (Red+Green+Blue) = 175+56+14=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF380E is #50C7F1. Grayscale: #575757. Windows color (decimal): -5294066 or 932015. OLE color: 932015.
HSL color Cylindrical-coordinate representation of color #AF380E: hue angle of 15.65º 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 #AF380E is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 14 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.31 |
| HSL | 15.65º | 0.85% | 0.37% | - |
| HSV(B) | 15.65º | 0.92% | 0.69% | - |
| XYZ | 19.17 | 11.97 | 1.72 | - |
| YUV | 86.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 14 | 0 | 0.68 | 0.92 | 0.31 | 15.65 | 0.85 | 0.37 |
| Hex | AF | 38 | E | 0 | 44 | 5C | 1F | 10 | 55 | 25 |
| Octal | 257 | 70 | 16 | 0 | 104 | 134 | 37 | 20 | 125 | 45 |
| Binary | 10101111 | 111000 | 1110 | 0 | 1000100 | 1011100 | 11111 | 10000 | 1010101 | 100101 |
Color Harmonies of #AF380E
Complementary color
Monochromatic Colors of #AF380E
Black with #AF380E
Text Example
Text Example
White with #AF380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF380E; }
p { color: rgb(175,56,14); }
H1.HeaderClassName
{
color: #AF380E;
}
.AnyTagClassName
{
color: #AF380E;
}
</style>
background-color css
<style>
a { background-color: #AF380E; }
a { background-color: rgb(175,56,14); }
div.DivClassName
{
background-color: #AF380E;
}
.BgClassName
{
background-color: #AF380E;
}
</style>
border-color css
<style>
span { border-color: #AF380E; }
span { border-color: rgb(175,56,14); }
td.TdClassName
{
border-color: #AF380E;
}
.TagClassName
{
border-color: #AF380E;
}
</style>