#AF3510

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

Shades of Rust #AF3510

Tints of Rust #AF3510

Color information

#AF3510 (or 0xAF3510) is unknown color: approx Rust. HEX triplet: AF, 35 and 10. RGB value is (175,53,16). Sum of RGB (Red+Green+Blue) = 175+53+16=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3510 is #50CAEF. Grayscale: #555555. Windows color (decimal): -5294832 or 1062319. OLE color: 1062319.

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

Color convert

RGB1755316-
CMYK00.700.910.31
HSL13.96º83.25%37.45%-
HSV(B)13.96º90.86%68.63%-
XYZ19.0511.71.74-
YUV85.2688.92192.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 71.72%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=71.72%
G=21.72%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175531600.700.910.3113.9683.2537.45
HexAF35100465B1Fe5325
Octal25765200106133371612345
Binary10101111110101100000100011010110111111111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3510; }

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

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

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

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

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

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

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

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