Shades of Rust #AF3B01
Tints of Rust #AF3B01
RGB
CMYK
RGB Variations
Color information
#AF3B01 (or 0xAF3B01) is known color: Rust. HEX triplet: AF, 3B and 01. RGB value is (175,59,1). Sum of RGB (Red+Green+Blue) = 175+59+1=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3B01 is #50C4FE. Grayscale: #575757. Windows color (decimal): -5293311 or 80815. OLE color: 80815.
HSL color Cylindrical-coordinate representation of color #AF3B01: hue angle of 20º 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 #AF3B01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 59 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.31 |
| HSL | 20º | 0.99% | 0.35% | - |
| HSV(B) | 20º | 0.99% | 0.69% | - |
| XYZ | 19.25 | 12.24 | 1.38 | - |
| YUV | 87.07 | 79.43 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 1 | 0 | 0.66 | 0.99 | 0.31 | 20 | 0.99 | 0.35 |
| Hex | AF | 3B | 1 | 0 | 42 | 63 | 1F | 14 | 63 | 23 |
| Octal | 257 | 73 | 1 | 0 | 102 | 143 | 37 | 24 | 143 | 43 |
| Binary | 10101111 | 111011 | 1 | 0 | 1000010 | 1100011 | 11111 | 10100 | 1100011 | 100011 |
Color Harmonies of #AF3B01
Complementary color
Monochromatic Colors of #AF3B01
Black with #AF3B01
Text Example
Text Example
White with #AF3B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3B01; }
p { color: rgb(175,59,1); }
H1.HeaderClassName
{
color: #AF3B01;
}
.AnyTagClassName
{
color: #AF3B01;
}
</style>
background-color css
<style>
a { background-color: #AF3B01; }
a { background-color: rgb(175,59,1); }
div.DivClassName
{
background-color: #AF3B01;
}
.BgClassName
{
background-color: #AF3B01;
}
</style>
border-color css
<style>
span { border-color: #AF3B01; }
span { border-color: rgb(175,59,1); }
td.TdClassName
{
border-color: #AF3B01;
}
.TagClassName
{
border-color: #AF3B01;
}
</style>