Shades of Rust #AF2E04
Tints of Rust #AF2E04
RGB
CMYK
RGB Variations
Color information
#AF2E04 (or 0xAF2E04) is known color: Rust. HEX triplet: AF, 2E and 04. RGB value is (175,46,4). Sum of RGB (Red+Green+Blue) = 175+46+4=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2E04 is #50D1FB. Grayscale: #505050. Windows color (decimal): -5296636 or 274095. OLE color: 274095.
HSL color Cylindrical-coordinate representation of color #AF2E04: hue angle of 14.74º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF2E04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 46 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.31 |
| HSL | 14.74º | 0.96% | 0.35% | - |
| HSV(B) | 14.74º | 0.98% | 0.69% | - |
| XYZ | 18.68 | 11.08 | 1.27 | - |
| YUV | 79.78 | 85.24 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 4 | 0 | 0.74 | 0.98 | 0.31 | 14.74 | 0.96 | 0.35 |
| Hex | AF | 2E | 4 | 0 | 4A | 62 | 1F | F | 60 | 23 |
| Octal | 257 | 56 | 4 | 0 | 112 | 142 | 37 | 17 | 140 | 43 |
| Binary | 10101111 | 101110 | 100 | 0 | 1001010 | 1100010 | 11111 | 1111 | 1100000 | 100011 |
Color Harmonies of #AF2E04
Complementary color
Monochromatic Colors of #AF2E04
Black with #AF2E04
Text Example
Text Example
White with #AF2E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2E04; }
p { color: rgb(175,46,4); }
H1.HeaderClassName
{
color: #AF2E04;
}
.AnyTagClassName
{
color: #AF2E04;
}
</style>
background-color css
<style>
a { background-color: #AF2E04; }
a { background-color: rgb(175,46,4); }
div.DivClassName
{
background-color: #AF2E04;
}
.BgClassName
{
background-color: #AF2E04;
}
</style>
border-color css
<style>
span { border-color: #AF2E04; }
span { border-color: rgb(175,46,4); }
td.TdClassName
{
border-color: #AF2E04;
}
.TagClassName
{
border-color: #AF2E04;
}
</style>