Shades of Rust #AF2D0D
Tints of Rust #AF2D0D
RGB
CMYK
RGB Variations
Color information
#AF2D0D (or 0xAF2D0D) is known color: Rust. HEX triplet: AF, 2D and 0D. RGB value is (175,45,13). Sum of RGB (Red+Green+Blue) = 175+45+13=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D0D is #50D2F2. Grayscale: #505050. Windows color (decimal): -5296883 or 863663. OLE color: 863663.
HSL color Cylindrical-coordinate representation of color #AF2D0D: hue angle of 11.85º 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 #AF2D0D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.31 |
| HSL | 11.85º | 0.86% | 0.37% | - |
| HSV(B) | 11.85º | 0.93% | 0.69% | - |
| XYZ | 18.69 | 11.02 | 1.52 | - |
| YUV | 80.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 13 | 0 | 0.74 | 0.93 | 0.31 | 11.85 | 0.86 | 0.37 |
| Hex | AF | 2D | D | 0 | 4A | 5D | 1F | C | 56 | 25 |
| Octal | 257 | 55 | 15 | 0 | 112 | 135 | 37 | 14 | 126 | 45 |
| Binary | 10101111 | 101101 | 1101 | 0 | 1001010 | 1011101 | 11111 | 1100 | 1010110 | 100101 |
Color Harmonies of #AF2D0D
Complementary color
Monochromatic Colors of #AF2D0D
Black with #AF2D0D
Text Example
Text Example
White with #AF2D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D0D; }
p { color: rgb(175,45,13); }
H1.HeaderClassName
{
color: #AF2D0D;
}
.AnyTagClassName
{
color: #AF2D0D;
}
</style>
background-color css
<style>
a { background-color: #AF2D0D; }
a { background-color: rgb(175,45,13); }
div.DivClassName
{
background-color: #AF2D0D;
}
.BgClassName
{
background-color: #AF2D0D;
}
</style>
border-color css
<style>
span { border-color: #AF2D0D; }
span { border-color: rgb(175,45,13); }
td.TdClassName
{
border-color: #AF2D0D;
}
.TagClassName
{
border-color: #AF2D0D;
}
</style>