#AF2506

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

Shades of Rust #AF2506

Tints of Rust #AF2506

Color information

#AF2506 (or 0xAF2506) is unknown color: approx Rust. HEX triplet: AF, 25 and 06. RGB value is (175,37,6). Sum of RGB (Red+Green+Blue) = 175+37+6=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2506 is #50DAF9. Grayscale: #4A4A4A. Windows color (decimal): -5298938 or 402863. OLE color: 402863.

HSL color Cylindrical-coordinate representation of color #AF2506: hue angle of 11.01º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF2506 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB175376-
CMYK00.790.970.31
HSL11.01º93.37%35.49%-
HSV(B)11.01º96.57%68.63%-
XYZ18.3710.451.22-
YUV74.7389.22199.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 80.28%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 6 (2.73% from 255) = 2.75%
R=80.28%
G=16.97%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17537600.790.970.3111.0193.3735.49
HexAF25604F611Fb5d23
Octal2574560117141371313543
Binary101011111001011100100111111000011111110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2506; }

 p { color: rgb(175,37,6); }

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

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

 a { background-color: rgb(175,37,6); }

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

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

 span { border-color: rgb(175,37,6); }

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