Shades of Rust #AF3C01
Tints of Rust #AF3C01
RGB
CMYK
RGB Variations
Color information
#AF3C01 (or 0xAF3C01) is known color: Rust. HEX triplet: AF, 3C and 01. RGB value is (175,60,1). Sum of RGB (Red+Green+Blue) = 175+60+1=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3C01 is #50C3FE. Grayscale: #585858. Windows color (decimal): -5293055 or 81071. OLE color: 81071.
HSL color Cylindrical-coordinate representation of color #AF3C01: hue angle of 20.34º 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 #AF3C01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.31 |
| HSL | 20.34º | 0.99% | 0.35% | - |
| HSV(B) | 20.34º | 0.99% | 0.69% | - |
| XYZ | 19.3 | 12.35 | 1.39 | - |
| YUV | 87.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 1 | 0 | 0.66 | 0.99 | 0.31 | 20.34 | 0.99 | 0.35 |
| Hex | AF | 3C | 1 | 0 | 42 | 63 | 1F | 14 | 63 | 23 |
| Octal | 257 | 74 | 1 | 0 | 102 | 143 | 37 | 24 | 143 | 43 |
| Binary | 10101111 | 111100 | 1 | 0 | 1000010 | 1100011 | 11111 | 10100 | 1100011 | 100011 |
Color Harmonies of #AF3C01
Complementary color
Monochromatic Colors of #AF3C01
Black with #AF3C01
Text Example
Text Example
White with #AF3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C01; }
p { color: rgb(175,60,1); }
H1.HeaderClassName
{
color: #AF3C01;
}
.AnyTagClassName
{
color: #AF3C01;
}
</style>
background-color css
<style>
a { background-color: #AF3C01; }
a { background-color: rgb(175,60,1); }
div.DivClassName
{
background-color: #AF3C01;
}
.BgClassName
{
background-color: #AF3C01;
}
</style>
border-color css
<style>
span { border-color: #AF3C01; }
span { border-color: rgb(175,60,1); }
td.TdClassName
{
border-color: #AF3C01;
}
.TagClassName
{
border-color: #AF3C01;
}
</style>