#AF3410

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

Shades of Rust #AF3410

Tints of Rust #AF3410

Color information

#AF3410 (or 0xAF3410) is unknown color: approx Rust. HEX triplet: AF, 34 and 10. RGB value is (175,52,16). Sum of RGB (Red+Green+Blue) = 175+52+16=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3410 is #50CBEF. Grayscale: #545454. Windows color (decimal): -5295088 or 1062063. OLE color: 1062063.

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

Color convert

RGB1755216-
CMYK00.700.910.31
HSL13.58º83.25%37.45%-
HSV(B)13.58º90.86%68.63%-
XYZ1911.611.73-
YUV84.6789.25192.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.02%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 16 (6.64% from 255) = 6.58%
R=72.02%
G=21.40%
B=6.58%

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
Decimal175521600.700.910.3113.5883.2537.45
HexAF34100465B1Fe5325
Octal25764200106133371612345
Binary10101111110100100000100011010110111111111101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3410; }

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

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

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

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

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

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

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

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