Shades of Rust #AF2E01
Tints of Rust #AF2E01
RGB
CMYK
RGB Variations
Color information
#AF2E01 (or 0xAF2E01) is known color: Rust. HEX triplet: AF, 2E and 01. RGB value is (175,46,1). Sum of RGB (Red+Green+Blue) = 175+46+1=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2E01 is #50D1FE. Grayscale: #4F4F4F. Windows color (decimal): -5296639 or 77487. OLE color: 77487.
HSL color Cylindrical-coordinate representation of color #AF2E01: hue angle of 15.52º 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 #AF2E01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 46 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.31 |
| HSL | 15.52º | 0.99% | 0.35% | - |
| HSV(B) | 15.52º | 0.99% | 0.69% | - |
| XYZ | 18.66 | 11.07 | 1.18 | - |
| YUV | 79.44 | 83.74 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 1 | 0 | 0.74 | 0.99 | 0.31 | 15.52 | 0.99 | 0.35 |
| Hex | AF | 2E | 1 | 0 | 4A | 63 | 1F | 10 | 63 | 23 |
| Octal | 257 | 56 | 1 | 0 | 112 | 143 | 37 | 20 | 143 | 43 |
| Binary | 10101111 | 101110 | 1 | 0 | 1001010 | 1100011 | 11111 | 10000 | 1100011 | 100011 |
Color Harmonies of #AF2E01
Complementary color
Monochromatic Colors of #AF2E01
Black with #AF2E01
Text Example
Text Example
White with #AF2E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2E01; }
p { color: rgb(175,46,1); }
H1.HeaderClassName
{
color: #AF2E01;
}
.AnyTagClassName
{
color: #AF2E01;
}
</style>
background-color css
<style>
a { background-color: #AF2E01; }
a { background-color: rgb(175,46,1); }
div.DivClassName
{
background-color: #AF2E01;
}
.BgClassName
{
background-color: #AF2E01;
}
</style>
border-color css
<style>
span { border-color: #AF2E01; }
span { border-color: rgb(175,46,1); }
td.TdClassName
{
border-color: #AF2E01;
}
.TagClassName
{
border-color: #AF2E01;
}
</style>