#A02606

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

Shades of Rust #A02606

Tints of Rust #A02606

Color information

#A02606 (or 0xA02606) is unknown color: approx Rust. HEX triplet: A0, 26 and 06. RGB value is (160,38,6). Sum of RGB (Red+Green+Blue) = 160+38+6=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A02606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02606 is #5FD9F9. Grayscale: #474747. Windows color (decimal): -6281722 or 403104. OLE color: 403104.

HSL color Cylindrical-coordinate representation of color #A02606: hue angle of 12.47º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A02606 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB160386-
CMYK00.760.960.37
HSL12.47º92.77%32.55%-
HSV(B)12.47º96.25%62.75%-
XYZ15.228.871.08-
YUV70.8391.42191.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.43%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=78.43%
G=18.63%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16038600.760.960.3712.4792.7732.55
HexA026604C6025c5d21
Octal2404660114140451413541
Binary1010000010011011001001100110000010010111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02606; }

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

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

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

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

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

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

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

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