Shades of Rust #AF3C0D
Tints of Rust #AF3C0D
RGB
CMYK
RGB Variations
Color information
#AF3C0D (or 0xAF3C0D) is known color: Rust. HEX triplet: AF, 3C and 0D. RGB value is (175,60,13). Sum of RGB (Red+Green+Blue) = 175+60+13=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3C0D is #50C3F2. Grayscale: #595959. Windows color (decimal): -5293043 or 867503. OLE color: 867503.
HSL color Cylindrical-coordinate representation of color #AF3C0D: hue angle of 17.41º 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 #AF3C0D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.31 |
| HSL | 17.41º | 0.86% | 0.37% | - |
| HSV(B) | 17.41º | 0.93% | 0.69% | - |
| XYZ | 19.37 | 12.37 | 1.75 | - |
| YUV | 89.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 13 | 0 | 0.66 | 0.93 | 0.31 | 17.41 | 0.86 | 0.37 |
| Hex | AF | 3C | D | 0 | 42 | 5D | 1F | 11 | 56 | 25 |
| Octal | 257 | 74 | 15 | 0 | 102 | 135 | 37 | 21 | 126 | 45 |
| Binary | 10101111 | 111100 | 1101 | 0 | 1000010 | 1011101 | 11111 | 10001 | 1010110 | 100101 |
Color Harmonies of #AF3C0D
Complementary color
Monochromatic Colors of #AF3C0D
Black with #AF3C0D
Text Example
Text Example
White with #AF3C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C0D; }
p { color: rgb(175,60,13); }
H1.HeaderClassName
{
color: #AF3C0D;
}
.AnyTagClassName
{
color: #AF3C0D;
}
</style>
background-color css
<style>
a { background-color: #AF3C0D; }
a { background-color: rgb(175,60,13); }
div.DivClassName
{
background-color: #AF3C0D;
}
.BgClassName
{
background-color: #AF3C0D;
}
</style>
border-color css
<style>
span { border-color: #AF3C0D; }
span { border-color: rgb(175,60,13); }
td.TdClassName
{
border-color: #AF3C0D;
}
.TagClassName
{
border-color: #AF3C0D;
}
</style>