Shades of Rust #AF2D0C
Tints of Rust #AF2D0C
RGB
CMYK
RGB Variations
Color information
#AF2D0C (or 0xAF2D0C) is known color: Rust. HEX triplet: AF, 2D and 0C. RGB value is (175,45,12). Sum of RGB (Red+Green+Blue) = 175+45+12=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D0C is #50D2F3. Grayscale: #505050. Windows color (decimal): -5296884 or 798127. OLE color: 798127.
HSL color Cylindrical-coordinate representation of color #AF2D0C: hue angle of 12.15º degrees, saturation: 0.87, 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 #AF2D0C is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 12 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.31 |
| HSL | 12.15º | 0.87% | 0.37% | - |
| HSV(B) | 12.15º | 0.93% | 0.69% | - |
| XYZ | 18.68 | 11.02 | 1.49 | - |
| YUV | 80.11 | 89.57 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 12 | 0 | 0.74 | 0.93 | 0.31 | 12.15 | 0.87 | 0.37 |
| Hex | AF | 2D | C | 0 | 4A | 5D | 1F | C | 57 | 25 |
| Octal | 257 | 55 | 14 | 0 | 112 | 135 | 37 | 14 | 127 | 45 |
| Binary | 10101111 | 101101 | 1100 | 0 | 1001010 | 1011101 | 11111 | 1100 | 1010111 | 100101 |
Color Harmonies of #AF2D0C
Complementary color
Monochromatic Colors of #AF2D0C
Black with #AF2D0C
Text Example
Text Example
White with #AF2D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D0C; }
p { color: rgb(175,45,12); }
H1.HeaderClassName
{
color: #AF2D0C;
}
.AnyTagClassName
{
color: #AF2D0C;
}
</style>
background-color css
<style>
a { background-color: #AF2D0C; }
a { background-color: rgb(175,45,12); }
div.DivClassName
{
background-color: #AF2D0C;
}
.BgClassName
{
background-color: #AF2D0C;
}
</style>
border-color css
<style>
span { border-color: #AF2D0C; }
span { border-color: rgb(175,45,12); }
td.TdClassName
{
border-color: #AF2D0C;
}
.TagClassName
{
border-color: #AF2D0C;
}
</style>