Shades of Rust #AF340D
Tints of Rust #AF340D
RGB
CMYK
RGB Variations
Color information
#AF340D (or 0xAF340D) is known color: Rust. HEX triplet: AF, 34 and 0D. RGB value is (175,52,13). Sum of RGB (Red+Green+Blue) = 175+52+13=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF340D is #50CBF2. Grayscale: #545454. Windows color (decimal): -5295091 or 865455. OLE color: 865455.
HSL color Cylindrical-coordinate representation of color #AF340D: hue angle of 14.44º 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 #AF340D is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 13 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.31 |
| HSL | 14.44º | 0.86% | 0.37% | - |
| HSV(B) | 14.44º | 0.93% | 0.69% | - |
| XYZ | 18.98 | 11.6 | 1.62 | - |
| YUV | 84.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 13 | 0 | 0.70 | 0.93 | 0.31 | 14.44 | 0.86 | 0.37 |
| Hex | AF | 34 | D | 0 | 46 | 5D | 1F | E | 56 | 25 |
| Octal | 257 | 64 | 15 | 0 | 106 | 135 | 37 | 16 | 126 | 45 |
| Binary | 10101111 | 110100 | 1101 | 0 | 1000110 | 1011101 | 11111 | 1110 | 1010110 | 100101 |
Color Harmonies of #AF340D
Complementary color
Monochromatic Colors of #AF340D
Black with #AF340D
Text Example
Text Example
White with #AF340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF340D; }
p { color: rgb(175,52,13); }
H1.HeaderClassName
{
color: #AF340D;
}
.AnyTagClassName
{
color: #AF340D;
}
</style>
background-color css
<style>
a { background-color: #AF340D; }
a { background-color: rgb(175,52,13); }
div.DivClassName
{
background-color: #AF340D;
}
.BgClassName
{
background-color: #AF340D;
}
</style>
border-color css
<style>
span { border-color: #AF340D; }
span { border-color: rgb(175,52,13); }
td.TdClassName
{
border-color: #AF340D;
}
.TagClassName
{
border-color: #AF340D;
}
</style>