#AF480E

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

Shades of Rust #AF480E

Tints of Rust #AF480E

Color information

#AF480E (or 0xAF480E) is unknown color: approx Rust. HEX triplet: AF, 48 and 0E. RGB value is (175,72,14). Sum of RGB (Red+Green+Blue) = 175+72+14=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF480E is #50B7F1. Grayscale: #606060. Windows color (decimal): -5289970 or 936111. OLE color: 936111.

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

Color convert

RGB1757214-
CMYK00.590.920.31
HSL21.61º85.19%37.06%-
HSV(B)21.61º92%68.63%-
XYZ20.0813.782.02-
YUV96.1881.62184.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.05%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 14 (5.86% from 255) = 5.36%
R=67.05%
G=27.59%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175721400.590.920.3121.6185.1937.06
HexAF48E03B5C1F165525
Octal25711016073134372612545
Binary10101111100100011100111011101110011111101101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF480E; }

 p { color: rgb(175,72,14); }

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

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

 a { background-color: rgb(175,72,14); }

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

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

 span { border-color: rgb(175,72,14); }

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