Shades of Rust #AF2C04
Tints of Rust #AF2C04
RGB
CMYK
RGB Variations
Color information
#AF2C04 (or 0xAF2C04) is known color: Rust. HEX triplet: AF, 2C and 04. RGB value is (175,44,4). Sum of RGB (Red+Green+Blue) = 175+44+4=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2C04 is #50D3FB. Grayscale: #4E4E4E. Windows color (decimal): -5297148 or 273583. OLE color: 273583.
HSL color Cylindrical-coordinate representation of color #AF2C04: hue angle of 14.04º 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 #AF2C04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.31 |
| HSL | 14.04º | 0.96% | 0.35% | - |
| HSV(B) | 14.04º | 0.98% | 0.69% | - |
| XYZ | 18.6 | 10.92 | 1.24 | - |
| YUV | 78.61 | 85.9 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 4 | 0 | 0.75 | 0.98 | 0.31 | 14.04 | 0.96 | 0.35 |
| Hex | AF | 2C | 4 | 0 | 4B | 62 | 1F | E | 60 | 23 |
| Octal | 257 | 54 | 4 | 0 | 113 | 142 | 37 | 16 | 140 | 43 |
| Binary | 10101111 | 101100 | 100 | 0 | 1001011 | 1100010 | 11111 | 1110 | 1100000 | 100011 |
Color Harmonies of #AF2C04
Complementary color
Monochromatic Colors of #AF2C04
Black with #AF2C04
Text Example
Text Example
White with #AF2C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C04; }
p { color: rgb(175,44,4); }
H1.HeaderClassName
{
color: #AF2C04;
}
.AnyTagClassName
{
color: #AF2C04;
}
</style>
background-color css
<style>
a { background-color: #AF2C04; }
a { background-color: rgb(175,44,4); }
div.DivClassName
{
background-color: #AF2C04;
}
.BgClassName
{
background-color: #AF2C04;
}
</style>
border-color css
<style>
span { border-color: #AF2C04; }
span { border-color: rgb(175,44,4); }
td.TdClassName
{
border-color: #AF2C04;
}
.TagClassName
{
border-color: #AF2C04;
}
</style>