Shades of Rust #AF381F
Tints of Rust #AF381F
RGB
CMYK
RGB Variations
Color information
#AF381F (or 0xAF381F) is known color: Rust. HEX triplet: AF, 38 and 1F. RGB value is (175,56,31). Sum of RGB (Red+Green+Blue) = 175+56+31=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF381F is #50C7E0. Grayscale: #585858. Windows color (decimal): -5294049 or 2046127. OLE color: 2046127.
HSL color Cylindrical-coordinate representation of color #AF381F: hue angle of 10.42º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF381F is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 31 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.31 |
| HSL | 10.42º | 0.7% | 0.4% | - |
| HSV(B) | 10.42º | 0.82% | 0.69% | - |
| XYZ | 19.34 | 12.04 | 2.6 | - |
| YUV | 88.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 31 | 0 | 0.68 | 0.82 | 0.31 | 10.42 | 0.7 | 0.4 |
| Hex | AF | 38 | 1F | 0 | 44 | 52 | 1F | A | 46 | 28 |
| Octal | 257 | 70 | 37 | 0 | 104 | 122 | 37 | 12 | 106 | 50 |
| Binary | 10101111 | 111000 | 11111 | 0 | 1000100 | 1010010 | 11111 | 1010 | 1000110 | 101000 |
Color Harmonies of #AF381F
Complementary color
Monochromatic Colors of #AF381F
Black with #AF381F
Text Example
Text Example
White with #AF381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF381F; }
p { color: rgb(175,56,31); }
H1.HeaderClassName
{
color: #AF381F;
}
.AnyTagClassName
{
color: #AF381F;
}
</style>
background-color css
<style>
a { background-color: #AF381F; }
a { background-color: rgb(175,56,31); }
div.DivClassName
{
background-color: #AF381F;
}
.BgClassName
{
background-color: #AF381F;
}
</style>
border-color css
<style>
span { border-color: #AF381F; }
span { border-color: rgb(175,56,31); }
td.TdClassName
{
border-color: #AF381F;
}
.TagClassName
{
border-color: #AF381F;
}
</style>