Shades of Rust #AF2F0D
Tints of Rust #AF2F0D
RGB
CMYK
RGB Variations
Color information
#AF2F0D (or 0xAF2F0D) is known color: Rust. HEX triplet: AF, 2F and 0D. RGB value is (175,47,13). Sum of RGB (Red+Green+Blue) = 175+47+13=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F0D is #50D0F2. Grayscale: #515151. Windows color (decimal): -5296371 or 864175. OLE color: 864175.
HSL color Cylindrical-coordinate representation of color #AF2F0D: hue angle of 12.59º 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 #AF2F0D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.31 |
| HSL | 12.59º | 0.86% | 0.37% | - |
| HSV(B) | 12.59º | 0.93% | 0.69% | - |
| XYZ | 18.77 | 11.18 | 1.55 | - |
| YUV | 81.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 13 | 0 | 0.73 | 0.93 | 0.31 | 12.59 | 0.86 | 0.37 |
| Hex | AF | 2F | D | 0 | 49 | 5D | 1F | D | 56 | 25 |
| Octal | 257 | 57 | 15 | 0 | 111 | 135 | 37 | 15 | 126 | 45 |
| Binary | 10101111 | 101111 | 1101 | 0 | 1001001 | 1011101 | 11111 | 1101 | 1010110 | 100101 |
Color Harmonies of #AF2F0D
Complementary color
Monochromatic Colors of #AF2F0D
Black with #AF2F0D
Text Example
Text Example
White with #AF2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F0D; }
p { color: rgb(175,47,13); }
H1.HeaderClassName
{
color: #AF2F0D;
}
.AnyTagClassName
{
color: #AF2F0D;
}
</style>
background-color css
<style>
a { background-color: #AF2F0D; }
a { background-color: rgb(175,47,13); }
div.DivClassName
{
background-color: #AF2F0D;
}
.BgClassName
{
background-color: #AF2F0D;
}
</style>
border-color css
<style>
span { border-color: #AF2F0D; }
span { border-color: rgb(175,47,13); }
td.TdClassName
{
border-color: #AF2F0D;
}
.TagClassName
{
border-color: #AF2F0D;
}
</style>