Shades of Rust #AF3804
Tints of Rust #AF3804
RGB
CMYK
RGB Variations
Color information
#AF3804 (or 0xAF3804) is known color: Rust. HEX triplet: AF, 38 and 04. RGB value is (175,56,4). Sum of RGB (Red+Green+Blue) = 175+56+4=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3804 is #50C7FB. Grayscale: #555555. Windows color (decimal): -5294076 or 276655. OLE color: 276655.
HSL color Cylindrical-coordinate representation of color #AF3804: hue angle of 18.25º 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 #AF3804 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.31 |
| HSL | 18.25º | 0.96% | 0.35% | - |
| HSV(B) | 18.25º | 0.98% | 0.69% | - |
| XYZ | 19.12 | 11.95 | 1.41 | - |
| YUV | 85.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 4 | 0 | 0.68 | 0.98 | 0.31 | 18.25 | 0.96 | 0.35 |
| Hex | AF | 38 | 4 | 0 | 44 | 62 | 1F | 12 | 60 | 23 |
| Octal | 257 | 70 | 4 | 0 | 104 | 142 | 37 | 22 | 140 | 43 |
| Binary | 10101111 | 111000 | 100 | 0 | 1000100 | 1100010 | 11111 | 10010 | 1100000 | 100011 |
Color Harmonies of #AF3804
Complementary color
Monochromatic Colors of #AF3804
Black with #AF3804
Text Example
Text Example
White with #AF3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3804; }
p { color: rgb(175,56,4); }
H1.HeaderClassName
{
color: #AF3804;
}
.AnyTagClassName
{
color: #AF3804;
}
</style>
background-color css
<style>
a { background-color: #AF3804; }
a { background-color: rgb(175,56,4); }
div.DivClassName
{
background-color: #AF3804;
}
.BgClassName
{
background-color: #AF3804;
}
</style>
border-color css
<style>
span { border-color: #AF3804; }
span { border-color: rgb(175,56,4); }
td.TdClassName
{
border-color: #AF3804;
}
.TagClassName
{
border-color: #AF3804;
}
</style>