#AF4C0F

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

Shades of Rust #AF4C0F

Tints of Rust #AF4C0F

Color information

#AF4C0F (or 0xAF4C0F) is unknown color: approx Rust. HEX triplet: AF, 4C and 0F. RGB value is (175,76,15). Sum of RGB (Red+Green+Blue) = 175+76+15=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C0F is #50B3F0. Grayscale: #626262. Windows color (decimal): -5288945 or 1002671. OLE color: 1002671.

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

Color convert

RGB1757615-
CMYK00.570.910.31
HSL22.88º84.21%37.25%-
HSV(B)22.88º91.43%68.63%-
XYZ20.3514.322.14-
YUV98.6580.8182.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.79%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=65.79%
G=28.57%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175761500.570.910.3122.8884.2137.25
HexAF4CF0395B1F175425
Octal25711417071133372712445
Binary10101111100110011110111001101101111111101111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4C0F; }

 p { color: rgb(175,76,15); }

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

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

 a { background-color: rgb(175,76,15); }

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

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

 span { border-color: rgb(175,76,15); }

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