#AF310A

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

Shades of Rust #AF310A

Tints of Rust #AF310A

Color information

#AF310A (or 0xAF310A) is unknown color: approx Rust. HEX triplet: AF, 31 and 0A. RGB value is (175,49,10). Sum of RGB (Red+Green+Blue) = 175+49+10=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF310A is #50CEF5. Grayscale: #525252. Windows color (decimal): -5295862 or 668079. OLE color: 668079.

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

Color convert

RGB1754910-
CMYK00.720.940.31
HSL14.18º89.19%36.27%-
HSV(B)14.18º94.29%68.63%-
XYZ18.8311.331.48-
YUV82.2387.24194.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.79%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 10 (4.30% from 255) = 4.27%
R=74.79%
G=20.94%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175491000.720.940.3114.1889.1936.27
HexAF31A0485E1Fe5924
Octal25761120110136371613144
Binary1010111111000110100100100010111101111111101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF310A; }

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

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

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

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

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

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

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

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