#af481c

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

Shades of Rust #AF481C

Tints of Rust #AF481C

Color information

#AF481C (or 0xAF481C) is unknown color: approx Rust. HEX triplet: AF, 48 and 1C. RGB value is (175,72,28). Sum of RGB (Red+Green+Blue) = 175+72+28=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF481C is #50B7E3. Grayscale: #626262. Windows color (decimal): -5289956 or 1853615. OLE color: 1853615.

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

Color convert

RGB1757228-
CMYK00.590.840.31
HSL17.96º72.41%39.8%-
HSV(B)17.96º84%68.63%-
XYZ20.2113.832.7-
YUV97.7888.62183.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.64%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=63.64%
G=26.18%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175722800.590.840.3117.9672.4139.8
HexAF481C03B541F124828
Octal25711034073124372211050
Binary101011111001000111000111011101010011111100101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af481c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af481c; }

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

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

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

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

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

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

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

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