Shades of Rust #AF3403
Tints of Rust #AF3403
RGB
CMYK
RGB Variations
Color information
#AF3403 (or 0xAF3403) is known color: Rust. HEX triplet: AF, 34 and 03. RGB value is (175,52,3). Sum of RGB (Red+Green+Blue) = 175+52+3=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3403 is #50CBFC. Grayscale: #535353. Windows color (decimal): -5295101 or 210095. OLE color: 210095.
HSL color Cylindrical-coordinate representation of color #AF3403: hue angle of 17.09º degrees, saturation: 0.97, 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 #AF3403 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.31 |
| HSL | 17.09º | 0.97% | 0.35% | - |
| HSV(B) | 17.09º | 0.98% | 0.69% | - |
| XYZ | 18.92 | 11.58 | 1.32 | - |
| YUV | 83.19 | 82.75 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 3 | 0 | 0.70 | 0.98 | 0.31 | 17.09 | 0.97 | 0.35 |
| Hex | AF | 34 | 3 | 0 | 46 | 62 | 1F | 11 | 61 | 23 |
| Octal | 257 | 64 | 3 | 0 | 106 | 142 | 37 | 21 | 141 | 43 |
| Binary | 10101111 | 110100 | 11 | 0 | 1000110 | 1100010 | 11111 | 10001 | 1100001 | 100011 |
Color Harmonies of #AF3403
Complementary color
Monochromatic Colors of #AF3403
Black with #AF3403
Text Example
Text Example
White with #AF3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3403; }
p { color: rgb(175,52,3); }
H1.HeaderClassName
{
color: #AF3403;
}
.AnyTagClassName
{
color: #AF3403;
}
</style>
background-color css
<style>
a { background-color: #AF3403; }
a { background-color: rgb(175,52,3); }
div.DivClassName
{
background-color: #AF3403;
}
.BgClassName
{
background-color: #AF3403;
}
</style>
border-color css
<style>
span { border-color: #AF3403; }
span { border-color: rgb(175,52,3); }
td.TdClassName
{
border-color: #AF3403;
}
.TagClassName
{
border-color: #AF3403;
}
</style>