Shades of Rust #AF381C
Tints of Rust #AF381C
RGB
CMYK
RGB Variations
Color information
#AF381C (or 0xAF381C) is known color: Rust. HEX triplet: AF, 38 and 1C. RGB value is (175,56,28). Sum of RGB (Red+Green+Blue) = 175+56+28=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF381C is #50C7E3. Grayscale: #585858. Windows color (decimal): -5294052 or 1849519. OLE color: 1849519.
HSL color Cylindrical-coordinate representation of color #AF381C: hue angle of 11.43º 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 #AF381C is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 28 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.31 |
| HSL | 11.43º | 0.72% | 0.4% | - |
| HSV(B) | 11.43º | 0.84% | 0.69% | - |
| XYZ | 19.3 | 12.03 | 2.4 | - |
| YUV | 88.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 28 | 0 | 0.68 | 0.84 | 0.31 | 11.43 | 0.72 | 0.4 |
| Hex | AF | 38 | 1C | 0 | 44 | 54 | 1F | B | 48 | 28 |
| Octal | 257 | 70 | 34 | 0 | 104 | 124 | 37 | 13 | 110 | 50 |
| Binary | 10101111 | 111000 | 11100 | 0 | 1000100 | 1010100 | 11111 | 1011 | 1001000 | 101000 |
Color Harmonies of #AF381C
Complementary color
Monochromatic Colors of #AF381C
Black with #AF381C
Text Example
Text Example
White with #AF381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF381C; }
p { color: rgb(175,56,28); }
H1.HeaderClassName
{
color: #AF381C;
}
.AnyTagClassName
{
color: #AF381C;
}
</style>
background-color css
<style>
a { background-color: #AF381C; }
a { background-color: rgb(175,56,28); }
div.DivClassName
{
background-color: #AF381C;
}
.BgClassName
{
background-color: #AF381C;
}
</style>
border-color css
<style>
span { border-color: #AF381C; }
span { border-color: rgb(175,56,28); }
td.TdClassName
{
border-color: #AF381C;
}
.TagClassName
{
border-color: #AF381C;
}
</style>