#AF4912

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

Shades of Rust #AF4912

Tints of Rust #AF4912

Color information

#AF4912 (or 0xAF4912) is unknown color: approx Rust. HEX triplet: AF, 49 and 12. RGB value is (175,73,18). Sum of RGB (Red+Green+Blue) = 175+73+18=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4912 is #50B6ED. Grayscale: #616161. Windows color (decimal): -5289710 or 1198511. OLE color: 1198511.

HSL color Cylindrical-coordinate representation of color #AF4912: hue angle of 21.02º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF4912 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1757318-
CMYK00.580.900.31
HSL21.02º81.35%37.84%-
HSV(B)21.02º89.71%68.63%-
XYZ20.1713.922.2-
YUV97.2383.29183.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.79%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=65.79%
G=27.44%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175731800.580.900.3121.0281.3537.84
HexAF491203A5A1F155126
Octal25711122072132372512146
Binary101011111001001100100111010101101011111101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4912; }

 p { color: rgb(175,73,18); }

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

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

 a { background-color: rgb(175,73,18); }

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

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

 span { border-color: rgb(175,73,18); }

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