Shades of Rust #AF3F03
Tints of Rust #AF3F03
RGB
CMYK
RGB Variations
Color information
#AF3F03 (or 0xAF3F03) is known color: Rust. HEX triplet: AF, 3F and 03. RGB value is (175,63,3). Sum of RGB (Red+Green+Blue) = 175+63+3=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3F03 is #50C0FC. Grayscale: #595959. Windows color (decimal): -5292285 or 212911. OLE color: 212911.
HSL color Cylindrical-coordinate representation of color #AF3F03: hue angle of 20.93º 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 #AF3F03 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.31 |
| HSL | 20.93º | 0.97% | 0.35% | - |
| HSV(B) | 20.93º | 0.98% | 0.69% | - |
| XYZ | 19.47 | 12.68 | 1.51 | - |
| YUV | 89.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 3 | 0 | 0.64 | 0.98 | 0.31 | 20.93 | 0.97 | 0.35 |
| Hex | AF | 3F | 3 | 0 | 40 | 62 | 1F | 15 | 61 | 23 |
| Octal | 257 | 77 | 3 | 0 | 100 | 142 | 37 | 25 | 141 | 43 |
| Binary | 10101111 | 111111 | 11 | 0 | 1000000 | 1100010 | 11111 | 10101 | 1100001 | 100011 |
Color Harmonies of #AF3F03
Complementary color
Monochromatic Colors of #AF3F03
Black with #AF3F03
Text Example
Text Example
White with #AF3F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F03; }
p { color: rgb(175,63,3); }
H1.HeaderClassName
{
color: #AF3F03;
}
.AnyTagClassName
{
color: #AF3F03;
}
</style>
background-color css
<style>
a { background-color: #AF3F03; }
a { background-color: rgb(175,63,3); }
div.DivClassName
{
background-color: #AF3F03;
}
.BgClassName
{
background-color: #AF3F03;
}
</style>
border-color css
<style>
span { border-color: #AF3F03; }
span { border-color: rgb(175,63,3); }
td.TdClassName
{
border-color: #AF3F03;
}
.TagClassName
{
border-color: #AF3F03;
}
</style>