#AF320A

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

Shades of Rust #AF320A

Tints of Rust #AF320A

Color information

#AF320A (or 0xAF320A) is unknown color: approx Rust. HEX triplet: AF, 32 and 0A. RGB value is (175,50,10). Sum of RGB (Red+Green+Blue) = 175+50+10=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF320A is #50CDF5. Grayscale: #535353. Windows color (decimal): -5295606 or 668335. OLE color: 668335.

HSL color Cylindrical-coordinate representation of color #AF320A: hue angle of 14.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF320A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1755010-
CMYK00.710.940.31
HSL14.55º89.19%36.27%-
HSV(B)14.55º94.29%68.63%-
XYZ18.8711.421.5-
YUV82.8286.91193.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.47%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=74.47%
G=21.28%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175501000.710.940.3114.5589.1936.27
HexAF32A0475E1Ff5924
Octal25762120107136371713144
Binary1010111111001010100100011110111101111111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF320A; }

 p { color: rgb(175,50,10); }

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

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

 a { background-color: rgb(175,50,10); }

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

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

 span { border-color: rgb(175,50,10); }

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