Shades of Rust #AF3D0D
Tints of Rust #AF3D0D
RGB
CMYK
RGB Variations
Color information
#AF3D0D (or 0xAF3D0D) is known color: Rust. HEX triplet: AF, 3D and 0D. RGB value is (175,61,13). Sum of RGB (Red+Green+Blue) = 175+61+13=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3D0D is #50C2F2. Grayscale: #595959. Windows color (decimal): -5292787 or 867759. OLE color: 867759.
HSL color Cylindrical-coordinate representation of color #AF3D0D: hue angle of 17.78º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF3D0D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 13 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.31 |
| HSL | 17.78º | 0.86% | 0.37% | - |
| HSV(B) | 17.78º | 0.93% | 0.69% | - |
| XYZ | 19.42 | 12.48 | 1.77 | - |
| YUV | 89.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 13 | 0 | 0.65 | 0.93 | 0.31 | 17.78 | 0.86 | 0.37 |
| Hex | AF | 3D | D | 0 | 41 | 5D | 1F | 12 | 56 | 25 |
| Octal | 257 | 75 | 15 | 0 | 101 | 135 | 37 | 22 | 126 | 45 |
| Binary | 10101111 | 111101 | 1101 | 0 | 1000001 | 1011101 | 11111 | 10010 | 1010110 | 100101 |
Color Harmonies of #AF3D0D
Complementary color
Monochromatic Colors of #AF3D0D
Black with #AF3D0D
Text Example
Text Example
White with #AF3D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D0D; }
p { color: rgb(175,61,13); }
H1.HeaderClassName
{
color: #AF3D0D;
}
.AnyTagClassName
{
color: #AF3D0D;
}
</style>
background-color css
<style>
a { background-color: #AF3D0D; }
a { background-color: rgb(175,61,13); }
div.DivClassName
{
background-color: #AF3D0D;
}
.BgClassName
{
background-color: #AF3D0D;
}
</style>
border-color css
<style>
span { border-color: #AF3D0D; }
span { border-color: rgb(175,61,13); }
td.TdClassName
{
border-color: #AF3D0D;
}
.TagClassName
{
border-color: #AF3D0D;
}
</style>