#AF3A1C

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

Shades of Rust #AF3A1C

Tints of Rust #AF3A1C

Color information

#AF3A1C (or 0xAF3A1C) is unknown color: approx Rust. HEX triplet: AF, 3A and 1C. RGB value is (175,58,28). Sum of RGB (Red+Green+Blue) = 175+58+28=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A1C is #50C5E3. Grayscale: #595959. Windows color (decimal): -5293540 or 1850031. OLE color: 1850031.

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

Color convert

RGB1755828-
CMYK00.670.840.31
HSL12.24º72.41%39.8%-
HSV(B)12.24º84%68.63%-
XYZ19.412.222.44-
YUV89.5693.26188.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.05%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 28 (11.33% from 255) = 10.73%
R=67.05%
G=22.22%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175582800.670.840.3112.2472.4139.8
HexAF3A1C043541Fc4828
Octal25772340103124371411050
Binary10101111111010111000100001110101001111111001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3A1C; }

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

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

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

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

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

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

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

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