#AF441C

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

Shades of Rust #AF441C

Tints of Rust #AF441C

Color information

#AF441C (or 0xAF441C) is unknown color: approx Rust. HEX triplet: AF, 44 and 1C. RGB value is (175,68,28). Sum of RGB (Red+Green+Blue) = 175+68+28=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF441C is #50BBE3. Grayscale: #5F5F5F. Windows color (decimal): -5290980 or 1852591. OLE color: 1852591.

HSL color Cylindrical-coordinate representation of color #AF441C: hue angle of 16.33º 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 #AF441C is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1756828-
CMYK00.610.840.31
HSL16.33º72.41%39.8%-
HSV(B)16.33º84%68.63%-
XYZ19.9613.332.62-
YUV95.4389.95184.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 28 (11.33% from 255) = 10.33%
R=64.58%
G=25.09%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175682800.610.840.3116.3372.4139.8
HexAF441C03D541F104828
Octal25710434075124372011050
Binary101011111000100111000111101101010011111100001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF441C; }

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

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

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

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

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

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

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

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