Shades of Rust #AF2D0F
Tints of Rust #AF2D0F
RGB
CMYK
RGB Variations
Color information
#AF2D0F (or 0xAF2D0F) is known color: Rust. HEX triplet: AF, 2D and 0F. RGB value is (175,45,15). Sum of RGB (Red+Green+Blue) = 175+45+15=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D0F is #50D2F0. Grayscale: #505050. Windows color (decimal): -5296881 or 994735. OLE color: 994735.
HSL color Cylindrical-coordinate representation of color #AF2D0F: hue angle of 11.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF2D0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 15 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.31 |
| HSL | 11.25º | 0.84% | 0.37% | - |
| HSV(B) | 11.25º | 0.91% | 0.69% | - |
| XYZ | 18.7 | 11.03 | 1.59 | - |
| YUV | 80.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 15 | 0 | 0.74 | 0.91 | 0.31 | 11.25 | 0.84 | 0.37 |
| Hex | AF | 2D | F | 0 | 4A | 5B | 1F | B | 54 | 25 |
| Octal | 257 | 55 | 17 | 0 | 112 | 133 | 37 | 13 | 124 | 45 |
| Binary | 10101111 | 101101 | 1111 | 0 | 1001010 | 1011011 | 11111 | 1011 | 1010100 | 100101 |
Color Harmonies of #AF2D0F
Complementary color
Monochromatic Colors of #AF2D0F
Black with #AF2D0F
Text Example
Text Example
White with #AF2D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D0F; }
p { color: rgb(175,45,15); }
H1.HeaderClassName
{
color: #AF2D0F;
}
.AnyTagClassName
{
color: #AF2D0F;
}
</style>
background-color css
<style>
a { background-color: #AF2D0F; }
a { background-color: rgb(175,45,15); }
div.DivClassName
{
background-color: #AF2D0F;
}
.BgClassName
{
background-color: #AF2D0F;
}
</style>
border-color css
<style>
span { border-color: #AF2D0F; }
span { border-color: rgb(175,45,15); }
td.TdClassName
{
border-color: #AF2D0F;
}
.TagClassName
{
border-color: #AF2D0F;
}
</style>