#AF490D

Color #AF490D Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #AF490D

Tints of Rust #AF490D

Color information

#AF490D (or 0xAF490D) is unknown color: approx Rust. HEX triplet: AF, 49 and 0D. RGB value is (175,73,13). Sum of RGB (Red+Green+Blue) = 175+73+13=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF490D is #50B6F2. Grayscale: #616161. Windows color (decimal): -5289715 or 870831. OLE color: 870831.

HSL color Cylindrical-coordinate representation of color #AF490D: hue angle of 22.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF490D is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1757313-
CMYK00.580.930.31
HSL22.22º86.17%36.86%-
HSV(B)22.22º92.57%68.63%-
XYZ20.1313.912-
YUV96.6680.79183.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 67.05%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 13 (5.47% from 255) = 4.98%
R=67.05%
G=27.97%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175731300.580.930.3122.2286.1736.86
HexAF49D03A5D1F165625
Octal25711115072135372612645
Binary10101111100100111010111010101110111111101101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF490D; }

 p { color: rgb(175,73,13); }

 H1.HeaderClassName
 {
   color: #AF490D;
 }
 .AnyTagClassName
 {
   color: #AF490D;
 }
</style>
background-color css

<style>
 a { background-color: #AF490D; }

 a { background-color: rgb(175,73,13); }

 div.DivClassName
 {
   background-color: #AF490D;
 }
 .BgClassName
 {
   background-color: #AF490D;
 }
</style>
border-color css

<style>
 span { border-color: #AF490D; }

 span { border-color: rgb(175,73,13); }

 td.TdClassName
 {
   border-color: #AF490D;
 }
 .TagClassName
 {
   border-color: #AF490D;
 }
</style>