Shades of Rust #AF3E02
Tints of Rust #AF3E02
RGB
CMYK
RGB Variations
Color information
#AF3E02 (or 0xAF3E02) is known color: Rust. HEX triplet: AF, 3E and 02. RGB value is (175,62,2). Sum of RGB (Red+Green+Blue) = 175+62+2=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E02 is #50C1FD. Grayscale: #595959. Windows color (decimal): -5292542 or 147119. OLE color: 147119.
HSL color Cylindrical-coordinate representation of color #AF3E02: hue angle of 20.81º degrees, saturation: 0.98, 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 #AF3E02 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.31 |
| HSL | 20.81º | 0.98% | 0.35% | - |
| HSV(B) | 20.81º | 0.99% | 0.69% | - |
| XYZ | 19.41 | 12.56 | 1.46 | - |
| YUV | 88.95 | 78.94 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 2 | 0 | 0.65 | 0.99 | 0.31 | 20.81 | 0.98 | 0.35 |
| Hex | AF | 3E | 2 | 0 | 41 | 63 | 1F | 15 | 62 | 23 |
| Octal | 257 | 76 | 2 | 0 | 101 | 143 | 37 | 25 | 142 | 43 |
| Binary | 10101111 | 111110 | 10 | 0 | 1000001 | 1100011 | 11111 | 10101 | 1100010 | 100011 |
Color Harmonies of #AF3E02
Complementary color
Monochromatic Colors of #AF3E02
Black with #AF3E02
Text Example
Text Example
White with #AF3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E02; }
p { color: rgb(175,62,2); }
H1.HeaderClassName
{
color: #AF3E02;
}
.AnyTagClassName
{
color: #AF3E02;
}
</style>
background-color css
<style>
a { background-color: #AF3E02; }
a { background-color: rgb(175,62,2); }
div.DivClassName
{
background-color: #AF3E02;
}
.BgClassName
{
background-color: #AF3E02;
}
</style>
border-color css
<style>
span { border-color: #AF3E02; }
span { border-color: rgb(175,62,2); }
td.TdClassName
{
border-color: #AF3E02;
}
.TagClassName
{
border-color: #AF3E02;
}
</style>