Shades of Rust #AF2B0C
Tints of Rust #AF2B0C
RGB
CMYK
RGB Variations
Color information
#AF2B0C (or 0xAF2B0C) is known color: Rust. HEX triplet: AF, 2B and 0C. RGB value is (175,43,12). Sum of RGB (Red+Green+Blue) = 175+43+12=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2B0C is #50D4F3. Grayscale: #4F4F4F. Windows color (decimal): -5297396 or 797615. OLE color: 797615.
HSL color Cylindrical-coordinate representation of color #AF2B0C: hue angle of 11.41º 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 #AF2B0C is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 12 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.31 |
| HSL | 11.41º | 0.87% | 0.37% | - |
| HSV(B) | 11.41º | 0.93% | 0.69% | - |
| XYZ | 18.61 | 10.87 | 1.46 | - |
| YUV | 78.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 12 | 0 | 0.75 | 0.93 | 0.31 | 11.41 | 0.87 | 0.37 |
| Hex | AF | 2B | C | 0 | 4B | 5D | 1F | B | 57 | 25 |
| Octal | 257 | 53 | 14 | 0 | 113 | 135 | 37 | 13 | 127 | 45 |
| Binary | 10101111 | 101011 | 1100 | 0 | 1001011 | 1011101 | 11111 | 1011 | 1010111 | 100101 |
Color Harmonies of #AF2B0C
Complementary color
Monochromatic Colors of #AF2B0C
Black with #AF2B0C
Text Example
Text Example
White with #AF2B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B0C; }
p { color: rgb(175,43,12); }
H1.HeaderClassName
{
color: #AF2B0C;
}
.AnyTagClassName
{
color: #AF2B0C;
}
</style>
background-color css
<style>
a { background-color: #AF2B0C; }
a { background-color: rgb(175,43,12); }
div.DivClassName
{
background-color: #AF2B0C;
}
.BgClassName
{
background-color: #AF2B0C;
}
</style>
border-color css
<style>
span { border-color: #AF2B0C; }
span { border-color: rgb(175,43,12); }
td.TdClassName
{
border-color: #AF2B0C;
}
.TagClassName
{
border-color: #AF2B0C;
}
</style>