Shades of Rust #AF3F01
Tints of Rust #AF3F01
RGB
CMYK
RGB Variations
Color information
#AF3F01 (or 0xAF3F01) is known color: Rust. HEX triplet: AF, 3F and 01. RGB value is (175,63,1). Sum of RGB (Red+Green+Blue) = 175+63+1=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3F01 is #50C0FE. Grayscale: #595959. Windows color (decimal): -5292287 or 81839. OLE color: 81839.
HSL color Cylindrical-coordinate representation of color #AF3F01: hue angle of 21.38º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF3F01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.31 |
| HSL | 21.38º | 0.99% | 0.35% | - |
| HSV(B) | 21.38º | 0.99% | 0.69% | - |
| XYZ | 19.46 | 12.67 | 1.45 | - |
| YUV | 89.42 | 78.11 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 1 | 0 | 0.64 | 0.99 | 0.31 | 21.38 | 0.99 | 0.35 |
| Hex | AF | 3F | 1 | 0 | 40 | 63 | 1F | 15 | 63 | 23 |
| Octal | 257 | 77 | 1 | 0 | 100 | 143 | 37 | 25 | 143 | 43 |
| Binary | 10101111 | 111111 | 1 | 0 | 1000000 | 1100011 | 11111 | 10101 | 1100011 | 100011 |
Color Harmonies of #AF3F01
Complementary color
Monochromatic Colors of #AF3F01
Black with #AF3F01
Text Example
Text Example
White with #AF3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F01; }
p { color: rgb(175,63,1); }
H1.HeaderClassName
{
color: #AF3F01;
}
.AnyTagClassName
{
color: #AF3F01;
}
</style>
background-color css
<style>
a { background-color: #AF3F01; }
a { background-color: rgb(175,63,1); }
div.DivClassName
{
background-color: #AF3F01;
}
.BgClassName
{
background-color: #AF3F01;
}
</style>
border-color css
<style>
span { border-color: #AF3F01; }
span { border-color: rgb(175,63,1); }
td.TdClassName
{
border-color: #AF3F01;
}
.TagClassName
{
border-color: #AF3F01;
}
</style>