#AF3616

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

Shades of Rust #AF3616

Tints of Rust #AF3616

Color information

#AF3616 (or 0xAF3616) is unknown color: approx Rust. HEX triplet: AF, 36 and 16. RGB value is (175,54,22). Sum of RGB (Red+Green+Blue) = 175+54+22=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3616 is #50C9E9. Grayscale: #565656. Windows color (decimal): -5294570 or 1455791. OLE color: 1455791.

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

Color convert

RGB1755422-
CMYK00.690.870.31
HSL12.55º77.66%38.63%-
HSV(B)12.55º87.43%68.63%-
XYZ19.1411.812.03-
YUV86.5391.59191.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.72%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=69.72%
G=21.51%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175542200.690.870.3112.5577.6638.63
HexAF3616045571Fd4e27
Octal25766260105127371511647
Binary10101111110110101100100010110101111111111011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3616; }

 p { color: rgb(175,54,22); }

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

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

 a { background-color: rgb(175,54,22); }

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

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

 span { border-color: rgb(175,54,22); }

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