Shades of Rust #AF4204
Tints of Rust #AF4204
RGB
CMYK
RGB Variations
Color information
#AF4204 (or 0xAF4204) is known color: Rust. HEX triplet: AF, 42 and 04. RGB value is (175,66,4). Sum of RGB (Red+Green+Blue) = 175+66+4=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4204 is #50BDFB. Grayscale: #5B5B5B. Windows color (decimal): -5291516 or 279215. OLE color: 279215.
HSL color Cylindrical-coordinate representation of color #AF4204: hue angle of 21.75º 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 #AF4204 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.31 |
| HSL | 21.75º | 0.96% | 0.35% | - |
| HSV(B) | 21.75º | 0.98% | 0.69% | - |
| XYZ | 19.65 | 13.02 | 1.59 | - |
| YUV | 91.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 4 | 0 | 0.62 | 0.98 | 0.31 | 21.75 | 0.96 | 0.35 |
| Hex | AF | 42 | 4 | 0 | 3E | 62 | 1F | 16 | 60 | 23 |
| Octal | 257 | 102 | 4 | 0 | 76 | 142 | 37 | 26 | 140 | 43 |
| Binary | 10101111 | 1000010 | 100 | 0 | 111110 | 1100010 | 11111 | 10110 | 1100000 | 100011 |
Color Harmonies of #AF4204
Complementary color
Monochromatic Colors of #AF4204
Black with #AF4204
Text Example
Text Example
White with #AF4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4204; }
p { color: rgb(175,66,4); }
H1.HeaderClassName
{
color: #AF4204;
}
.AnyTagClassName
{
color: #AF4204;
}
</style>
background-color css
<style>
a { background-color: #AF4204; }
a { background-color: rgb(175,66,4); }
div.DivClassName
{
background-color: #AF4204;
}
.BgClassName
{
background-color: #AF4204;
}
</style>
border-color css
<style>
span { border-color: #AF4204; }
span { border-color: rgb(175,66,4); }
td.TdClassName
{
border-color: #AF4204;
}
.TagClassName
{
border-color: #AF4204;
}
</style>