#AF4D19

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

Shades of Rust #AF4D19

Tints of Rust #AF4D19

Color information

#AF4D19 (or 0xAF4D19) is unknown color: approx Rust. HEX triplet: AF, 4D and 19. RGB value is (175,77,25). Sum of RGB (Red+Green+Blue) = 175+77+25=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D19 is #50B2E6. Grayscale: #646464. Windows color (decimal): -5288679 or 1658287. OLE color: 1658287.

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

Color convert

RGB1757725-
CMYK00.560.860.31
HSL20.8º75%39.22%-
HSV(B)20.8º85.71%68.63%-
XYZ20.5114.492.64-
YUV100.3785.47181.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.18%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 25 (10.16% from 255) = 9.03%
R=63.18%
G=27.80%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175772500.560.860.3120.87539.22
HexAF4D19038561F154b27
Octal25711531070126372511347
Binary101011111001101110010111000101011011111101011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4D19; }

 p { color: rgb(175,77,25); }

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

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

 a { background-color: rgb(175,77,25); }

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

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

 span { border-color: rgb(175,77,25); }

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