Shades of Rust #AF2E13
Tints of Rust #AF2E13
RGB
CMYK
RGB Variations
Color information
#AF2E13 (or 0xAF2E13) is known color: Rust. HEX triplet: AF, 2E and 13. RGB value is (175,46,19). Sum of RGB (Red+Green+Blue) = 175+46+19=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2E13 is #50D1EC. Grayscale: #515151. Windows color (decimal): -5296621 or 1257135. OLE color: 1257135.
HSL color Cylindrical-coordinate representation of color #AF2E13: hue angle of 10.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF2E13 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 46 | 19 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.31 |
| HSL | 10.38º | 0.8% | 0.38% | - |
| HSV(B) | 10.38º | 0.89% | 0.69% | - |
| XYZ | 18.77 | 11.11 | 1.77 | - |
| YUV | 81.49 | 92.74 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 19 | 0 | 0.74 | 0.89 | 0.31 | 10.38 | 0.8 | 0.38 |
| Hex | AF | 2E | 13 | 0 | 4A | 59 | 1F | A | 50 | 26 |
| Octal | 257 | 56 | 23 | 0 | 112 | 131 | 37 | 12 | 120 | 46 |
| Binary | 10101111 | 101110 | 10011 | 0 | 1001010 | 1011001 | 11111 | 1010 | 1010000 | 100110 |
Color Harmonies of #AF2E13
Complementary color
Monochromatic Colors of #AF2E13
Black with #AF2E13
Text Example
Text Example
White with #AF2E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2E13; }
p { color: rgb(175,46,19); }
H1.HeaderClassName
{
color: #AF2E13;
}
.AnyTagClassName
{
color: #AF2E13;
}
</style>
background-color css
<style>
a { background-color: #AF2E13; }
a { background-color: rgb(175,46,19); }
div.DivClassName
{
background-color: #AF2E13;
}
.BgClassName
{
background-color: #AF2E13;
}
</style>
border-color css
<style>
span { border-color: #AF2E13; }
span { border-color: rgb(175,46,19); }
td.TdClassName
{
border-color: #AF2E13;
}
.TagClassName
{
border-color: #AF2E13;
}
</style>