Shades of Rust #AF3A04
Tints of Rust #AF3A04
RGB
CMYK
RGB Variations
Color information
#AF3A04 (or 0xAF3A04) is known color: Rust. HEX triplet: AF, 3A and 04. RGB value is (175,58,4). Sum of RGB (Red+Green+Blue) = 175+58+4=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A04 is #50C5FB. Grayscale: #575757. Windows color (decimal): -5293564 or 277167. OLE color: 277167.
HSL color Cylindrical-coordinate representation of color #AF3A04: hue angle of 18.95º 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 #AF3A04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.31 |
| HSL | 18.95º | 0.96% | 0.35% | - |
| HSV(B) | 18.95º | 0.98% | 0.69% | - |
| XYZ | 19.21 | 12.15 | 1.45 | - |
| YUV | 86.83 | 81.26 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 4 | 0 | 0.67 | 0.98 | 0.31 | 18.95 | 0.96 | 0.35 |
| Hex | AF | 3A | 4 | 0 | 43 | 62 | 1F | 13 | 60 | 23 |
| Octal | 257 | 72 | 4 | 0 | 103 | 142 | 37 | 23 | 140 | 43 |
| Binary | 10101111 | 111010 | 100 | 0 | 1000011 | 1100010 | 11111 | 10011 | 1100000 | 100011 |
Color Harmonies of #AF3A04
Complementary color
Monochromatic Colors of #AF3A04
Black with #AF3A04
Text Example
Text Example
White with #AF3A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A04; }
p { color: rgb(175,58,4); }
H1.HeaderClassName
{
color: #AF3A04;
}
.AnyTagClassName
{
color: #AF3A04;
}
</style>
background-color css
<style>
a { background-color: #AF3A04; }
a { background-color: rgb(175,58,4); }
div.DivClassName
{
background-color: #AF3A04;
}
.BgClassName
{
background-color: #AF3A04;
}
</style>
border-color css
<style>
span { border-color: #AF3A04; }
span { border-color: rgb(175,58,4); }
td.TdClassName
{
border-color: #AF3A04;
}
.TagClassName
{
border-color: #AF3A04;
}
</style>