#AF2D10

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

Shades of Rust #AF2D10

Tints of Rust #AF2D10

Color information

#AF2D10 (or 0xAF2D10) is unknown color: approx Rust. HEX triplet: AF, 2D and 10. RGB value is (175,45,16). Sum of RGB (Red+Green+Blue) = 175+45+16=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D10 is #50D2EF. Grayscale: #505050. Windows color (decimal): -5296880 or 1060271. OLE color: 1060271.

HSL color Cylindrical-coordinate representation of color #AF2D10: hue angle of 10.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF2D10 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB1754516-
CMYK00.740.910.31
HSL10.94º83.25%37.45%-
HSV(B)10.94º90.86%68.63%-
XYZ18.7111.031.63-
YUV80.5691.57195.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.15%
GREEN value IS 45 (17.97% from 255) = 19.07%
BLUE value IS 16 (6.64% from 255) = 6.78%
R=74.15%
G=19.07%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175451600.740.910.3110.9483.2537.45
HexAF2D1004A5B1Fb5325
Octal25755200112133371312345
Binary10101111101101100000100101010110111111110111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2D10; }

 p { color: rgb(175,45,16); }

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

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

 a { background-color: rgb(175,45,16); }

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

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

 span { border-color: rgb(175,45,16); }

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