#AF2606

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

Shades of Rust #AF2606

Tints of Rust #AF2606

Color information

#AF2606 (or 0xAF2606) is unknown color: approx Rust. HEX triplet: AF, 26 and 06. RGB value is (175,38,6). Sum of RGB (Red+Green+Blue) = 175+38+6=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2606 is #50D9F9. Grayscale: #4B4B4B. Windows color (decimal): -5298682 or 403119. OLE color: 403119.

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

Color convert

RGB175386-
CMYK00.780.970.31
HSL11.36º93.37%35.49%-
HSV(B)11.36º96.57%68.63%-
XYZ18.4110.511.23-
YUV75.3288.89199.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 79.91%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=79.91%
G=17.35%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17538600.780.970.3111.3693.3735.49
HexAF26604E611Fb5d23
Octal2574660116141371313543
Binary101011111001101100100111011000011111110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2606; }

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

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

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

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

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

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

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

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