#AF4113

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

Shades of Rust #AF4113

Tints of Rust #AF4113

Color information

#AF4113 (or 0xAF4113) is unknown color: approx Rust. HEX triplet: AF, 41 and 13. RGB value is (175,65,19). Sum of RGB (Red+Green+Blue) = 175+65+19=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4113 is #50BEEC. Grayscale: #5C5C5C. Windows color (decimal): -5291757 or 1261999. OLE color: 1261999.

HSL color Cylindrical-coordinate representation of color #AF4113: hue angle of 17.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF4113 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1756519-
CMYK00.630.890.31
HSL17.69º80.41%38.04%-
HSV(B)17.69º89.14%68.63%-
XYZ19.6912.942.08-
YUV92.6586.44186.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.57%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=67.57%
G=25.10%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175651900.630.890.3117.6980.4138.04
HexAF411303F591F125026
Octal25710123077131372212046
Binary101011111000001100110111111101100111111100101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4113; }

 p { color: rgb(175,65,19); }

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

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

 a { background-color: rgb(175,65,19); }

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

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

 span { border-color: rgb(175,65,19); }

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